Class: Google::Cloud::ApigeeRegistry::V1::UpdateApiDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeRegistry::V1::UpdateApiDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb
Overview
Request message for UpdateApiDeployment.
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
If set to true, and the deployment is not found, a new deployment will be created.
-
#api_deployment ⇒ ::Google::Cloud::ApigeeRegistry::V1::ApiDeployment
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
Returns If set to true, and the deployment is not found, a new deployment will be
created. In this situation, update_mask
is ignored.
517 518 519 520 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 517 class UpdateApiDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#api_deployment ⇒ ::Google::Cloud::ApigeeRegistry::V1::ApiDeployment
Returns Required. The deployment to update.
The name
field is used to identify the deployment to update.
Format: projects/*/locations/*/apis/*/deployments/*
.
517 518 519 520 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 517 class UpdateApiDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated. If omitted, all fields are updated that are set in the request message (fields set to default values are ignored). If an asterisk "*" is specified, all fields are updated, including fields that are unspecified/default in the request.
517 518 519 520 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 517 class UpdateApiDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |