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 Type
    Method
    Description
    long
    The amount of work completed.
    long
    The amount of work estimated.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.