Interface ProgressOrBuilder (3.21.0)

public interface ProgressOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompletedWork()

public abstract long getCompletedWork()

The amount of work completed.

int64 completed_work = 2;

Returns
Type Description
long

The completedWork.

getEstimatedWork()

public abstract long getEstimatedWork()

The amount of work estimated.

int64 estimated_work = 1;

Returns
Type Description
long

The estimatedWork.