Class: Google::Cloud::Gaming::V1::GetGameServerClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::GetGameServerClusterRequest
- 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.GetGameServerCluster.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::Gaming::V1::GameServerClusterView
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the game server cluster to retrieve, in the following form:
projects/{project}/locations/{location}/realms/{realm-id}/gameServerClusters/{cluster}
.
88 89 90 91 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 88 class GetGameServerClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::Gaming::V1::GameServerClusterView
Returns Optional. View for the returned GameServerCluster objects. When FULL
is
specified, the cluster_state
field is also returned in the
GameServerCluster object, which includes the state of the referenced
Kubernetes cluster such as versions and provider info. The default/unset
value is GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED, same as BASIC, which does
not return the cluster_state
field.
88 89 90 91 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 88 class GetGameServerClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |