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}
- project (String)
- location (String)
- app_connection (String)
- (::String)
- (::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}
- project (String)
- location (String)
- app_connector (String)
- (::String)
- (::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}
- project (String)
- location (String)
- app_gateway (String)
- (::String)
- (::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}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)