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}
- project (String)
- location (String)
- catalog (String)
- catalog_item_path (String)
- (::String)
- (::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}
- project (String)
- location (String)
- catalog (String)
- (::String)
- (::ArgumentError)