Class OperationMetadata (0.3.0)

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

Represents the metadata of the long-running operation.

Attributes

Name Description
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the operation was created.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the operation finished running.
status_message str
Output only. Human-readable status of the operation, if any.
requested_cancellation bool
Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error][google.longrunning.Operation.error] value with a google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to Code.CANCELLED.