Class: Google::Cloud::Gaming::V1::CreateGameServerClusterRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#game_server_cluster::Google::Cloud::Gaming::V1::GameServerCluster

Returns Required. The game server cluster resource to be created.

Returns:



104
105
106
107
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 104

class CreateGameServerClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#game_server_cluster_id::String

Returns Required. The ID of the game server cluster resource to be created.

Returns:

  • (::String)

    Required. The ID of the game server cluster resource to be created.



104
105
106
107
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 104

class CreateGameServerClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent resource name, in the following form: projects/{project}/locations/{location}/realms/{realm-id}.

Returns:

  • (::String)

    Required. The parent resource name, in the following form: projects/{project}/locations/{location}/realms/{realm-id}.



104
105
106
107
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 104

class CreateGameServerClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end