Class SynonymSet.Synonym.Builder (0.37.0)

public static final class SynonymSet.Synonym.Builder extends GeneratedMessageV3.Builder<SynonymSet.Synonym.Builder> implements SynonymSet.SynonymOrBuilder

Represents a list of words given by the customer All these words are synonyms of each other.

Protobuf type google.cloud.contentwarehouse.v1.SynonymSet.Synonym

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllWords(Iterable<String> values)

public SynonymSet.Synonym.Builder addAllWords(Iterable<String> values)

For example: sale, invoice, bill, order

repeated string words = 1;

Parameter
NameDescription
valuesIterable<String>

The words to add.

Returns
TypeDescription
SynonymSet.Synonym.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SynonymSet.Synonym.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SynonymSet.Synonym.Builder
Overrides

addWords(String value)

public SynonymSet.Synonym.Builder addWords(String value)

For example: sale, invoice, bill, order

repeated string words = 1;

Parameter
NameDescription
valueString

The words to add.

Returns
TypeDescription
SynonymSet.Synonym.Builder

This builder for chaining.

addWordsBytes(ByteString value)

public SynonymSet.Synonym.Builder addWordsBytes(ByteString value)

For example: sale, invoice, bill, order

repeated string words = 1;

Parameter
NameDescription
valueByteString

The bytes of the words to add.

Returns
TypeDescription
SynonymSet.Synonym.Builder

This builder for chaining.

build()

public SynonymSet.Synonym build()
Returns
TypeDescription
SynonymSet.Synonym

buildPartial()

public SynonymSet.Synonym buildPartial()
Returns
TypeDescription
SynonymSet.Synonym

clear()

public SynonymSet.Synonym.Builder clear()
Returns
TypeDescription
SynonymSet.Synonym.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public SynonymSet.Synonym.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
SynonymSet.Synonym.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public SynonymSet.Synonym.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
SynonymSet.Synonym.Builder
Overrides

clearWords()

public SynonymSet.Synonym.Builder clearWords()

For example: sale, invoice, bill, order

repeated string words = 1;

Returns
TypeDescription
SynonymSet.Synonym.Builder

This builder for chaining.

clone()

public SynonymSet.Synonym.Builder clone()
Returns
TypeDescription
SynonymSet.Synonym.Builder
Overrides

getDefaultInstanceForType()

public SynonymSet.Synonym getDefaultInstanceForType()
Returns
TypeDescription
SynonymSet.Synonym

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getWords(int index)

public String getWords(int index)

For example: sale, invoice, bill, order

repeated string words = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The words at the given index.

getWordsBytes(int index)

public ByteString getWordsBytes(int index)

For example: sale, invoice, bill, order

repeated string words = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the words at the given index.

getWordsCount()

public int getWordsCount()

For example: sale, invoice, bill, order

repeated string words = 1;

Returns
TypeDescription
int

The count of words.

getWordsList()

public ProtocolStringList getWordsList()

For example: sale, invoice, bill, order

repeated string words = 1;

Returns
TypeDescription
ProtocolStringList

A list containing the words.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(SynonymSet.Synonym other)

public SynonymSet.Synonym.Builder mergeFrom(SynonymSet.Synonym other)
Parameter
NameDescription
otherSynonymSet.Synonym
Returns
TypeDescription
SynonymSet.Synonym.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SynonymSet.Synonym.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SynonymSet.Synonym.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public SynonymSet.Synonym.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
SynonymSet.Synonym.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SynonymSet.Synonym.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SynonymSet.Synonym.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public SynonymSet.Synonym.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SynonymSet.Synonym.Builder
Overrides

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

public SynonymSet.Synonym.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
SynonymSet.Synonym.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final SynonymSet.Synonym.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SynonymSet.Synonym.Builder
Overrides

setWords(int index, String value)

public SynonymSet.Synonym.Builder setWords(int index, String value)

For example: sale, invoice, bill, order

repeated string words = 1;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The words to set.

Returns
TypeDescription
SynonymSet.Synonym.Builder

This builder for chaining.