Class: Google::Cloud::Gaming::V1::PreviewUpdateGameServerClusterResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::PreviewUpdateGameServerClusterResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/game_server_clusters.rb
Overview
Response message for GameServerClustersService.PreviewUpdateGameServerCluster
Instance Attribute Summary collapse
-
#etag ⇒ ::String
The ETag of the game server cluster.
-
#target_state ⇒ ::Google::Cloud::Gaming::V1::TargetState
The target state.
Instance Attribute Details
#etag ⇒ ::String
Returns The ETag of the game server cluster.
225 226 227 228 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 225 class PreviewUpdateGameServerClusterResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_state ⇒ ::Google::Cloud::Gaming::V1::TargetState
Returns The target state.
225 226 227 228 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 225 class PreviewUpdateGameServerClusterResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |