public static final class Search.MatchQuery.Builder extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.MatchQuery.Builder> implements Search.MatchQueryOrBuilder
com.alicloud.openservices.tablestore.core.protocol.MatchQuery| 限定符和类型 | 方法和说明 |
|---|---|
Search.MatchQuery |
build() |
Search.MatchQuery |
buildPartial() |
Search.MatchQuery.Builder |
clear() |
Search.MatchQuery.Builder |
clearFieldName()
optional string field_name = 1; |
Search.MatchQuery.Builder |
clearMinimumShouldMatch()
optional int32 minimum_should_match = 3; |
Search.MatchQuery.Builder |
clearOperator()
optional .com.alicloud.openservices.tablestore.core.protocol.QueryOperator operator = 4; |
Search.MatchQuery.Builder |
clearText()
optional string text = 2; |
Search.MatchQuery.Builder |
clearWeight()
optional float weight = 5; |
Search.MatchQuery |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFieldName()
optional string field_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getFieldNameBytes()
optional string field_name = 1; |
int |
getMinimumShouldMatch()
optional int32 minimum_should_match = 3; |
Search.QueryOperator |
getOperator()
optional .com.alicloud.openservices.tablestore.core.protocol.QueryOperator operator = 4; |
String |
getText()
optional string text = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTextBytes()
optional string text = 2; |
float |
getWeight()
optional float weight = 5; |
boolean |
hasFieldName()
optional string field_name = 1; |
boolean |
hasMinimumShouldMatch()
optional int32 minimum_should_match = 3; |
boolean |
hasOperator()
optional .com.alicloud.openservices.tablestore.core.protocol.QueryOperator operator = 4; |
boolean |
hasText()
optional string text = 2; |
boolean |
hasWeight()
optional float weight = 5; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Search.MatchQuery.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Search.MatchQuery.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
Search.MatchQuery.Builder |
mergeFrom(Search.MatchQuery other) |
Search.MatchQuery.Builder |
setFieldName(String value)
optional string field_name = 1; |
Search.MatchQuery.Builder |
setFieldNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string field_name = 1; |
Search.MatchQuery.Builder |
setMinimumShouldMatch(int value)
optional int32 minimum_should_match = 3; |
Search.MatchQuery.Builder |
setOperator(Search.QueryOperator value)
optional .com.alicloud.openservices.tablestore.core.protocol.QueryOperator operator = 4; |
Search.MatchQuery.Builder |
setText(String value)
optional string text = 2; |
Search.MatchQuery.Builder |
setTextBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string text = 2; |
Search.MatchQuery.Builder |
setWeight(float value)
optional float weight = 5; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionpublic 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.GeneratedMessage.Builder<Search.MatchQuery.Builder>public Search.MatchQuery.Builder clear()
clear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderclear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderclear 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.MatchQuery.Builder>public com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.MatchQuery.Builder>public Search.MatchQuery getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderpublic Search.MatchQuery build()
build 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic Search.MatchQuery buildPartial()
buildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic Search.MatchQuery.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other)
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<Search.MatchQuery.Builder>public Search.MatchQuery.Builder mergeFrom(Search.MatchQuery other)
public final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.MatchQuery.Builder>public Search.MatchQuery.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<Search.MatchQuery.Builder>IOExceptionpublic boolean hasFieldName()
optional string field_name = 1;hasFieldName 在接口中 Search.MatchQueryOrBuilderpublic String getFieldName()
optional string field_name = 1;getFieldName 在接口中 Search.MatchQueryOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getFieldNameBytes()
optional string field_name = 1;getFieldNameBytes 在接口中 Search.MatchQueryOrBuilderpublic Search.MatchQuery.Builder setFieldName(String value)
optional string field_name = 1;value - The fieldName to set.public Search.MatchQuery.Builder clearFieldName()
optional string field_name = 1;public Search.MatchQuery.Builder setFieldNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string field_name = 1;value - The bytes for fieldName to set.public boolean hasText()
optional string text = 2;hasText 在接口中 Search.MatchQueryOrBuilderpublic String getText()
optional string text = 2;getText 在接口中 Search.MatchQueryOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTextBytes()
optional string text = 2;getTextBytes 在接口中 Search.MatchQueryOrBuilderpublic Search.MatchQuery.Builder setText(String value)
optional string text = 2;value - The text to set.public Search.MatchQuery.Builder clearText()
optional string text = 2;public Search.MatchQuery.Builder setTextBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string text = 2;value - The bytes for text to set.public boolean hasMinimumShouldMatch()
optional int32 minimum_should_match = 3;hasMinimumShouldMatch 在接口中 Search.MatchQueryOrBuilderpublic int getMinimumShouldMatch()
optional int32 minimum_should_match = 3;getMinimumShouldMatch 在接口中 Search.MatchQueryOrBuilderpublic Search.MatchQuery.Builder setMinimumShouldMatch(int value)
optional int32 minimum_should_match = 3;value - The minimumShouldMatch to set.public Search.MatchQuery.Builder clearMinimumShouldMatch()
optional int32 minimum_should_match = 3;public boolean hasOperator()
optional .com.alicloud.openservices.tablestore.core.protocol.QueryOperator operator = 4;hasOperator 在接口中 Search.MatchQueryOrBuilderpublic Search.QueryOperator getOperator()
optional .com.alicloud.openservices.tablestore.core.protocol.QueryOperator operator = 4;getOperator 在接口中 Search.MatchQueryOrBuilderpublic Search.MatchQuery.Builder setOperator(Search.QueryOperator value)
optional .com.alicloud.openservices.tablestore.core.protocol.QueryOperator operator = 4;value - The operator to set.public Search.MatchQuery.Builder clearOperator()
optional .com.alicloud.openservices.tablestore.core.protocol.QueryOperator operator = 4;public boolean hasWeight()
optional float weight = 5;hasWeight 在接口中 Search.MatchQueryOrBuilderpublic float getWeight()
optional float weight = 5;getWeight 在接口中 Search.MatchQueryOrBuilderpublic Search.MatchQuery.Builder setWeight(float value)
optional float weight = 5;value - The weight to set.public Search.MatchQuery.Builder clearWeight()
optional float weight = 5;Copyright © 2025. All Rights Reserved.