Class: Google::Cloud::ApiHub::V1::UpdateDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::UpdateDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/apihub_service.rb
Overview
The UpdateDeployment method's request.
Instance Attribute Summary collapse
-
#deployment ⇒ ::Google::Cloud::ApiHub::V1::Deployment
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#deployment ⇒ ::Google::Cloud::ApiHub::V1::Deployment
Returns Required. The deployment resource to update.
The deployment resource's name field is used to identify the deployment
resource to update.
Format: projects/{project}/locations/{location}/deployments/{deployment}.
882 883 884 885 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 882 class UpdateDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The list of fields to update.
882 883 884 885 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 882 class UpdateDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |