Class: Google::Cloud::Gaming::V1::DeleteGameServerDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::DeleteGameServerDeploymentRequest
- 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.DeleteGameServerDeployment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the game server delpoyment to delete, in the following form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment}
.
110 111 112 113 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 110 class DeleteGameServerDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |