Package thredds.server.catalog.tracker
Interface ConfigCatalogExtProto.DatasetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConfigCatalogExtProto.Dataset,ConfigCatalogExtProto.Dataset.Builder
- Enclosing class:
- ConfigCatalogExtProto
public static interface ConfigCatalogExtProto.DatasetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAccess(int index) repeated .Access access = 10;intrepeated .Access access = 10;repeated .Access access = 10;getAccessOrBuilder(int index) repeated .Access access = 10;List<? extends ConfigCatalogExtProto.AccessOrBuilder>repeated .Access access = 10;longgetCatId()??getId()string id = 4;com.google.protobuf.ByteStringstring id = 4;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;getNcml()string ncml = 6;com.google.protobuf.ByteStringstring ncml = 6;getPath()string path = 3;com.google.protobuf.ByteStringstring path = 3;getProperty(int index) repeated .Property property = 11;intrepeated .Property property = 11;repeated .Property property = 11;getPropertyOrBuilder(int index) repeated .Property property = 11;List<? extends ConfigCatalogExtProto.PropertyOrBuilder>repeated .Property property = 11;string restrict = 5;com.google.protobuf.ByteStringstring restrict = 5;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()??
uint64 catId = 1;- Returns:
- The catId.
-
getName
String getName()string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;- Returns:
- The bytes for name.
-
getPath
String getPath()string path = 3;- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()string path = 3;- Returns:
- The bytes for path.
-
getId
String getId()string id = 4;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 4;- Returns:
- The bytes for id.
-
getRestrict
String getRestrict()string restrict = 5;- Returns:
- The restrict.
-
getRestrictBytes
com.google.protobuf.ByteString getRestrictBytes()string restrict = 5;- Returns:
- The bytes for restrict.
-
getNcml
String getNcml()string ncml = 6;- Returns:
- The ncml.
-
getNcmlBytes
com.google.protobuf.ByteString getNcmlBytes()string ncml = 6;- Returns:
- The bytes for ncml.
-
getAccessList
List<ConfigCatalogExtProto.Access> getAccessList()repeated .Access access = 10; -
getAccess
repeated .Access access = 10; -
getAccessCount
int getAccessCount()repeated .Access access = 10; -
getAccessOrBuilderList
List<? extends ConfigCatalogExtProto.AccessOrBuilder> getAccessOrBuilderList()repeated .Access access = 10; -
getAccessOrBuilder
repeated .Access access = 10; -
getPropertyList
List<ConfigCatalogExtProto.Property> getPropertyList()repeated .Property property = 11; -
getProperty
repeated .Property property = 11; -
getPropertyCount
int getPropertyCount()repeated .Property property = 11; -
getPropertyOrBuilderList
List<? extends ConfigCatalogExtProto.PropertyOrBuilder> getPropertyOrBuilderList()repeated .Property property = 11; -
getPropertyOrBuilder
repeated .Property property = 11;
-