Interface StoreTypes.AppSummaryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StoreTypes.AppSummary, StoreTypes.AppSummary.Builder
Enclosing class:
StoreTypes

public static interface StoreTypes.AppSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 num_completed_jobs = 1;
    int
    int32 num_completed_stages = 2;

    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

    • getNumCompletedJobs

      int getNumCompletedJobs()
      int32 num_completed_jobs = 1;
      Returns:
      The numCompletedJobs.
    • getNumCompletedStages

      int getNumCompletedStages()
      int32 num_completed_stages = 2;
      Returns:
      The numCompletedStages.