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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigCatalogExtProto.AccessgetAccess(int index)repeated .Access access = 10;intgetAccessCount()repeated .Access access = 10;List<ConfigCatalogExtProto.Access>getAccessList()repeated .Access access = 10;ConfigCatalogExtProto.AccessOrBuildergetAccessOrBuilder(int index)repeated .Access access = 10;List<? extends ConfigCatalogExtProto.AccessOrBuilder>getAccessOrBuilderList()repeated .Access access = 10;longgetCatId()??StringgetId()string id = 4;com.google.protobuf.ByteStringgetIdBytes()string id = 4;StringgetName()string name = 2;com.google.protobuf.ByteStringgetNameBytes()string name = 2;StringgetNcml()string ncml = 6;com.google.protobuf.ByteStringgetNcmlBytes()string ncml = 6;StringgetPath()string path = 3;com.google.protobuf.ByteStringgetPathBytes()string path = 3;ConfigCatalogExtProto.PropertygetProperty(int index)repeated .Property property = 11;intgetPropertyCount()repeated .Property property = 11;List<ConfigCatalogExtProto.Property>getPropertyList()repeated .Property property = 11;ConfigCatalogExtProto.PropertyOrBuildergetPropertyOrBuilder(int index)repeated .Property property = 11;List<? extends ConfigCatalogExtProto.PropertyOrBuilder>getPropertyOrBuilderList()repeated .Property property = 11;StringgetRestrict()string restrict = 5;com.google.protobuf.ByteStringgetRestrictBytes()string restrict = 5;-
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()
??
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
ConfigCatalogExtProto.Access getAccess(int index)
repeated .Access access = 10;
-
getAccessCount
int getAccessCount()
repeated .Access access = 10;
-
getAccessOrBuilderList
List<? extends ConfigCatalogExtProto.AccessOrBuilder> getAccessOrBuilderList()
repeated .Access access = 10;
-
getAccessOrBuilder
ConfigCatalogExtProto.AccessOrBuilder getAccessOrBuilder(int index)
repeated .Access access = 10;
-
getPropertyList
List<ConfigCatalogExtProto.Property> getPropertyList()
repeated .Property property = 11;
-
getProperty
ConfigCatalogExtProto.Property getProperty(int index)
repeated .Property property = 11;
-
getPropertyCount
int getPropertyCount()
repeated .Property property = 11;
-
getPropertyOrBuilderList
List<? extends ConfigCatalogExtProto.PropertyOrBuilder> getPropertyOrBuilderList()
repeated .Property property = 11;
-
getPropertyOrBuilder
ConfigCatalogExtProto.PropertyOrBuilder getPropertyOrBuilder(int index)
repeated .Property property = 11;
-
-