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

Reference documentation and code samples for the Cloud Gaming V1 API module Google::Cloud::Gaming::V1::GameServerConfigsService::Paths.

Path helper methods for the GameServerConfigsService API.

Methods

#game_server_config_path

def game_server_config_path(project:, location:, deployment:, config:) -> ::String

Create a fully-qualified GameServerConfig resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}

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

#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)