Class: Google::Cloud::Gaming::V1::GetGameServerClusterRequest

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.GetGameServerCluster.

Instance Attribute Summary collapse

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}.

Returns:

  • (::String)

    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.

Returns:

  • (::Google::Cloud::Gaming::V1::GameServerClusterView)

    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