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.
Extended By
Methods
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#realm_path
def realm_path(project:, location:, realm:) -> ::StringCreate a fully-qualified Realm resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/realms/{realm}
- project (String)
- location (String)
- realm (String)
- (::String)
- (::ArgumentError)