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.
Included In
Methods
#client_gateway_path
def client_gateway_path(project:, location:, client_gateway:) -> ::StringCreate a fully-qualified ClientGateway resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/clientGateways/{client_gateway}
- project (String)
- location (String)
- client_gateway (String)
- (::String)
- (::ArgumentError)
#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)