Retail V2 API - Module Google::Cloud::Retail::V2::CompletionService::Paths (v0.10.0)

Reference documentation and code samples for the Retail V2 API module Google::Cloud::Retail::V2::CompletionService::Paths.

Path helper methods for the CompletionService API.

Methods

#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)