Search.IndexInfo.Builder |
Search.ListSearchIndexResponse.Builder.addIndicesBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexInfo indices = 1;
|
Search.IndexInfo.Builder |
Search.ListSearchIndexResponse.Builder.addIndicesBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexInfo indices = 1;
|
Search.IndexInfo.Builder |
Search.IndexInfo.Builder.clear() |
Search.IndexInfo.Builder |
Search.IndexInfo.Builder.clearIndexName()
optional string index_name = 2;
|
Search.IndexInfo.Builder |
Search.IndexInfo.Builder.clearTableName()
optional string table_name = 1;
|
Search.IndexInfo.Builder |
Search.ListSearchIndexResponse.Builder.getIndicesBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexInfo indices = 1;
|
Search.IndexInfo.Builder |
Search.IndexInfo.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Search.IndexInfo.Builder |
Search.IndexInfo.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
Search.IndexInfo.Builder |
Search.IndexInfo.Builder.mergeFrom(Search.IndexInfo other) |
static Search.IndexInfo.Builder |
Search.IndexInfo.newBuilder() |
static Search.IndexInfo.Builder |
Search.IndexInfo.newBuilder(Search.IndexInfo prototype) |
Search.IndexInfo.Builder |
Search.IndexInfo.newBuilderForType() |
protected Search.IndexInfo.Builder |
Search.IndexInfo.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
Search.IndexInfo.Builder |
Search.IndexInfo.Builder.setIndexName(String value)
optional string index_name = 2;
|
Search.IndexInfo.Builder |
Search.IndexInfo.Builder.setIndexNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string index_name = 2;
|
Search.IndexInfo.Builder |
Search.IndexInfo.Builder.setTableName(String value)
optional string table_name = 1;
|
Search.IndexInfo.Builder |
Search.IndexInfo.Builder.setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string table_name = 1;
|
Search.IndexInfo.Builder |
Search.IndexInfo.toBuilder() |