Class Control.SynonymsAction.Builder (0.41.0)

public static final class Control.SynonymsAction.Builder extends GeneratedMessageV3.Builder<Control.SynonymsAction.Builder> implements Control.SynonymsActionOrBuilder

Creates 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.v1alpha.Control.SynonymsAction

Static 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.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Control.SynonymsAction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Control.SynonymsAction.Builder
Overrides

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 String

The 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 ByteString

The 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
Overrides

clearField(Descriptors.FieldDescriptor field)

public Control.SynonymsAction.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Control.SynonymsAction.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Control.SynonymsAction.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Control.SynonymsAction.Builder
Overrides

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.

clone()

public Control.SynonymsAction.Builder clone()
Returns
Type Description
Control.SynonymsAction.Builder
Overrides

getDefaultInstanceForType()

public Control.SynonymsAction getDefaultInstanceForType()
Returns
Type Description
Control.SynonymsAction

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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. Otherwise an INVALID ARGUMENT error is thrown.

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. Otherwise an INVALID ARGUMENT error is thrown.

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. 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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
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
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Control.SynonymsAction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Control.SynonymsAction.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Control.SynonymsAction.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Control.SynonymsAction.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Control.SynonymsAction.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Control.SynonymsAction.Builder
Overrides

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 int

The index to set the value at.

value String

The synonyms to set.

Returns
Type Description
Control.SynonymsAction.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Control.SynonymsAction.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Control.SynonymsAction.Builder
Overrides