Class: Google::Cloud::Gaming::V1::CreateGameServerConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gaming/v1/game_server_configs.rb

Overview

Request message for GameServerConfigsService.CreateGameServerConfig.

Instance Attribute Summary collapse

Instance Attribute Details

#config_id::String

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

Returns:

  • (::String)

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



88
89
90
91
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 88

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

#game_server_config::Google::Cloud::Gaming::V1::GameServerConfig

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

Returns:



88
89
90
91
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 88

class CreateGameServerConfigRequest
  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}/gameServerDeployments/{deployment}/.

Returns:

  • (::String)

    Required. The parent resource name, in the following form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}/.



88
89
90
91
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 88

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