public static interface Search.ColumnsToGetOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumnNames(int index)
repeated string column_names = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getColumnNamesBytes(int index)
repeated string column_names = 2; |
int |
getColumnNamesCount()
repeated string column_names = 2; |
List<String> |
getColumnNamesList()
repeated string column_names = 2; |
Search.ColumnReturnType |
getReturnType()
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnReturnType return_type = 1; |
boolean |
hasReturnType()
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnReturnType return_type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasReturnType()
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnReturnType return_type = 1;Search.ColumnReturnType getReturnType()
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnReturnType return_type = 1;List<String> getColumnNamesList()
repeated string column_names = 2;int getColumnNamesCount()
repeated string column_names = 2;String getColumnNames(int index)
repeated string column_names = 2;index - The index of the element to return.com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getColumnNamesBytes(int index)
repeated string column_names = 2;index - The index of the value to return.Copyright © 2025. All Rights Reserved.