public static interface Glossary.LanguageCodesSetOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getLanguageCodes(int index)
The BCP-47 language code(s) for terms defined in the glossary.
|
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, hasOneof
isInitialized
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;
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.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.