Cloud Gaming V1 API - Module Google::Cloud::Gaming::V1::GameServerDeploymentsService::Paths (v0.7.0)

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}

Parameters
  • project (String)
  • location (String)
  • deployment (String)
Returns
  • (::String)
Raises
  • (::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

Parameters
  • project (String)
  • location (String)
  • deployment (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)