org.polypheny.prism.ProtoListOrBuilder 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/value.proto
package org.polypheny.prism;
public interface ProtoListOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.polypheny.prism.ProtoList)
com.google.protobuf.MessageOrBuilder {
/**
*
* The list of ProtoValue items.
*
*
* repeated .org.polypheny.prism.ProtoValue values = 1;
*/
java.util.List
getValuesList();
/**
*
* The list of ProtoValue items.
*
*
* repeated .org.polypheny.prism.ProtoValue values = 1;
*/
org.polypheny.prism.ProtoValue getValues(int index);
/**
*
* The list of ProtoValue items.
*
*
* repeated .org.polypheny.prism.ProtoValue values = 1;
*/
int getValuesCount();
/**
*
* The list of ProtoValue items.
*
*
* repeated .org.polypheny.prism.ProtoValue values = 1;
*/
java.util.List extends org.polypheny.prism.ProtoValueOrBuilder>
getValuesOrBuilderList();
/**
*
* The list of ProtoValue items.
*
*
* repeated .org.polypheny.prism.ProtoValue values = 1;
*/
org.polypheny.prism.ProtoValueOrBuilder getValuesOrBuilder(
int index);
}