Class OperationMetadata (0.1.0)

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.

Inheritance

builtins.object > proto.message.Message > OperationMetadata