BeyondCorp AppGateways V1 API - Module Google::Cloud::BeyondCorp::AppGateways::V1::AppGatewaysService::Paths (v0.2.0)

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.

Methods

#app_gateway_path

def app_gateway_path(project:, location:, app_gateway:) -> ::String

Create a fully-qualified AppGateway resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/appGateways/{app_gateway}

Parameters
  • project (String)
  • location (String)
  • app_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)