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}
- project (String)
- location (String)
- realm (String)
- cluster (String)
- (::String)
- (::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}
- project (String)
- location (String)
- realm (String)
- (::String)
- (::ArgumentError)