Class: Google::Cloud::Gaming::V1::PreviewCreateGameServerClusterResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::PreviewCreateGameServerClusterResponse
- 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.PreviewCreateGameServerCluster.
Instance Attribute Summary collapse
-
#cluster_state ⇒ ::Google::Cloud::Gaming::V1::KubernetesClusterState
readonly
Output only.
-
#etag ⇒ ::String
The ETag of the game server cluster.
-
#target_state ⇒ ::Google::Cloud::Gaming::V1::TargetState
The target state.
Instance Attribute Details
#cluster_state ⇒ ::Google::Cloud::Gaming::V1::KubernetesClusterState (readonly)
Returns Output only. The state of the Kubernetes cluster in preview, this will be available if
'view' is set to FULL
in the relevant List/Get/Preview request.
144 145 146 147 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 144 class PreviewCreateGameServerClusterResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#etag ⇒ ::String
Returns The ETag of the game server cluster.
144 145 146 147 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 144 class PreviewCreateGameServerClusterResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_state ⇒ ::Google::Cloud::Gaming::V1::TargetState
Returns The target state.
144 145 146 147 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 144 class PreviewCreateGameServerClusterResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |