Package thredds.server.catalog.tracker
Interface ConfigCatalogExtProto.DataRootOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConfigCatalogExtProto.DataRoot,ConfigCatalogExtProto.DataRoot.Builder
- Enclosing class:
- ConfigCatalogExtProto
public static interface ConfigCatalogExtProto.DataRootOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionomit for simple dataset rootcom.google.protobuf.ByteStringomit for simple dataset rootstring dirLocation = 2;com.google.protobuf.ByteStringstring dirLocation = 2;getName()omit for simple dataset rootcom.google.protobuf.ByteStringomit for simple dataset rootrestrictcom.google.protobuf.ByteStringrestrictgetType().DataRootType type = 3;int.DataRootType type = 3;string urlPath = 1;com.google.protobuf.ByteStringstring urlPath = 1;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
-
getUrlPath
String getUrlPath()string urlPath = 1;- Returns:
- The urlPath.
-
getUrlPathBytes
com.google.protobuf.ByteString getUrlPathBytes()string urlPath = 1;- Returns:
- The bytes for urlPath.
-
getDirLocation
String getDirLocation()string dirLocation = 2;- Returns:
- The dirLocation.
-
getDirLocationBytes
com.google.protobuf.ByteString getDirLocationBytes()string dirLocation = 2;- Returns:
- The bytes for dirLocation.
-
getTypeValue
int getTypeValue().DataRootType type = 3;- Returns:
- The enum numeric value on the wire for type.
-
getType
ConfigCatalogExtProto.DataRootType getType().DataRootType type = 3;- Returns:
- The type.
-
getCatLocation
String getCatLocation()omit for simple dataset root
string catLocation = 4;- Returns:
- The catLocation.
-
getCatLocationBytes
com.google.protobuf.ByteString getCatLocationBytes()omit for simple dataset root
string catLocation = 4;- Returns:
- The bytes for catLocation.
-
getName
String getName()omit for simple dataset root
string name = 5;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()omit for simple dataset root
string name = 5;- Returns:
- The bytes for name.
-
getRestrict
String getRestrict()restrict
string restrict = 6;- Returns:
- The restrict.
-
getRestrictBytes
com.google.protobuf.ByteString getRestrictBytes()restrict
string restrict = 6;- Returns:
- The bytes for restrict.
-