Class ImportProductsRequest (0.2.0)

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

Request message for Import methods. .. attribute:: parent

Required. projects/1234/locations/global/catalogs/default_catalog/branches/default_branch

If no updateMask is specified, requires products.create permission. If updateMask is specified, requires products.update permission.

:type: str

Attributes

NameDescription
input_config google.cloud.retail_v2.types.ProductInputConfig
Required. The desired input location of the data.
errors_config google.cloud.retail_v2.types.ImportErrorsConfig
The desired location of errors incurred during the Import.
update_mask google.protobuf.field_mask_pb2.FieldMask
Indicates which fields in the provided imported 'products' to update. If not set, will by default update all fields.