Cloud Gaming V1 API - Module Google::Cloud::Gaming::V1::RealmsService::Paths (v0.5.0)

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

Path helper methods for the RealmsService API.

Methods

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

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