public static final class Control.SynonymsAction.Builder extends GeneratedMessage.Builder<Control.SynonymsAction.Builder> implements Control.SynonymsActionOrBuilderCreates a set of terms that will act as synonyms of one another.
Example: "happy" will also be considered as "glad", "glad" will also be considered as "happy".
Protobuf type google.cloud.discoveryengine.v1beta.Control.SynonymsAction
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Control.SynonymsAction.BuilderImplements
Control.SynonymsActionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllSynonyms(Iterable<String> values)
public Control.SynonymsAction.Builder addAllSynonyms(Iterable<String> values)Defines a set of synonyms. Can specify up to 100 synonyms. Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is thrown.
repeated string synonyms = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The synonyms to add. |
| Returns | |
|---|---|
| Type | Description |
Control.SynonymsAction.Builder |
This builder for chaining. |
addSynonyms(String value)
public Control.SynonymsAction.Builder addSynonyms(String value)Defines a set of synonyms. Can specify up to 100 synonyms. Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is thrown.
repeated string synonyms = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe synonyms to add. |
| Returns | |
|---|---|
| Type | Description |
Control.SynonymsAction.Builder |
This builder for chaining. |
addSynonymsBytes(ByteString value)
public Control.SynonymsAction.Builder addSynonymsBytes(ByteString value)Defines a set of synonyms. Can specify up to 100 synonyms. Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is thrown.
repeated string synonyms = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the synonyms to add. |
| Returns | |
|---|---|
| Type | Description |
Control.SynonymsAction.Builder |
This builder for chaining. |
build()
public Control.SynonymsAction build()| Returns | |
|---|---|
| Type | Description |
Control.SynonymsAction |
|
buildPartial()
public Control.SynonymsAction buildPartial()| Returns | |
|---|---|
| Type | Description |
Control.SynonymsAction |
|
clear()
public Control.SynonymsAction.Builder clear()| Returns | |
|---|---|
| Type | Description |
Control.SynonymsAction.Builder |
|
clearSynonyms()
public Control.SynonymsAction.Builder clearSynonyms()Defines a set of synonyms. Can specify up to 100 synonyms. Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is thrown.
repeated string synonyms = 1;
| Returns | |
|---|---|
| Type | Description |
Control.SynonymsAction.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Control.SynonymsAction getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Control.SynonymsAction |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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. Otherwise an INVALID ARGUMENT error is thrown.
repeated string synonyms = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe 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. Otherwise an INVALID ARGUMENT error is thrown.
repeated string synonyms = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe 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. Otherwise an INVALID ARGUMENT error is thrown.
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. Otherwise an INVALID ARGUMENT error is thrown.
repeated string synonyms = 1;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the synonyms. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Control.SynonymsAction other)
public Control.SynonymsAction.Builder mergeFrom(Control.SynonymsAction other)| Parameter | |
|---|---|
| Name | Description |
other |
Control.SynonymsAction |
| Returns | |
|---|---|
| Type | Description |
Control.SynonymsAction.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Control.SynonymsAction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Control.SynonymsAction.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Control.SynonymsAction.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Control.SynonymsAction.Builder |
|
setSynonyms(int index, String value)
public Control.SynonymsAction.Builder setSynonyms(int index, String value)Defines a set of synonyms. Can specify up to 100 synonyms. Must specify at least 2 synonyms. Otherwise an INVALID ARGUMENT error is thrown.
repeated string synonyms = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe synonyms to set. |
| Returns | |
|---|---|
| Type | Description |
Control.SynonymsAction.Builder |
This builder for chaining. |