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