Reference documentation and code samples for the Cloud Gaming V1 API module Google::Cloud::Gaming::V1::GameServerDeploymentsService::Paths.
Path helper methods for the GameServerDeploymentsService API.
Methods
#game_server_deployment_path
def game_server_deployment_path(project:, location:, deployment:) -> ::String
Create a fully-qualified GameServerDeployment resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/gameServerDeployments/{deployment}
- project (String)
- location (String)
- deployment (String)
- (::String)
- (::ArgumentError)
#game_server_deployment_rollout_path
def game_server_deployment_rollout_path(project:, location:, deployment:) -> ::String
Create a fully-qualified GameServerDeploymentRollout resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout
- project (String)
- location (String)
- deployment (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::String
Create a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)