Class Glossary.LanguageCodesSet.Builder (2.43.0)

public static final class Glossary.LanguageCodesSet.Builder extends GeneratedMessageV3.Builder<Glossary.LanguageCodesSet.Builder> implements Glossary.LanguageCodesSetOrBuilder

Used with equivalent term set glossaries.

Protobuf type google.cloud.translation.v3.Glossary.LanguageCodesSet

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllLanguageCodes(Iterable<String> values)

public Glossary.LanguageCodesSet.Builder addAllLanguageCodes(Iterable<String> values)

The ISO-639 language code(s) for terms defined in the glossary. All entries are unique. The list contains at least two entries. Expected to be an exact match for GlossaryTerm.language_code.

repeated string language_codes = 1;

Parameter
Name Description
values Iterable<String>

The languageCodes to add.

Returns
Type Description
Glossary.LanguageCodesSet.Builder

This builder for chaining.

addLanguageCodes(String value)

public Glossary.LanguageCodesSet.Builder addLanguageCodes(String value)

The ISO-639 language code(s) for terms defined in the glossary. All entries are unique. The list contains at least two entries. Expected to be an exact match for GlossaryTerm.language_code.

repeated string language_codes = 1;

Parameter
Name Description
value String

The languageCodes to add.

Returns
Type Description
Glossary.LanguageCodesSet.Builder

This builder for chaining.

addLanguageCodesBytes(ByteString value)

public Glossary.LanguageCodesSet.Builder addLanguageCodesBytes(ByteString value)

The ISO-639 language code(s) for terms defined in the glossary. All entries are unique. The list contains at least two entries. Expected to be an exact match for GlossaryTerm.language_code.

repeated string language_codes = 1;

Parameter
Name Description
value ByteString

The bytes of the languageCodes to add.

Returns
Type Description
Glossary.LanguageCodesSet.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public Glossary.LanguageCodesSet build()
Returns
Type Description
Glossary.LanguageCodesSet

buildPartial()

public Glossary.LanguageCodesSet buildPartial()
Returns
Type Description
Glossary.LanguageCodesSet

clear()

public Glossary.LanguageCodesSet.Builder clear()
Returns
Type Description
Glossary.LanguageCodesSet.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Glossary.LanguageCodesSet.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Glossary.LanguageCodesSet.Builder
Overrides

clearLanguageCodes()

public Glossary.LanguageCodesSet.Builder clearLanguageCodes()

The ISO-639 language code(s) for terms defined in the glossary. All entries are unique. The list contains at least two entries. Expected to be an exact match for GlossaryTerm.language_code.

repeated string language_codes = 1;

Returns
Type Description
Glossary.LanguageCodesSet.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Glossary.LanguageCodesSet.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Glossary.LanguageCodesSet.Builder
Overrides

clone()

public Glossary.LanguageCodesSet.Builder clone()
Returns
Type Description
Glossary.LanguageCodesSet.Builder
Overrides

getDefaultInstanceForType()

public Glossary.LanguageCodesSet getDefaultInstanceForType()
Returns
Type Description
Glossary.LanguageCodesSet

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getLanguageCodes(int index)

public String getLanguageCodes(int index)

The ISO-639 language code(s) for terms defined in the glossary. All entries are unique. The list contains at least two entries. Expected to be an exact match for GlossaryTerm.language_code.

repeated string language_codes = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The languageCodes at the given index.

getLanguageCodesBytes(int index)

public ByteString getLanguageCodesBytes(int index)

The ISO-639 language code(s) for terms defined in the glossary. All entries are unique. The list contains at least two entries. Expected to be an exact match for GlossaryTerm.language_code.

repeated string language_codes = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the languageCodes at the given index.

getLanguageCodesCount()

public int getLanguageCodesCount()

The ISO-639 language code(s) for terms defined in the glossary. All entries are unique. The list contains at least two entries. Expected to be an exact match for GlossaryTerm.language_code.

repeated string language_codes = 1;

Returns
Type Description
int

The count of languageCodes.

getLanguageCodesList()

public ProtocolStringList getLanguageCodesList()

The ISO-639 language code(s) for terms defined in the glossary. All entries are unique. The list contains at least two entries. Expected to be an exact match for GlossaryTerm.language_code.

repeated string language_codes = 1;

Returns
Type Description
ProtocolStringList

A list containing the languageCodes.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Glossary.LanguageCodesSet other)

public Glossary.LanguageCodesSet.Builder mergeFrom(Glossary.LanguageCodesSet other)
Parameter
Name Description
other Glossary.LanguageCodesSet
Returns
Type Description
Glossary.LanguageCodesSet.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Glossary.LanguageCodesSet.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Glossary.LanguageCodesSet.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Glossary.LanguageCodesSet.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Glossary.LanguageCodesSet.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Glossary.LanguageCodesSet.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Glossary.LanguageCodesSet.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

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

setLanguageCodes(int index, String value)

public Glossary.LanguageCodesSet.Builder setLanguageCodes(int index, String value)

The ISO-639 language code(s) for terms defined in the glossary. All entries are unique. The list contains at least two entries. Expected to be an exact match for GlossaryTerm.language_code.

repeated string language_codes = 1;

Parameters
Name Description
index int

The index to set the value at.

value String

The languageCodes to set.

Returns
Type Description
Glossary.LanguageCodesSet.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

public final Glossary.LanguageCodesSet.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Glossary.LanguageCodesSet.Builder
Overrides