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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCatLocation()omit for simple dataset rootcom.google.protobuf.ByteStringgetCatLocationBytes()omit for simple dataset rootStringgetDirLocation()string dirLocation = 2;com.google.protobuf.ByteStringgetDirLocationBytes()string dirLocation = 2;StringgetName()omit for simple dataset rootcom.google.protobuf.ByteStringgetNameBytes()omit for simple dataset rootStringgetRestrict()restrictcom.google.protobuf.ByteStringgetRestrictBytes()restrictConfigCatalogExtProto.DataRootTypegetType().DataRootType type = 3;intgetTypeValue().DataRootType type = 3;StringgetUrlPath()string urlPath = 1;com.google.protobuf.ByteStringgetUrlPathBytes()string urlPath = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-