public interface LocalizedTextOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getLanguageCode()
The text's BCP-47 language code, such as "en-US" or "sr-Latn".
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
The text's BCP-47 language code, such as "en-US" or "sr-Latn".
|
String |
getText()
Localized string in the language corresponding to `language_code' below.
|
com.google.protobuf.ByteString |
getTextBytes()
Localized string in the language corresponding to `language_code' below.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getText()
Localized string in the language corresponding to `language_code' below.
string text = 1;
com.google.protobuf.ByteString getTextBytes()
Localized string in the language corresponding to `language_code' below.
string text = 1;
String getLanguageCode()
The text's BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
string language_code = 2;
com.google.protobuf.ByteString getLanguageCodeBytes()
The text's BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
string language_code = 2;
Copyright © 2021 Google LLC. All rights reserved.