Class ImportCompletionDataRequest (1.10.0)

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

Request message for ImportCompletionData methods.

Attributes

NameDescription
parent str
Required. The catalog which the suggestions dataset belongs to. Format: ``projects/1234/locations/global/catalogs/default_catalog``.
input_config google.cloud.retail_v2.types.CompletionDataInputConfig
Required. The desired input location of the data.
notification_pubsub_topic str
Pub/Sub topic for receiving notification. If this field is set, when the import is finished, a notification is sent to specified Pub/Sub topic. The message data is JSON string of a `Operation][google.longrunning.Operation]`. Format of the Pub/Sub topic is ``projects/{project}/topics/{topic}``.

Inheritance

builtins.object > proto.message.Message > ImportCompletionDataRequest