public interface ProgressOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getWorkCompleted()
The amount of work that has been completed.
|
long |
getWorkEstimated()
An estimate of how much work needs to be performed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getWorkCompleted()
The amount of work that has been completed. Note that this may be greater than work_estimated.
int64 work_completed = 1;
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;
Copyright © 2023 Google LLC. All rights reserved.