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}
- project (String)
- location (String)
- data_exchange (String)
- (::String)
- (::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}
- project (String)
- dataset (String)
- (::String)
- (::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}
- project (String)
- location (String)
- data_exchange (String)
- listing (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)