Interface ProgressOrBuilder (2.10.1)

public interface ProgressOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getWorkCompleted()

public abstract long getWorkCompleted()

The amount of work that has been completed. Note that this may be greater than work_estimated.

int64 work_completed = 1;

Returns
TypeDescription
long

The workCompleted.

getWorkEstimated()

public abstract long getWorkEstimated()

An estimate of how much work needs to be performed. May be zero if the work estimate is unavailable.

int64 work_estimated = 2;

Returns
TypeDescription
long

The workEstimated.