Interface ConfigCatalogExtProto.CatalogOrBuilder

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

public static interface ConfigCatalogExtProto.CatalogOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    sequence no
    string catLocation = 2;
    com.google.protobuf.ByteString
    string catLocation = 2;
    boolean
    bool isRoot = 3;
    long
    uint64 lastRead = 4;

    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

    • getCatId

      long getCatId()
       sequence no
       
      uint64 catId = 1;
      Returns:
      The catId.
    • getCatLocation

      String getCatLocation()
      string catLocation = 2;
      Returns:
      The catLocation.
    • getCatLocationBytes

      com.google.protobuf.ByteString getCatLocationBytes()
      string catLocation = 2;
      Returns:
      The bytes for catLocation.
    • getIsRoot

      boolean getIsRoot()
      bool isRoot = 3;
      Returns:
      The isRoot.
    • getLastRead

      long getLastRead()
      uint64 lastRead = 4;
      Returns:
      The lastRead.