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
Modifier and TypeMethodDescriptionlonggetCatId()sequence nostring catLocation = 2;com.google.protobuf.ByteStringstring catLocation = 2;booleanbool isRoot = 3;longuint64 lastRead = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-