Class: Google::Cloud::Ces::V1beta::UpdateDeploymentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1beta/agent_service.rb

Overview

Request message for AgentService.UpdateDeployment.

Instance Attribute Summary collapse

Instance Attribute Details

#deployment::Google::Cloud::Ces::V1beta::Deployment

Returns Required. The deployment to update.

Returns:



941
942
943
944
# File 'proto_docs/google/cloud/ces/v1beta/agent_service.rb', line 941

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.

Returns:



941
942
943
944
# File 'proto_docs/google/cloud/ces/v1beta/agent_service.rb', line 941

class UpdateDeploymentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end