Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::OperationProgress.
Encapsulates progress related information for a Cloud Spanner long running operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — If set, the time at which this operation failed or was completed successfully.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — If set, the time at which this operation failed or was completed successfully.
Returns
- (::Google::Protobuf::Timestamp) — If set, the time at which this operation failed or was completed successfully.
#progress_percent
def progress_percent() -> ::Integer
Returns
- (::Integer) — Percent completion of the operation. Values are between 0 and 100 inclusive.
#progress_percent=
def progress_percent=(value) -> ::Integer
Parameter
- value (::Integer) — Percent completion of the operation. Values are between 0 and 100 inclusive.
Returns
- (::Integer) — Percent completion of the operation. Values are between 0 and 100 inclusive.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Time the request was received.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Time the request was received.
Returns
- (::Google::Protobuf::Timestamp) — Time the request was received.