Class GenericOperationMetadata (0.4.0)

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

Generic Metadata shared by all operations.

Attributes

NameDescription
partial_failures Sequence[`.status.Status`]
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.
create_time `.timestamp.Timestamp`
Output only. Time when the operation was created.
update_time `.timestamp.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