Analytics Hub V1beta1 API - Module Google::Cloud::Bigquery::DataExchange::V1beta1::AnalyticsHubService::Paths (v0.2.0)

Reference documentation and code samples for the Analytics Hub V1beta1 API module Google::Cloud::Bigquery::DataExchange::V1beta1::AnalyticsHubService::Paths.

Path helper methods for the AnalyticsHubService API.

Methods

#data_exchange_path

def data_exchange_path(project:, location:, data_exchange:) -> ::String

Create a fully-qualified DataExchange resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/dataExchanges/{data_exchange}

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

#dataset_path

def dataset_path(project:, dataset:) -> ::String

Create a fully-qualified Dataset resource string.

The resource will be in the following format:

projects/{project}/datasets/{dataset}

Parameters
  • project (String)
  • dataset (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#listing_path

def listing_path(project:, location:, data_exchange:, listing:) -> ::String

Create a fully-qualified Listing resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/dataExchanges/{data_exchange}/listings/{listing}

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