BeyondCorp ClientGateways V1 API - Module Google::Cloud::BeyondCorp::ClientGateways::V1::ClientGatewaysService::Paths (v0.1.1)

Reference documentation and code samples for the BeyondCorp ClientGateways V1 API module Google::Cloud::BeyondCorp::ClientGateways::V1::ClientGatewaysService::Paths.

Path helper methods for the ClientGatewaysService API.

Methods

#client_gateway_path

def client_gateway_path(project:, location:, client_gateway:) -> ::String

Create a fully-qualified ClientGateway resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/clientGateways/{client_gateway}

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

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