Class: Google::Cloud::Gaming::V1::UpdateGameServerDeploymentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gaming/v1/game_server_deployments.rb

Overview

Request message for GameServerDeploymentsService.UpdateGameServerDeployment. Only allows updates for labels.

Instance Attribute Summary collapse

Instance Attribute Details

#game_server_deployment::Google::Cloud::Gaming::V1::GameServerDeployment

Returns Required. The game server delpoyment to be updated. Only fields specified in update_mask are updated.

Returns:



126
127
128
129
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 126

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. Mask of fields to update. At least one path must be supplied in this field. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.

Returns:



126
127
128
129
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 126

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