Reference documentation and code samples for the Retail V2 API module Google::Cloud::Retail::V2::CatalogService::Paths.
Path helper methods for the CatalogService API.
Extended By
Methods
#attributes_config_path
def attributes_config_path(project:, location:, catalog:) -> ::String
Create a fully-qualified AttributesConfig resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/catalogs/{catalog}/attributesConfig
- project (String)
- location (String)
- catalog (String)
- (::String)
- (::ArgumentError)
#branch_path
def branch_path(project:, location:, catalog:, branch:) -> ::String
Create a fully-qualified Branch resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/catalogs/{catalog}/branches/{branch}
- project (String)
- location (String)
- catalog (String)
- branch (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)
#completion_config_path
def completion_config_path(project:, location:, catalog:) -> ::String
Create a fully-qualified CompletionConfig resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/catalogs/{catalog}/completionConfig
- project (String)
- location (String)
- catalog (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)