Class: Google::Cloud::Gaming::V1::PreviewUpdateGameServerClusterRequest

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

Overview

Request message for GameServerClustersService.UpdateGameServerCluster.

Instance Attribute Summary collapse

Instance Attribute Details

#game_server_cluster::Google::Cloud::Gaming::V1::GameServerCluster

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

Returns:



213
214
215
216
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 213

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

#preview_time::Google::Protobuf::Timestamp

Returns Optional. The target timestamp to compute the preview.

Returns:



213
214
215
216
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 213

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



213
214
215
216
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 213

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