Class Catalog (1.10.1)

Catalog(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The catalog configuration.

Attributes

NameDescription
name str
Required. Immutable. The fully qualified resource name of the catalog.
display_name str
Required. Immutable. The catalog display name. This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
product_level_config google.cloud.retail_v2alpha.types.ProductLevelConfig
Required. The product level configuration.
merchant_center_linking_config google.cloud.retail_v2alpha.types.MerchantCenterLinkingConfig
The Merchant Center linking configuration. Once a link is added, the data stream from Merchant Center to Cloud Retail will be enabled automatically. The requester must have access to the merchant center account in order to make changes to this field.

Inheritance

builtins.object > proto.message.Message > Catalog