BigQuery Connection V1 API - Module Google::Cloud::Bigquery::Connection::V1::ConnectionService::Paths (v0.18.0)

Reference documentation and code samples for the BigQuery Connection V1 API module Google::Cloud::Bigquery::Connection::V1::ConnectionService::Paths.

Path helper methods for the ConnectionService API.

Methods

#cluster_path

def cluster_path(project:, region:, cluster:) -> ::String

Create a fully-qualified Cluster resource string.

The resource will be in the following format:

projects/{project}/regions/{region}/clusters/{cluster}

Parameters
  • project (String)
  • region (String)
  • cluster (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#connection_path

def connection_path(project:, location:, connection:) -> ::String

Create a fully-qualified Connection resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/connections/{connection}

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

#service_path

def service_path(project:, location:, service:) -> ::String

Create a fully-qualified Service resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/services/{service}

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