Class OperationMetadata (1.1.2)

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

Represents the metadata of the long-running operation. Output only.

Attributes

NameDescription
create_time google.protobuf.timestamp_pb2.Timestamp
The time the operation was created.
end_time google.protobuf.timestamp_pb2.Timestamp
The time the operation finished running.
target str
Server-defined resource path for the target of the operation.
verb str
Name of the verb executed by the operation.
status_detail str
Human-readable status of the operation, if any.
api_version str
API version used to start the operation.

Inheritance

builtins.object > proto.message.Message > OperationMetadata