Class: Google::Cloud::Gaming::V1::UpdateGameServerDeploymentRolloutRequest

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.UpdateGameServerRolloutDeployment.

Instance Attribute Summary collapse

Instance Attribute Details

#rollout::Google::Cloud::Gaming::V1::GameServerDeploymentRollout

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

Returns:



142
143
144
145
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 142

class UpdateGameServerDeploymentRolloutRequest
  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:



142
143
144
145
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 142

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