Class UpdateCatalogItemRequest (0.10.9)

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

Request message for UpdateCatalogItem method.

Attributes

NameDescription
name str
Required. Full resource name of catalog item, such as projects/*/locations/global/catalogs/default_catalog/catalogItems/some_catalog_item_id.
catalog_item google.cloud.recommendationengine_v1beta1.types.CatalogItem
Required. The catalog item to update/create. The 'catalog_item_id' field has to match that in the 'name'.
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. Indicates which fields in the provided 'item' to update. If not set, will by default update all fields.