public interface SupportedLanguageOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Human readable name of the language localized in the display language
specified in the request.
|
ByteString |
getDisplayNameBytes()
Human readable name of the language localized in the display language
specified in the request.
|
String |
getLanguageCode()
Supported language code, generally consisting of its ISO 639-1
identifier, for example, 'en', 'ja'.
|
ByteString |
getLanguageCodeBytes()
Supported language code, generally consisting of its ISO 639-1
identifier, for example, 'en', 'ja'.
|
boolean |
getSupportSource()
Can be used as source language.
|
boolean |
getSupportTarget()
Can be used as target language.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getLanguageCode()
Supported language code, generally consisting of its ISO 639-1 identifier, for example, 'en', 'ja'. In certain cases, BCP-47 codes including language and region identifiers are returned (for example, 'zh-TW' and 'zh-CN')
string language_code = 1;
ByteString getLanguageCodeBytes()
Supported language code, generally consisting of its ISO 639-1 identifier, for example, 'en', 'ja'. In certain cases, BCP-47 codes including language and region identifiers are returned (for example, 'zh-TW' and 'zh-CN')
string language_code = 1;
String getDisplayName()
Human readable name of the language localized in the display language specified in the request.
string display_name = 2;
ByteString getDisplayNameBytes()
Human readable name of the language localized in the display language specified in the request.
string display_name = 2;
boolean getSupportSource()
Can be used as source language.
bool support_source = 3;
boolean getSupportTarget()
Can be used as target language.
bool support_target = 4;
Copyright © 2022 Google LLC. All rights reserved.