Interface ProgressOrBuilder (3.1.0)

public interface ProgressOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompletedWork()

public abstract long getCompletedWork()

The amount of work completed.

int64 completed_work = 2;

Returns
TypeDescription
long

The completedWork.

getEstimatedWork()

public abstract long getEstimatedWork()

The amount of work estimated.

int64 estimated_work = 1;

Returns
TypeDescription
long

The estimatedWork.