- 2.54.0 (latest)
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.1
- 2.4.0
- 2.3.0
- 2.2.3
- 2.1.0
- 2.0.19
public static final class Rule.OnewaySynonymsAction.Builder extends GeneratedMessageV3.Builder<Rule.OnewaySynonymsAction.Builder> implements Rule.OnewaySynonymsActionOrBuilder
Maps a set of terms to a set of synonyms.
Set of synonyms will be treated as synonyms of each query term only.
query_terms
will not be treated as synonyms of each other.
Example: "sneakers" will use a synonym of "shoes".
"shoes" will not use a synonym of "sneakers".
Protobuf type google.cloud.retail.v2.Rule.OnewaySynonymsAction
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Rule.OnewaySynonymsAction.BuilderImplements
Rule.OnewaySynonymsActionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllOnewayTerms(Iterable<String> values)
public Rule.OnewaySynonymsAction.Builder addAllOnewayTerms(Iterable<String> values)
Will be [deprecated = true] post migration;
repeated string oneway_terms = 2;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The onewayTerms to add. |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
This builder for chaining. |
addAllQueryTerms(Iterable<String> values)
public Rule.OnewaySynonymsAction.Builder addAllQueryTerms(Iterable<String> values)
Terms from the search query. Will treat synonyms as their synonyms. Not themselves synonyms of the synonyms. Can specify up to 100 terms.
repeated string query_terms = 3;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The queryTerms to add. |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
This builder for chaining. |
addAllSynonyms(Iterable<String> values)
public Rule.OnewaySynonymsAction.Builder addAllSynonyms(Iterable<String> values)
Defines a set of synonyms. Cannot contain duplicates. Can specify up to 100 synonyms.
repeated string synonyms = 4;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The synonyms to add. |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
This builder for chaining. |
addOnewayTerms(String value)
public Rule.OnewaySynonymsAction.Builder addOnewayTerms(String value)
Will be [deprecated = true] post migration;
repeated string oneway_terms = 2;
Parameter | |
---|---|
Name | Description |
value |
String The onewayTerms to add. |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
This builder for chaining. |
addOnewayTermsBytes(ByteString value)
public Rule.OnewaySynonymsAction.Builder addOnewayTermsBytes(ByteString value)
Will be [deprecated = true] post migration;
repeated string oneway_terms = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the onewayTerms to add. |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
This builder for chaining. |
addQueryTerms(String value)
public Rule.OnewaySynonymsAction.Builder addQueryTerms(String value)
Terms from the search query. Will treat synonyms as their synonyms. Not themselves synonyms of the synonyms. Can specify up to 100 terms.
repeated string query_terms = 3;
Parameter | |
---|---|
Name | Description |
value |
String The queryTerms to add. |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
This builder for chaining. |
addQueryTermsBytes(ByteString value)
public Rule.OnewaySynonymsAction.Builder addQueryTermsBytes(ByteString value)
Terms from the search query. Will treat synonyms as their synonyms. Not themselves synonyms of the synonyms. Can specify up to 100 terms.
repeated string query_terms = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the queryTerms to add. |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Rule.OnewaySynonymsAction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
addSynonyms(String value)
public Rule.OnewaySynonymsAction.Builder addSynonyms(String value)
Defines a set of synonyms. Cannot contain duplicates. Can specify up to 100 synonyms.
repeated string synonyms = 4;
Parameter | |
---|---|
Name | Description |
value |
String The synonyms to add. |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
This builder for chaining. |
addSynonymsBytes(ByteString value)
public Rule.OnewaySynonymsAction.Builder addSynonymsBytes(ByteString value)
Defines a set of synonyms. Cannot contain duplicates. Can specify up to 100 synonyms.
repeated string synonyms = 4;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the synonyms to add. |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
This builder for chaining. |
build()
public Rule.OnewaySynonymsAction build()
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction |
buildPartial()
public Rule.OnewaySynonymsAction buildPartial()
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction |
clear()
public Rule.OnewaySynonymsAction.Builder clear()
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
clearField(Descriptors.FieldDescriptor field)
public Rule.OnewaySynonymsAction.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Rule.OnewaySynonymsAction.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
clearOnewayTerms()
public Rule.OnewaySynonymsAction.Builder clearOnewayTerms()
Will be [deprecated = true] post migration;
repeated string oneway_terms = 2;
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
This builder for chaining. |
clearQueryTerms()
public Rule.OnewaySynonymsAction.Builder clearQueryTerms()
Terms from the search query. Will treat synonyms as their synonyms. Not themselves synonyms of the synonyms. Can specify up to 100 terms.
repeated string query_terms = 3;
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
This builder for chaining. |
clearSynonyms()
public Rule.OnewaySynonymsAction.Builder clearSynonyms()
Defines a set of synonyms. Cannot contain duplicates. Can specify up to 100 synonyms.
repeated string synonyms = 4;
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
This builder for chaining. |
clone()
public Rule.OnewaySynonymsAction.Builder clone()
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
getDefaultInstanceForType()
public Rule.OnewaySynonymsAction getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getOnewayTerms(int index)
public String getOnewayTerms(int index)
Will be [deprecated = true] post migration;
repeated string oneway_terms = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The onewayTerms at the given index. |
getOnewayTermsBytes(int index)
public ByteString getOnewayTermsBytes(int index)
Will be [deprecated = true] post migration;
repeated string oneway_terms = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the onewayTerms at the given index. |
getOnewayTermsCount()
public int getOnewayTermsCount()
Will be [deprecated = true] post migration;
repeated string oneway_terms = 2;
Returns | |
---|---|
Type | Description |
int |
The count of onewayTerms. |
getOnewayTermsList()
public ProtocolStringList getOnewayTermsList()
Will be [deprecated = true] post migration;
repeated string oneway_terms = 2;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the onewayTerms. |
getQueryTerms(int index)
public String getQueryTerms(int index)
Terms from the search query. Will treat synonyms as their synonyms. Not themselves synonyms of the synonyms. Can specify up to 100 terms.
repeated string query_terms = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The queryTerms at the given index. |
getQueryTermsBytes(int index)
public ByteString getQueryTermsBytes(int index)
Terms from the search query. Will treat synonyms as their synonyms. Not themselves synonyms of the synonyms. Can specify up to 100 terms.
repeated string query_terms = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the queryTerms at the given index. |
getQueryTermsCount()
public int getQueryTermsCount()
Terms from the search query. Will treat synonyms as their synonyms. Not themselves synonyms of the synonyms. Can specify up to 100 terms.
repeated string query_terms = 3;
Returns | |
---|---|
Type | Description |
int |
The count of queryTerms. |
getQueryTermsList()
public ProtocolStringList getQueryTermsList()
Terms from the search query. Will treat synonyms as their synonyms. Not themselves synonyms of the synonyms. Can specify up to 100 terms.
repeated string query_terms = 3;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the queryTerms. |
getSynonyms(int index)
public String getSynonyms(int index)
Defines a set of synonyms. Cannot contain duplicates. Can specify up to 100 synonyms.
repeated string synonyms = 4;
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. Cannot contain duplicates. Can specify up to 100 synonyms.
repeated string synonyms = 4;
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. Cannot contain duplicates. Can specify up to 100 synonyms.
repeated string synonyms = 4;
Returns | |
---|---|
Type | Description |
int |
The count of synonyms. |
getSynonymsList()
public ProtocolStringList getSynonymsList()
Defines a set of synonyms. Cannot contain duplicates. Can specify up to 100 synonyms.
repeated string synonyms = 4;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the synonyms. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(Rule.OnewaySynonymsAction other)
public Rule.OnewaySynonymsAction.Builder mergeFrom(Rule.OnewaySynonymsAction other)
Parameter | |
---|---|
Name | Description |
other |
Rule.OnewaySynonymsAction |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Rule.OnewaySynonymsAction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Rule.OnewaySynonymsAction.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Rule.OnewaySynonymsAction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Rule.OnewaySynonymsAction.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
setOnewayTerms(int index, String value)
public Rule.OnewaySynonymsAction.Builder setOnewayTerms(int index, String value)
Will be [deprecated = true] post migration;
repeated string oneway_terms = 2;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The onewayTerms to set. |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
This builder for chaining. |
setQueryTerms(int index, String value)
public Rule.OnewaySynonymsAction.Builder setQueryTerms(int index, String value)
Terms from the search query. Will treat synonyms as their synonyms. Not themselves synonyms of the synonyms. Can specify up to 100 terms.
repeated string query_terms = 3;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The queryTerms to set. |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Rule.OnewaySynonymsAction.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
setSynonyms(int index, String value)
public Rule.OnewaySynonymsAction.Builder setSynonyms(int index, String value)
Defines a set of synonyms. Cannot contain duplicates. Can specify up to 100 synonyms.
repeated string synonyms = 4;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The synonyms to set. |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Rule.OnewaySynonymsAction.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Rule.OnewaySynonymsAction.Builder |