Class CommonLongRunningOperationMetadata (0.2.0)

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

The message contains metadata that is common to all Storage Control long-running operations, present in its google.longrunning.Operation messages, and accessible via metadata.common_metadata.

Attributes

Name Description
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the operation was created.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the operation finished running.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the operation was last modified.
type_ str
Output only. The type of operation invoked.
requested_cancellation bool
Output only. Identifies whether the user has requested cancellation.
progress_percent int
Output only. The estimated progress of the operation in percentage [0, 100]. The value -1 means the progress is unknown.