Reference documentation and code samples for the Cloud Gaming V1 API class Google::Cloud::Gaming::V1::GetGameServerDeploymentRolloutRequest.
Request message for GameServerDeploymentsService.GetGameServerDeploymentRollout.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. The name of the game server delpoyment to retrieve, in the following form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the game server delpoyment to retrieve, in the following form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout
.
Returns
-
(::String) — Required. The name of the game server delpoyment to retrieve, in the following form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout
.