public static interface Search.CreateSearchIndexRequestOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getIndexName()
required string index_name = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getIndexNameBytes()
required string index_name = 2; |
Search.IndexSchema |
getSchema()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSchema schema = 3; |
Search.IndexSchemaOrBuilder |
getSchemaOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSchema schema = 3; |
String |
getSourceIndexName()
optional string source_index_name = 4; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getSourceIndexNameBytes()
optional string source_index_name = 4; |
String |
getTableName()
required string table_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTableNameBytes()
required string table_name = 1; |
int |
getTimeToLive()
unit is seconds
optional int32 time_to_live = 5; |
boolean |
hasIndexName()
required string index_name = 2; |
boolean |
hasSchema()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSchema schema = 3; |
boolean |
hasSourceIndexName()
optional string source_index_name = 4; |
boolean |
hasTableName()
required string table_name = 1; |
boolean |
hasTimeToLive()
unit is seconds
optional int32 time_to_live = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTableName()
required string table_name = 1;String getTableName()
required string table_name = 1;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
required string table_name = 1;boolean hasIndexName()
required string index_name = 2;String getIndexName()
required string index_name = 2;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getIndexNameBytes()
required string index_name = 2;boolean hasSchema()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSchema schema = 3;Search.IndexSchema getSchema()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSchema schema = 3;Search.IndexSchemaOrBuilder getSchemaOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSchema schema = 3;boolean hasSourceIndexName()
optional string source_index_name = 4;String getSourceIndexName()
optional string source_index_name = 4;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getSourceIndexNameBytes()
optional string source_index_name = 4;boolean hasTimeToLive()
unit is seconds
optional int32 time_to_live = 5;int getTimeToLive()
unit is seconds
optional int32 time_to_live = 5;Copyright © 2025. All Rights Reserved.