BeyondCorp AppConnections V1 API - Module Google::Cloud::BeyondCorp::AppConnections::V1::AppConnectionsService::Paths (v0.5.0)

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

Path helper methods for the AppConnectionsService API.

Methods

#app_connection_path

def app_connection_path(project:, location:, app_connection:) -> ::String

Create a fully-qualified AppConnection resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/appConnections/{app_connection}

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

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

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