Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::Progress.
Describes the progress of the operation. Unit of work is generic and must be interpreted based on where Progress is used.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#completed_work
def completed_work() -> ::Integer
Returns
- (::Integer) — The amount of work completed.
#completed_work=
def completed_work=(value) -> ::Integer
Parameter
- value (::Integer) — The amount of work completed.
Returns
- (::Integer) — The amount of work completed.
#estimated_work
def estimated_work() -> ::Integer
Returns
- (::Integer) — The amount of work estimated.
#estimated_work=
def estimated_work=(value) -> ::Integer
Parameter
- value (::Integer) — The amount of work estimated.
Returns
- (::Integer) — The amount of work estimated.