Send feedback
Class Rule.TwowaySynonymsAction.Builder (2.45.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.45.0 keyboard_arrow_down
public static final class Rule . TwowaySynonymsAction . Builder extends GeneratedMessageV3 . Builder<Rule . TwowaySynonymsAction . Builder > implements Rule . TwowaySynonymsActionOrBuilder
Creates a set of terms that will be treated as synonyms of each other.
Example: synonyms of "sneakers" and "shoes":
"sneakers" will use a synonym of "shoes".
"shoes" will use a synonym of "sneakers".
Protobuf type google.cloud.retail.v2alpha.Rule.TwowaySynonymsAction
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addAllSynonyms(Iterable<String> values)
public Rule . TwowaySynonymsAction . Builder addAllSynonyms ( Iterable<String> values )
Defines a set of synonyms.
Can specify up to 100 synonyms.
Must specify at least 2 synonyms.
repeated string synonyms = 1;
Parameter
Name
Description
values
Iterable <String >
The synonyms to add.
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Rule . TwowaySynonymsAction . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
addSynonyms(String value)
public Rule . TwowaySynonymsAction . Builder addSynonyms ( String value )
Defines a set of synonyms.
Can specify up to 100 synonyms.
Must specify at least 2 synonyms.
repeated string synonyms = 1;
Parameter
Name
Description
value
String
The synonyms to add.
addSynonymsBytes(ByteString value)
public Rule . TwowaySynonymsAction . Builder addSynonymsBytes ( ByteString value )
Defines a set of synonyms.
Can specify up to 100 synonyms.
Must specify at least 2 synonyms.
repeated string synonyms = 1;
Parameter
Name
Description
value
ByteString
The bytes of the synonyms to add.
build()
public Rule . TwowaySynonymsAction build ()
buildPartial()
public Rule . TwowaySynonymsAction buildPartial ()
clear()
public Rule . TwowaySynonymsAction . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public Rule . TwowaySynonymsAction . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Rule . TwowaySynonymsAction . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearSynonyms()
public Rule . TwowaySynonymsAction . Builder clearSynonyms ()
Defines a set of synonyms.
Can specify up to 100 synonyms.
Must specify at least 2 synonyms.
repeated string synonyms = 1;
clone()
public Rule . TwowaySynonymsAction . Builder clone ()
Overrides
getDefaultInstanceForType()
public Rule . TwowaySynonymsAction getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getSynonyms(int index)
public String getSynonyms ( int index )
Defines a set of synonyms.
Can specify up to 100 synonyms.
Must specify at least 2 synonyms.
repeated string synonyms = 1;
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The synonyms at the given index.
getSynonymsBytes(int index)
public ByteString getSynonymsBytes ( int index )
Defines a set of synonyms.
Can specify up to 100 synonyms.
Must specify at least 2 synonyms.
repeated string synonyms = 1;
Parameter
Name
Description
index
int
The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the synonyms at the given index.
getSynonymsCount()
public int getSynonymsCount ()
Defines a set of synonyms.
Can specify up to 100 synonyms.
Must specify at least 2 synonyms.
repeated string synonyms = 1;
Returns
Type
Description
int
The count of synonyms.
getSynonymsList()
public ProtocolStringList getSynonymsList ()
Defines a set of synonyms.
Can specify up to 100 synonyms.
Must specify at least 2 synonyms.
repeated string synonyms = 1;
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(Rule.TwowaySynonymsAction other)
public Rule . TwowaySynonymsAction . Builder mergeFrom ( Rule . TwowaySynonymsAction other )
public Rule . TwowaySynonymsAction . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public Rule . TwowaySynonymsAction . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Rule . TwowaySynonymsAction . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Rule . TwowaySynonymsAction . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Rule . TwowaySynonymsAction . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setSynonyms(int index, String value)
public Rule . TwowaySynonymsAction . Builder setSynonyms ( int index , String value )
Defines a set of synonyms.
Can specify up to 100 synonyms.
Must specify at least 2 synonyms.
repeated string synonyms = 1;
Parameters
Name
Description
index
int
The index to set the value at.
value
String
The synonyms to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final Rule . TwowaySynonymsAction . Builder setUnknownFields ( UnknownFieldSet unknownFields )
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."],[],[]]