Interface PackageReferenceOuterClass.PriorTopologySerialOrBuilder

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

public static interface PackageReferenceOuterClass.PriorTopologySerialOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Empty
    No previous transaction exists.
    com.google.protobuf.EmptyOrBuilder
    No previous transaction exists.
    int
    Previous transaction's serial.
     
    boolean
    No previous transaction exists.
    boolean
    Previous transaction's serial.

    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

    • hasPrior

      boolean hasPrior()
       Previous transaction's serial.
       
      uint32 prior = 1;
      Returns:
      Whether the prior field is set.
    • getPrior

      int getPrior()
       Previous transaction's serial.
       
      uint32 prior = 1;
      Returns:
      The prior.
    • hasNoPrior

      boolean hasNoPrior()
       No previous transaction exists.
       
      .google.protobuf.Empty no_prior = 2;
      Returns:
      Whether the noPrior field is set.
    • getNoPrior

      com.google.protobuf.Empty getNoPrior()
       No previous transaction exists.
       
      .google.protobuf.Empty no_prior = 2;
      Returns:
      The noPrior.
    • getNoPriorOrBuilder

      com.google.protobuf.EmptyOrBuilder getNoPriorOrBuilder()
       No previous transaction exists.
       
      .google.protobuf.Empty no_prior = 2;
    • getSerialCase