Class OperationMetadataV1 (0.2.0)

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

Metadata for the given google.longrunning.Operation][google.longrunning.Operation].

Attributes

NameDescription
method str
API method that initiated this operation. Example: ``google.appengine.v1.Versions.CreateVersion``. @OutputOnly
insert_time google.protobuf.timestamp_pb2.Timestamp
Time that this operation was created. @OutputOnly
end_time google.protobuf.timestamp_pb2.Timestamp
Time that this operation completed. @OutputOnly
user str
User who requested this operation. @OutputOnly
target str
Name of the resource that this operation is acting on. Example: ``apps/myapp/services/default``. @OutputOnly
ephemeral_message str
Ephemeral message that may change every time the operation is polled. @OutputOnly
warning Sequence[str]
Durable messages that persist on every operation poll. @OutputOnly

Inheritance

builtins.object > proto.message.Message > OperationMetadataV1