public static interface RiakTsPB.TsQueryRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
RiakTsPB.TsColumnDescription |
getColumns(int index)
repeated .TsColumnDescription columns = 1; |
int |
getColumnsCount()
repeated .TsColumnDescription columns = 1; |
List<RiakTsPB.TsColumnDescription> |
getColumnsList()
repeated .TsColumnDescription columns = 1; |
RiakTsPB.TsColumnDescriptionOrBuilder |
getColumnsOrBuilder(int index)
repeated .TsColumnDescription columns = 1; |
List<? extends RiakTsPB.TsColumnDescriptionOrBuilder> |
getColumnsOrBuilderList()
repeated .TsColumnDescription columns = 1; |
boolean |
getDone()
optional bool done = 3 [default = true]; |
RiakTsPB.TsRow |
getRows(int index)
repeated .TsRow rows = 2; |
int |
getRowsCount()
repeated .TsRow rows = 2; |
List<RiakTsPB.TsRow> |
getRowsList()
repeated .TsRow rows = 2; |
RiakTsPB.TsRowOrBuilder |
getRowsOrBuilder(int index)
repeated .TsRow rows = 2; |
List<? extends RiakTsPB.TsRowOrBuilder> |
getRowsOrBuilderList()
repeated .TsRow rows = 2; |
boolean |
hasDone()
optional bool done = 3 [default = true]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<RiakTsPB.TsColumnDescription> getColumnsList()
repeated .TsColumnDescription columns = 1;
RiakTsPB.TsColumnDescription getColumns(int index)
repeated .TsColumnDescription columns = 1;
int getColumnsCount()
repeated .TsColumnDescription columns = 1;
List<? extends RiakTsPB.TsColumnDescriptionOrBuilder> getColumnsOrBuilderList()
repeated .TsColumnDescription columns = 1;
RiakTsPB.TsColumnDescriptionOrBuilder getColumnsOrBuilder(int index)
repeated .TsColumnDescription columns = 1;
List<RiakTsPB.TsRow> getRowsList()
repeated .TsRow rows = 2;
0 to n rows
RiakTsPB.TsRow getRows(int index)
repeated .TsRow rows = 2;
0 to n rows
int getRowsCount()
repeated .TsRow rows = 2;
0 to n rows
List<? extends RiakTsPB.TsRowOrBuilder> getRowsOrBuilderList()
repeated .TsRow rows = 2;
0 to n rows
RiakTsPB.TsRowOrBuilder getRowsOrBuilder(int index)
repeated .TsRow rows = 2;
0 to n rows
boolean hasDone()
optional bool done = 3 [default = true];
boolean getDone()
optional bool done = 3 [default = true];
Copyright © 2016. All rights reserved.