Class: Google::Cloud::Spanner::Admin::Instance::V1::OperationProgress
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Instance::V1::OperationProgress
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/admin/instance/v1/common.rb
Overview
Encapsulates progress related information for a Cloud Spanner long running instance operations.
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.
39 40 41 42 |
# File 'proto_docs/google/spanner/admin/instance/v1/common.rb', line 39 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.
39 40 41 42 |
# File 'proto_docs/google/spanner/admin/instance/v1/common.rb', line 39 class OperationProgress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Time the request was received.
39 40 41 42 |
# File 'proto_docs/google/spanner/admin/instance/v1/common.rb', line 39 class OperationProgress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |