org.polypheny.prism.DocumentFrameOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polypheny-jdbc-driver Show documentation
Show all versions of polypheny-jdbc-driver Show documentation
A standards-compliant JDBC driver for Polypheny-DB.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: org/polypheny/prism/document_frame.proto
package org.polypheny.prism;
public interface DocumentFrameOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.polypheny.prism.DocumentFrame)
com.google.protobuf.MessageOrBuilder {
/**
*
* A list of documents contained within this frame. Each entry in this list is an instance of ProtoDocument, representing an individual document.
*
*
* repeated .org.polypheny.prism.ProtoDocument documents = 1;
*/
java.util.List
getDocumentsList();
/**
*
* A list of documents contained within this frame. Each entry in this list is an instance of ProtoDocument, representing an individual document.
*
*
* repeated .org.polypheny.prism.ProtoDocument documents = 1;
*/
org.polypheny.prism.ProtoDocument getDocuments(int index);
/**
*
* A list of documents contained within this frame. Each entry in this list is an instance of ProtoDocument, representing an individual document.
*
*
* repeated .org.polypheny.prism.ProtoDocument documents = 1;
*/
int getDocumentsCount();
/**
*
* A list of documents contained within this frame. Each entry in this list is an instance of ProtoDocument, representing an individual document.
*
*
* repeated .org.polypheny.prism.ProtoDocument documents = 1;
*/
java.util.List extends org.polypheny.prism.ProtoDocumentOrBuilder>
getDocumentsOrBuilderList();
/**
*
* A list of documents contained within this frame. Each entry in this list is an instance of ProtoDocument, representing an individual document.
*
*
* repeated .org.polypheny.prism.ProtoDocument documents = 1;
*/
org.polypheny.prism.ProtoDocumentOrBuilder getDocumentsOrBuilder(
int index);
}