public static final class Search.UpdateSearchIndexRequest extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage implements Search.UpdateSearchIndexRequestOrBuilder
com.alicloud.openservices.tablestore.core.protocol.UpdateSearchIndexRequest| 限定符和类型 | 类和说明 |
|---|---|
static class |
Search.UpdateSearchIndexRequest.Builder
Protobuf type
com.alicloud.openservices.tablestore.core.protocol.UpdateSearchIndexRequest |
com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.aliyun.ots.thirdparty.com.google.protobuf.Message,T>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ADDED_FIELD_SCHEMAS_FIELD_NUMBER |
static int |
INDEX_NAME_FIELD_NUMBER |
static int |
QUERY_FLOW_WEIGHT_FIELD_NUMBER |
static int |
SWITCH_INDEX_NAME_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
static int |
TIME_TO_LIVE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
Search.FieldSchema |
getAddedFieldSchemas(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema added_field_schemas = 6; |
int |
getAddedFieldSchemasCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema added_field_schemas = 6; |
List<Search.FieldSchema> |
getAddedFieldSchemasList()
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema added_field_schemas = 6; |
Search.FieldSchemaOrBuilder |
getAddedFieldSchemasOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema added_field_schemas = 6; |
List<? extends Search.FieldSchemaOrBuilder> |
getAddedFieldSchemasOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema added_field_schemas = 6; |
static Search.UpdateSearchIndexRequest |
getDefaultInstance() |
Search.UpdateSearchIndexRequest |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getIndexName()
optional string index_name = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getIndexNameBytes()
optional string index_name = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Search.UpdateSearchIndexRequest> |
getParserForType() |
Search.QueryFlowWeight |
getQueryFlowWeight(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 4; |
int |
getQueryFlowWeightCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 4; |
List<Search.QueryFlowWeight> |
getQueryFlowWeightList()
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 4; |
Search.QueryFlowWeightOrBuilder |
getQueryFlowWeightOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 4; |
List<? extends Search.QueryFlowWeightOrBuilder> |
getQueryFlowWeightOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 4; |
int |
getSerializedSize() |
String |
getSwitchIndexName()
optional string switch_index_name = 3; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getSwitchIndexNameBytes()
optional string switch_index_name = 3; |
String |
getTableName()
optional string table_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTableNameBytes()
optional string table_name = 1; |
int |
getTimeToLive()
unit is seconds
optional int32 time_to_live = 5; |
int |
hashCode() |
boolean |
hasIndexName()
optional string index_name = 2; |
boolean |
hasSwitchIndexName()
optional string switch_index_name = 3; |
boolean |
hasTableName()
optional string table_name = 1; |
boolean |
hasTimeToLive()
unit is seconds
optional int32 time_to_live = 5; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Search.UpdateSearchIndexRequest.Builder |
newBuilder() |
static Search.UpdateSearchIndexRequest.Builder |
newBuilder(Search.UpdateSearchIndexRequest prototype) |
Search.UpdateSearchIndexRequest.Builder |
newBuilderForType() |
protected Search.UpdateSearchIndexRequest.Builder |
newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
static Search.UpdateSearchIndexRequest |
parseDelimitedFrom(InputStream input) |
static Search.UpdateSearchIndexRequest |
parseDelimitedFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.UpdateSearchIndexRequest |
parseFrom(byte[] data) |
static Search.UpdateSearchIndexRequest |
parseFrom(byte[] data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.UpdateSearchIndexRequest |
parseFrom(ByteBuffer data) |
static Search.UpdateSearchIndexRequest |
parseFrom(ByteBuffer data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.UpdateSearchIndexRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data) |
static Search.UpdateSearchIndexRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.UpdateSearchIndexRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) |
static Search.UpdateSearchIndexRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.UpdateSearchIndexRequest |
parseFrom(InputStream input) |
static Search.UpdateSearchIndexRequest |
parseFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Search.UpdateSearchIndexRequest> |
parser() |
Search.UpdateSearchIndexRequest.Builder |
toBuilder() |
void |
writeTo(com.aliyun.ots.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int TABLE_NAME_FIELD_NUMBER
public static final int INDEX_NAME_FIELD_NUMBER
public static final int SWITCH_INDEX_NAME_FIELD_NUMBER
public static final int QUERY_FLOW_WEIGHT_FIELD_NUMBER
public static final int TIME_TO_LIVE_FIELD_NUMBER
public static final int ADDED_FIELD_SCHEMAS_FIELD_NUMBER
public static final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic boolean hasTableName()
optional string table_name = 1;hasTableName 在接口中 Search.UpdateSearchIndexRequestOrBuilderpublic String getTableName()
optional string table_name = 1;getTableName 在接口中 Search.UpdateSearchIndexRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
optional string table_name = 1;getTableNameBytes 在接口中 Search.UpdateSearchIndexRequestOrBuilderpublic boolean hasIndexName()
optional string index_name = 2;hasIndexName 在接口中 Search.UpdateSearchIndexRequestOrBuilderpublic String getIndexName()
optional string index_name = 2;getIndexName 在接口中 Search.UpdateSearchIndexRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getIndexNameBytes()
optional string index_name = 2;getIndexNameBytes 在接口中 Search.UpdateSearchIndexRequestOrBuilderpublic boolean hasSwitchIndexName()
optional string switch_index_name = 3;hasSwitchIndexName 在接口中 Search.UpdateSearchIndexRequestOrBuilderpublic String getSwitchIndexName()
optional string switch_index_name = 3;getSwitchIndexName 在接口中 Search.UpdateSearchIndexRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getSwitchIndexNameBytes()
optional string switch_index_name = 3;getSwitchIndexNameBytes 在接口中 Search.UpdateSearchIndexRequestOrBuilderpublic List<Search.QueryFlowWeight> getQueryFlowWeightList()
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 4;public List<? extends Search.QueryFlowWeightOrBuilder> getQueryFlowWeightOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 4;public int getQueryFlowWeightCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 4;public Search.QueryFlowWeight getQueryFlowWeight(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 4;public Search.QueryFlowWeightOrBuilder getQueryFlowWeightOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 4;public boolean hasTimeToLive()
unit is seconds
optional int32 time_to_live = 5;hasTimeToLive 在接口中 Search.UpdateSearchIndexRequestOrBuilderpublic int getTimeToLive()
unit is seconds
optional int32 time_to_live = 5;getTimeToLive 在接口中 Search.UpdateSearchIndexRequestOrBuilderpublic List<Search.FieldSchema> getAddedFieldSchemasList()
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema added_field_schemas = 6;public List<? extends Search.FieldSchemaOrBuilder> getAddedFieldSchemasOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema added_field_schemas = 6;public int getAddedFieldSchemasCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema added_field_schemas = 6;public Search.FieldSchema getAddedFieldSchemas(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema added_field_schemas = 6;public Search.FieldSchemaOrBuilder getAddedFieldSchemasOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema added_field_schemas = 6;public final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic void writeTo(com.aliyun.ots.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitewriteTo 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitegetSerializedSize 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic boolean equals(Object obj)
equals 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Messageequals 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagehashCode 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic static Search.UpdateSearchIndexRequest parseFrom(ByteBuffer data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.UpdateSearchIndexRequest parseFrom(ByteBuffer data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.UpdateSearchIndexRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.UpdateSearchIndexRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.UpdateSearchIndexRequest parseFrom(byte[] data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.UpdateSearchIndexRequest parseFrom(byte[] data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.UpdateSearchIndexRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static Search.UpdateSearchIndexRequest parseFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Search.UpdateSearchIndexRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Search.UpdateSearchIndexRequest parseDelimitedFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Search.UpdateSearchIndexRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Search.UpdateSearchIndexRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Search.UpdateSearchIndexRequest.Builder newBuilderForType()
newBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagenewBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitepublic static Search.UpdateSearchIndexRequest.Builder newBuilder()
public static Search.UpdateSearchIndexRequest.Builder newBuilder(Search.UpdateSearchIndexRequest prototype)
public Search.UpdateSearchIndexRequest.Builder toBuilder()
toBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagetoBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteprotected Search.UpdateSearchIndexRequest.Builder newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic static Search.UpdateSearchIndexRequest getDefaultInstance()
public static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Search.UpdateSearchIndexRequest> parser()
public com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Search.UpdateSearchIndexRequest> getParserForType()
getParserForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagegetParserForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitegetParserForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic Search.UpdateSearchIndexRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2025. All Rights Reserved.