Class UpdateAttributesConfigRequest (1.6.1)

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

Request for CatalogService.UpdateAttributesConfig method.

Attributes

NameDescription
attributes_config google.cloud.retail_v2alpha.types.AttributesConfig
Required. The AttributesConfig to update.
update_mask google.protobuf.field_mask_pb2.FieldMask
Indicates which fields in the provided AttributesConfig to update. The following is the only supported field: - AttributesConfig.catalog_attributes If not set, all supported fields are updated.