Class OperationMetadataV1 (1.11.3)

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

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

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

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 MutableSequence[str]
Durable messages that persist on every operation poll. @OutputOnly
create_version_metadata google.cloud.appengine_admin_v1.types.CreateVersionMetadataV1
This field is a member of oneof_ method_metadata.