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

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

Path helper methods for the GameServerClustersService API.

Methods

#game_server_cluster_path

def game_server_cluster_path(project:, location:, realm:, cluster:) -> ::String

Create a fully-qualified GameServerCluster resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}

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

#realm_path

def realm_path(project:, location:, realm:) -> ::String

Create a fully-qualified Realm resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/realms/{realm}

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