Cloud Translation V3 Client - Class LanguageCodesSet (1.17.5)

Reference documentation and code samples for the Cloud Translation V3 Client class LanguageCodesSet.

Used with equivalent term set glossaries.

Generated from protobuf message google.cloud.translation.v3.Glossary.LanguageCodesSet

Namespace

Google \ Cloud \ Translate \ V3 \ Glossary

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ language_codes array

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.

getLanguageCodes

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.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setLanguageCodes

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.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this