All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.polypheny.prism.EntityOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: org/polypheny/prism/namespace_meta_responses.proto

package org.polypheny.prism;

public interface EntityOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.polypheny.prism.Entity)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * An entity of type Table.
   * 
* * .org.polypheny.prism.Table table = 1; * @return Whether the table field is set. */ boolean hasTable(); /** *
   * An entity of type Table.
   * 
* * .org.polypheny.prism.Table table = 1; * @return The table. */ org.polypheny.prism.Table getTable(); /** *
   * An entity of type Table.
   * 
* * .org.polypheny.prism.Table table = 1; */ org.polypheny.prism.TableOrBuilder getTableOrBuilder(); /** *
   * An entity of type Graph.
   * 
* * .org.polypheny.prism.Graph graph = 2; * @return Whether the graph field is set. */ boolean hasGraph(); /** *
   * An entity of type Graph.
   * 
* * .org.polypheny.prism.Graph graph = 2; * @return The graph. */ org.polypheny.prism.Graph getGraph(); /** *
   * An entity of type Graph.
   * 
* * .org.polypheny.prism.Graph graph = 2; */ org.polypheny.prism.GraphOrBuilder getGraphOrBuilder(); /** *
   * An entity of type Document.
   * 
* * .org.polypheny.prism.Document document = 3; * @return Whether the document field is set. */ boolean hasDocument(); /** *
   * An entity of type Document.
   * 
* * .org.polypheny.prism.Document document = 3; * @return The document. */ org.polypheny.prism.Document getDocument(); /** *
   * An entity of type Document.
   * 
* * .org.polypheny.prism.Document document = 3; */ org.polypheny.prism.DocumentOrBuilder getDocumentOrBuilder(); org.polypheny.prism.Entity.EntityCase getEntityCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy