Class: Google::Cloud::Gaming::V1::PreviewUpdateGameServerClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::PreviewUpdateGameServerClusterRequest
- 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
-
#game_server_cluster ⇒ ::Google::Cloud::Gaming::V1::GameServerCluster
Required.
-
#preview_time ⇒ ::Google::Protobuf::Timestamp
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
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.
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.
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.
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 |