Class AddCatalogAttributeRequest (1.10.1)

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

Request for CatalogService.AddCatalogAttribute method.

Attributes

NameDescription
attributes_config str
Required. Full AttributesConfig resource name. Format: ``projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig``
catalog_attribute google.cloud.retail_v2beta.types.CatalogAttribute
Required. The CatalogAttribute to add.

Inheritance

builtins.object > proto.message.Message > AddCatalogAttributeRequest