Package thredds.server.catalog.tracker
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCatId()sequence noStringgetCatLocation()string catLocation = 2;com.google.protobuf.ByteStringgetCatLocationBytes()string catLocation = 2;booleangetIsRoot()bool isRoot = 3;longgetLastRead()uint64 lastRead = 4;-
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.
-
-