Class: Google::Cloud::Ces::V1::UpdateDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::UpdateDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/agent_service.rb
Overview
Request message for AgentService.UpdateDeployment.
Instance Attribute Summary collapse
-
#deployment ⇒ ::Google::Cloud::Ces::V1::Deployment
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#deployment ⇒ ::Google::Cloud::Ces::V1::Deployment
Returns Required. The deployment to update.
939 940 941 942 |
# File 'proto_docs/google/cloud/ces/v1/agent_service.rb', line 939 class UpdateDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update.
939 940 941 942 |
# File 'proto_docs/google/cloud/ces/v1/agent_service.rb', line 939 class UpdateDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |