public static interface Glossary.LanguageCodesSetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLanguageCodes(int index)
public abstract String getLanguageCodes(int index)The BCP-47 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;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The languageCodes at the given index. |
getLanguageCodesBytes(int index)
public abstract ByteString getLanguageCodesBytes(int index)The BCP-47 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;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the languageCodes at the given index. |
getLanguageCodesCount()
public abstract int getLanguageCodesCount()The BCP-47 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;
| Type | Description |
| int | The count of languageCodes. |
getLanguageCodesList()
public abstract List<String> getLanguageCodesList()The BCP-47 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;
| Type | Description |
| List<String> | A list containing the languageCodes. |