Class: Google::Cloud::Gaming::V1::CreateGameServerDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::CreateGameServerDeploymentRequest
- 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
-
#deployment_id ⇒ ::String
Required.
-
#game_server_deployment ⇒ ::Google::Cloud::Gaming::V1::GameServerDeployment
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns 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.
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}
.
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 |