Reference documentation and code samples for the BeyondCorp AppGateways V1 API module Google::Cloud::BeyondCorp::AppGateways::V1::AppGatewaysService::Paths.
Path helper methods for the AppGatewaysService API.
Included In
Methods
#app_gateway_path
def app_gateway_path(project:, location:, app_gateway:) -> ::StringCreate a fully-qualified AppGateway resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/appGateways/{app_gateway}
- project (String)
- location (String)
- app_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)