Class: Google::Cloud::Storage::Control::V2::CommonLongRunningOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::CommonLongRunningOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
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
.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#progress_percent ⇒ ::Integer
readonly
Output only.
-
#requested_cancellation ⇒ ::Boolean
readonly
Output only.
-
#type ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation was created.
246 247 248 249 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 246 class CommonLongRunningOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation finished running.
246 247 248 249 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 246 class CommonLongRunningOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress_percent ⇒ ::Integer (readonly)
Returns Output only. The estimated progress of the operation in percentage [0, 100]. The value -1 means the progress is unknown.
246 247 248 249 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 246 class CommonLongRunningOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requested_cancellation ⇒ ::Boolean (readonly)
Returns Output only. Identifies whether the user has requested cancellation.
246 247 248 249 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 246 class CommonLongRunningOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String (readonly)
Returns Output only. The type of operation invoked.
246 247 248 249 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 246 class CommonLongRunningOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation was last modified.
246 247 248 249 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 246 class CommonLongRunningOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |