Interface CommonMessages.MetaDataInfoOrBuilder

    • Method Detail

      • getObjectID

        String getObjectID()
        string objectID = 1;
        Returns:
        The objectID.
      • getObjectIDBytes

        com.google.protobuf.ByteString getObjectIDBytes()
        string objectID = 1;
        Returns:
        The bytes for objectID.
      • getIsReadOnly

        boolean getIsReadOnly()
        bool isReadOnly = 2;
        Returns:
        The isReadOnly.
      • getDatasetID

        String getDatasetID()
        string datasetID = 3;
        Returns:
        The datasetID.
      • getDatasetIDBytes

        com.google.protobuf.ByteString getDatasetIDBytes()
        string datasetID = 3;
        Returns:
        The bytes for datasetID.
      • getMetaclassID

        String getMetaclassID()
        string metaclassID = 4;
        Returns:
        The metaclassID.
      • getMetaclassIDBytes

        com.google.protobuf.ByteString getMetaclassIDBytes()
        string metaclassID = 4;
        Returns:
        The bytes for metaclassID.
      • getLocationsList

        List<String> getLocationsList()
        repeated string locations = 5;
        Returns:
        A list containing the locations.
      • getLocationsCount

        int getLocationsCount()
        repeated string locations = 5;
        Returns:
        The count of locations.
      • getLocations

        String getLocations​(int index)
        repeated string locations = 5;
        Parameters:
        index - The index of the element to return.
        Returns:
        The locations at the given index.
      • getLocationsBytes

        com.google.protobuf.ByteString getLocationsBytes​(int index)
        repeated string locations = 5;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the locations at the given index.
      • getAlias

        String getAlias()
        string alias = 6;
        Returns:
        The alias.
      • getAliasBytes

        com.google.protobuf.ByteString getAliasBytes()
        string alias = 6;
        Returns:
        The bytes for alias.
      • getOwnerID

        String getOwnerID()
        string ownerID = 7;
        Returns:
        The ownerID.
      • getOwnerIDBytes

        com.google.protobuf.ByteString getOwnerIDBytes()
        string ownerID = 7;
        Returns:
        The bytes for ownerID.