ImportMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata related to the progress of the Import operation. This will be returned by the google.longrunning.Operation.metadata field.
Attributes |
|
---|---|
Name | Description |
operation_name |
str
Name of the operation. |
request_id |
str
Id of the request / operation. This is parroting back the requestId that was passed in the request. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Operation create time. |
success_count |
int
Count of entries that were processed successfully. |
failure_count |
int
Count of entries that encountered errors while processing. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Operation last update time. If the operation is done, this is also the finish time. |