Recommendations AI V1beta1 API - Module Google::Cloud::RecommendationEngine::V1beta1::CatalogService::Paths (v0.3.7)

Reference documentation and code samples for the Recommendations AI V1beta1 API module Google::Cloud::RecommendationEngine::V1beta1::CatalogService::Paths.

Path helper methods for the CatalogService API.

Methods

#catalog_item_path_path

def catalog_item_path_path(project:, location:, catalog:, catalog_item_path:) -> ::String

Create a fully-qualified CatalogItemPath resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/catalogs/{catalog}/catalogItems/{catalog_item_path=**}

Parameters
  • project (String)
  • location (String)
  • catalog (String)
  • catalog_item_path (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#catalog_path

def catalog_path(project:, location:, catalog:) -> ::String

Create a fully-qualified Catalog resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/catalogs/{catalog}

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