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