Class ImportCatalogItemsRequest (0.8.1)

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

Request message for Import methods.

Attributes

NameDescription
parent str
Required. ``projects/1234/locations/global/catalogs/default_catalog``
request_id str
Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency and used for request deduplication. Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response.
input_config google.cloud.recommendationengine_v1beta1.types.InputConfig
Required. The desired input location of the data.
errors_config google.cloud.recommendationengine_v1beta1.types.ImportErrorsConfig
Optional. The desired location of errors incurred during the Import.

Inheritance

builtins.object > proto.message.Message > ImportCatalogItemsRequest