Search.IndexSchema.Builder |
Search.IndexSchema.Builder.addAllFieldSchemas(Iterable<? extends Search.FieldSchema> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 1;
|
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.addFieldSchemas(int index,
Search.FieldSchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 1;
|
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.addFieldSchemas(int index,
Search.FieldSchema value)
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 1;
|
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.addFieldSchemas(Search.FieldSchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 1;
|
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.addFieldSchemas(Search.FieldSchema value)
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 1;
|
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.clear() |
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.clearFieldSchemas()
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 1;
|
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.clearIndexSetting()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSetting index_setting = 2;
|
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.clearIndexSort()
optional .com.alicloud.openservices.tablestore.core.protocol.Sort index_sort = 3;
|
Search.IndexSchema.Builder |
Search.CreateSearchIndexRequest.Builder.getSchemaBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSchema schema = 3;
|
Search.IndexSchema.Builder |
Search.DescribeSearchIndexResponse.Builder.getSchemaBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSchema schema = 1;
|
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.mergeFrom(Search.IndexSchema other) |
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.mergeIndexSetting(Search.IndexSetting value)
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSetting index_setting = 2;
|
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.mergeIndexSort(Search.Sort value)
optional .com.alicloud.openservices.tablestore.core.protocol.Sort index_sort = 3;
|
static Search.IndexSchema.Builder |
Search.IndexSchema.newBuilder() |
static Search.IndexSchema.Builder |
Search.IndexSchema.newBuilder(Search.IndexSchema prototype) |
Search.IndexSchema.Builder |
Search.IndexSchema.newBuilderForType() |
protected Search.IndexSchema.Builder |
Search.IndexSchema.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.removeFieldSchemas(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 1;
|
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.setFieldSchemas(int index,
Search.FieldSchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 1;
|
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.setFieldSchemas(int index,
Search.FieldSchema value)
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 1;
|
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.setIndexSetting(Search.IndexSetting.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSetting index_setting = 2;
|
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.setIndexSetting(Search.IndexSetting value)
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSetting index_setting = 2;
|
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.setIndexSort(Search.Sort.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.Sort index_sort = 3;
|
Search.IndexSchema.Builder |
Search.IndexSchema.Builder.setIndexSort(Search.Sort value)
optional .com.alicloud.openservices.tablestore.core.protocol.Sort index_sort = 3;
|
Search.IndexSchema.Builder |
Search.IndexSchema.toBuilder() |