Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::OperationProgress (v0.9.1)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::OperationProgress.

Encapsulates progress related information for a Cloud Bigtable 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

#end_time=

def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#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

#start_time=

def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns