public interface ColumnsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn(int index)
The names of the columns provided in the query
|
com.google.protobuf.ByteString |
getColumnBytes(int index)
The names of the columns provided in the query
|
int |
getColumnCount()
The names of the columns provided in the query
|
List<String> |
getColumnList()
The names of the columns provided in the query
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getColumnList()
The names of the columns provided in the query
repeated string column = 1;int getColumnCount()
The names of the columns provided in the query
repeated string column = 1;String getColumn(int index)
The names of the columns provided in the query
repeated string column = 1;com.google.protobuf.ByteString getColumnBytes(int index)
The names of the columns provided in the query
repeated string column = 1;Copyright © 2010–2020. All rights reserved.