Send feedback
Class SearchRequest.QueryExpansionSpec.Builder (2.2.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.2.1 keyboard_arrow_down
public static final class SearchRequest . QueryExpansionSpec . Builder extends GeneratedMessageV3 . Builder<SearchRequest . QueryExpansionSpec . Builder > implements SearchRequest . QueryExpansionSpecOrBuilder
Specification to determine under which conditions query expansion should
occur.
Protobuf type google.cloud.retail.v2beta.SearchRequest.QueryExpansionSpec
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SearchRequest . QueryExpansionSpec . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public SearchRequest . QueryExpansionSpec build ()
Returns
buildPartial()
public SearchRequest . QueryExpansionSpec buildPartial ()
Returns
clear()
public SearchRequest . QueryExpansionSpec . Builder clear ()
Returns
Overrides
clearCondition()
public SearchRequest . QueryExpansionSpec . Builder clearCondition ()
The condition under which query expansion should occur. Default to
Condition.DISABLED .
.google.cloud.retail.v2beta.SearchRequest.QueryExpansionSpec.Condition condition = 1;
Returns
clearField(Descriptors.FieldDescriptor field)
public SearchRequest . QueryExpansionSpec . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public SearchRequest . QueryExpansionSpec . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearPinUnexpandedResults()
public SearchRequest . QueryExpansionSpec . Builder clearPinUnexpandedResults ()
Whether to pin unexpanded results. If this field is set to true,
unexpanded products are always at the top of the search results, followed
by the expanded results.
bool pin_unexpanded_results = 2;
Returns
clone()
public SearchRequest . QueryExpansionSpec . Builder clone ()
Returns
Overrides
getCondition()
public SearchRequest . QueryExpansionSpec . Condition getCondition ()
The condition under which query expansion should occur. Default to
Condition.DISABLED .
.google.cloud.retail.v2beta.SearchRequest.QueryExpansionSpec.Condition condition = 1;
Returns
getConditionValue()
public int getConditionValue ()
The condition under which query expansion should occur. Default to
Condition.DISABLED .
.google.cloud.retail.v2beta.SearchRequest.QueryExpansionSpec.Condition condition = 1;
Returns
Type Description int The enum numeric value on the wire for condition.
getDefaultInstanceForType()
public SearchRequest . QueryExpansionSpec getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getPinUnexpandedResults()
public boolean getPinUnexpandedResults ()
Whether to pin unexpanded results. If this field is set to true,
unexpanded products are always at the top of the search results, followed
by the expanded results.
bool pin_unexpanded_results = 2;
Returns
Type Description boolean The pinUnexpandedResults.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(SearchRequest.QueryExpansionSpec other)
public SearchRequest . QueryExpansionSpec . Builder mergeFrom ( SearchRequest . QueryExpansionSpec other )
Parameter
Returns
public SearchRequest . QueryExpansionSpec . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public SearchRequest . QueryExpansionSpec . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SearchRequest . QueryExpansionSpec . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setCondition(SearchRequest.QueryExpansionSpec.Condition value)
public SearchRequest . QueryExpansionSpec . Builder setCondition ( SearchRequest . QueryExpansionSpec . Condition value )
The condition under which query expansion should occur. Default to
Condition.DISABLED .
.google.cloud.retail.v2beta.SearchRequest.QueryExpansionSpec.Condition condition = 1;
Parameter
Returns
setConditionValue(int value)
public SearchRequest . QueryExpansionSpec . Builder setConditionValue ( int value )
The condition under which query expansion should occur. Default to
Condition.DISABLED .
.google.cloud.retail.v2beta.SearchRequest.QueryExpansionSpec.Condition condition = 1;
Parameter
Name Description value int
The enum numeric value on the wire for condition to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public SearchRequest . QueryExpansionSpec . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setPinUnexpandedResults(boolean value)
public SearchRequest . QueryExpansionSpec . Builder setPinUnexpandedResults ( boolean value )
Whether to pin unexpanded results. If this field is set to true,
unexpanded products are always at the top of the search results, followed
by the expanded results.
bool pin_unexpanded_results = 2;
Parameter
Name Description value boolean
The pinUnexpandedResults to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SearchRequest . QueryExpansionSpec . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final SearchRequest . QueryExpansionSpec . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]