public static interface Glossary.LanguageCodesSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguageCodes(int index)
The BCP-47 language code(s) for terms defined in the glossary.
|
com.google.protobuf.ByteString |
getLanguageCodesBytes(int index)
The BCP-47 language code(s) for terms defined in the glossary.
|
int |
getLanguageCodesCount()
The BCP-47 language code(s) for terms defined in the glossary.
|
List<String> |
getLanguageCodesList()
The BCP-47 language code(s) for terms defined in the glossary.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;index - The index of the element to return.com.google.protobuf.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;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.