Class: Google::Cloud::Bigtable::Admin::V2::OperationProgress
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::OperationProgress
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/common.rb
Overview
Encapsulates progress related information for a Cloud Bigtable long running operation.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
If set, the time at which this operation failed or was completed successfully.
-
#progress_percent ⇒ ::Integer
Percent completion of the operation.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Time the request was received.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns If set, the time at which this operation failed or was completed successfully.
38 39 40 41 |
# File 'proto_docs/google/bigtable/admin/v2/common.rb', line 38 class OperationProgress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress_percent ⇒ ::Integer
Returns Percent completion of the operation. Values are between 0 and 100 inclusive.
38 39 40 41 |
# File 'proto_docs/google/bigtable/admin/v2/common.rb', line 38 class OperationProgress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Time the request was received.
38 39 40 41 |
# File 'proto_docs/google/bigtable/admin/v2/common.rb', line 38 class OperationProgress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |