Package com.google.firestore.admin.v1
Interface ProgressOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Progress,Progress.Builder
@Generated
public interface ProgressOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongThe amount of work completed.longThe amount of work estimated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEstimatedWork
long getEstimatedWork()The amount of work estimated.
int64 estimated_work = 1;- Returns:
- The estimatedWork.
-
getCompletedWork
long getCompletedWork()The amount of work completed.
int64 completed_work = 2;- Returns:
- The completedWork.
-