com.vesoft.nebula.proto.graph.ResultTableOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: graph.proto
// Protobuf Java Version: 3.25.1
package com.vesoft.nebula.proto.graph;
public interface ResultTableOrBuilder extends
// @@protoc_insertion_point(interface_extends:nebula.proto.graph.ResultTable)
com.google.protobuf.MessageOrBuilder {
/**
* repeated bytes column_names = 1;
* @return A list containing the columnNames.
*/
java.util.List getColumnNamesList();
/**
* repeated bytes column_names = 1;
* @return The count of columnNames.
*/
int getColumnNamesCount();
/**
* repeated bytes column_names = 1;
* @param index The index of the element to return.
* @return The columnNames at the given index.
*/
com.google.protobuf.ByteString getColumnNames(int index);
/**
* repeated .nebula.proto.graph.Row records = 2;
*/
java.util.List
getRecordsList();
/**
* repeated .nebula.proto.graph.Row records = 2;
*/
com.vesoft.nebula.proto.graph.Row getRecords(int index);
/**
* repeated .nebula.proto.graph.Row records = 2;
*/
int getRecordsCount();
/**
* repeated .nebula.proto.graph.Row records = 2;
*/
java.util.List extends com.vesoft.nebula.proto.graph.RowOrBuilder>
getRecordsOrBuilderList();
/**
* repeated .nebula.proto.graph.Row records = 2;
*/
com.vesoft.nebula.proto.graph.RowOrBuilder getRecordsOrBuilder(
int index);
}