Class OperationMetadata (0.6.8)

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

Metadata about a long-running operation.

Attributes

NameDescription
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which this operation was created.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which this operation was completed.
target str
Output only. The name of the resource associated to this operation.
status_detail str
Output only. Human-readable status of the operation, if any.
error_detail str
Output only. Human-readable status of any error that occurred during the operation.
verb str
Output only. The verb associated with the API method which triggered this operation. Possible values are "create", "delete", "update" and "import".
requested_cancellation bool
Output only. Identifies whether it has been requested cancellation for the operation. Operations that have successfully been cancelled have [Operation.error][] value with a google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to Code.CANCELLED.