Class BatchOperationMetadata (2.0.0)

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

Metadata used for long running operations returned by CTS batch APIs. It's used to replace google.longrunning.Operation.metadata][google.longrunning.Operation.metadata].

Attributes

NameDescription
state .common.BatchOperationMetadata.State
The state of a long running operation.
state_description str
More detailed information about operation state.
success_count int
Count of successful item(s) inside an operation.
failure_count int
Count of failed item(s) inside an operation.
total_count int
Count of total item(s) inside an operation.
create_time .timestamp.Timestamp
The time when the batch operation is created.
update_time .timestamp.Timestamp
The time when the batch operation status is updated. The metadata and the update_time is refreshed every minute otherwise cached data is returned.
end_time .timestamp.Timestamp
The time when the batch operation is finished and google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true.