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

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

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

package org.polypheny.prism;

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

  /**
   * 
   * Indicates if this frame is the last in a series of frames, useful for paginated results.
   * 
* * bool is_last = 1; * @return The isLast. */ boolean getIsLast(); /** * .org.polypheny.prism.RelationalFrame relational_frame = 2; * @return Whether the relationalFrame field is set. */ boolean hasRelationalFrame(); /** * .org.polypheny.prism.RelationalFrame relational_frame = 2; * @return The relationalFrame. */ org.polypheny.prism.RelationalFrame getRelationalFrame(); /** * .org.polypheny.prism.RelationalFrame relational_frame = 2; */ org.polypheny.prism.RelationalFrameOrBuilder getRelationalFrameOrBuilder(); /** * .org.polypheny.prism.GraphFrame graph_frame = 3; * @return Whether the graphFrame field is set. */ boolean hasGraphFrame(); /** * .org.polypheny.prism.GraphFrame graph_frame = 3; * @return The graphFrame. */ org.polypheny.prism.GraphFrame getGraphFrame(); /** * .org.polypheny.prism.GraphFrame graph_frame = 3; */ org.polypheny.prism.GraphFrameOrBuilder getGraphFrameOrBuilder(); /** * .org.polypheny.prism.DocumentFrame document_frame = 4; * @return Whether the documentFrame field is set. */ boolean hasDocumentFrame(); /** * .org.polypheny.prism.DocumentFrame document_frame = 4; * @return The documentFrame. */ org.polypheny.prism.DocumentFrame getDocumentFrame(); /** * .org.polypheny.prism.DocumentFrame document_frame = 4; */ org.polypheny.prism.DocumentFrameOrBuilder getDocumentFrameOrBuilder(); org.polypheny.prism.Frame.ResultCase getResultCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy