Class: Google::Cloud::Gaming::V1::CreateGameServerDeploymentRequest

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

Overview

Request message for GameServerDeploymentsService.CreateGameServerDeployment.

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_id::String

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

Returns:

  • (::String)

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



100
101
102
103
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 100

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

#game_server_deployment::Google::Cloud::Gaming::V1::GameServerDeployment

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

Returns:



100
101
102
103
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 100

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

Returns:

  • (::String)

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



100
101
102
103
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 100

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