Interface CoordinatorInternalOuterClass.RevisionInternalOrBuilder

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

public static interface CoordinatorInternalOuterClass.RevisionInternalOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    main is the main revision of a set of changes that happen atomically.
    long
    sub is the sub revision of a change in a set of changes that happen atomically.

    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

    • getMain

      long getMain()
       main is the main revision of a set of changes that happen atomically.
       
      int64 main = 1;
      Returns:
      The main.
    • getSub

      long getSub()
       sub is the sub revision of a change in a set of changes that happen
       atomically. Each change has different increasing sub revision in that
       set.
       
      int64 sub = 2;
      Returns:
      The sub.