ImportMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)Metadata related to the progress of the Import operation. This is returned by the google.longrunning.Operation.metadata field.
| Attributes | |
|---|---|
| Name | Description | 
| create_time | google.protobuf.timestamp_pb2.TimestampOperation create time. | 
| update_time | google.protobuf.timestamp_pb2.TimestampOperation last update time. If the operation is done, this is also the finish time. | 
| success_count | intCount of entries that were processed successfully. | 
| failure_count | intCount of entries that encountered errors while processing. | 
| request_id | strDeprecated. This field is never set. | 
| notification_pubsub_topic | strPub/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 isprojects/{project}/topics/{topic}. | 
| transformed_user_events_metadata | google.cloud.retail_v2alpha.types.TransformedUserEventsMetadataMetadata related to transform user events. |