Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::CommonLongRunningOperationMetadata.
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
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time the operation was created.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time the operation finished running.
#progress_percent
def progress_percent() -> ::Integer
Returns
- (::Integer) — Output only. The estimated progress of the operation in percentage [0, 100]. The value -1 means the progress is unknown.
#requested_cancellation
def requested_cancellation() -> ::Boolean
Returns
- (::Boolean) — Output only. Identifies whether the user has requested cancellation.
#type
def type() -> ::String
Returns
- (::String) — Output only. The type of operation invoked.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time the operation was last modified.