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 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

      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

      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;