BeyondCorp AppConnectors V1 API - Module Google::Cloud::BeyondCorp::AppConnectors::V1::AppConnectorsService::Paths (v0.2.0)

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

Path helper methods for the AppConnectorsService API.

Methods

#app_connector_path

def app_connector_path(project:, location:, app_connector:) -> ::String

Create a fully-qualified AppConnector resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/appConnectors/{app_connector}

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