BeyondCorp ClientConnectorServices V1 API - Module Google::Cloud::BeyondCorp::ClientConnectorServices::V1::ClientConnectorServicesService::Paths (v0.3.0)

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

Path helper methods for the ClientConnectorServicesService API.

Methods

#client_connector_service_path

def client_connector_service_path(project:, location:, client_connector_service:) -> ::String

Create a fully-qualified ClientConnectorService resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/clientConnectorServices/{client_connector_service}

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