Class GenericOperationMetadata (0.8.0)

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

Generic Metadata shared by all operations. .. attribute:: partial_failures

Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard GCP error details.

:type: Sequence[google.rpc.status_pb2.Status]

Attributes

NameDescription
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the operation was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the operation was updated for the last time. If the operation has finished (successfully or not), this is the finish time.

Inheritance

builtins.object > proto.message.Message > GenericOperationMetadata