Class ReplaceCatalogAttributeRequest (1.7.0)

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

Request for CatalogService.ReplaceCatalogAttribute 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_v2alpha.types.CatalogAttribute
Required. The updated CatalogAttribute.
update_mask google.protobuf.field_mask_pb2.FieldMask
Indicates which fields in the provided CatalogAttribute to update. The following are NOT supported: - CatalogAttribute.key If not set, all supported fields are updated.