Interface ConfigCatalogExtProto.CatalogOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCatId()
      sequence no
      String getCatLocation()
      string catLocation = 2;
      com.google.protobuf.ByteString getCatLocationBytes()
      string catLocation = 2;
      boolean getIsRoot()
      bool isRoot = 3;
      long getLastRead()
      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 Detail

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