Interface ConfigCatalogExtProto.DatasetOrBuilder

    • 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.
      • getAccessCount

        int getAccessCount()
        repeated .Access access = 10;
      • getPropertyCount

        int getPropertyCount()
        repeated .Property property = 11;