public static interface GtfsRealtime.TranslatedString.TranslationOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<GtfsRealtime.TranslatedString.Translation>
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage()
BCP-47 language code.
|
com.google.protobuf.ByteString |
getLanguageBytes()
BCP-47 language code.
|
String |
getText()
A UTF-8 string containing the message.
|
com.google.protobuf.ByteString |
getTextBytes()
A UTF-8 string containing the message.
|
boolean |
hasLanguage()
BCP-47 language code.
|
boolean |
hasText()
A UTF-8 string containing the message.
|
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionboolean hasText()
A UTF-8 string containing the message.
required string text = 1;String getText()
A UTF-8 string containing the message.
required string text = 1;com.google.protobuf.ByteString getTextBytes()
A UTF-8 string containing the message.
required string text = 1;boolean hasLanguage()
BCP-47 language code. Can be omitted if the language is unknown or if no i18n is done at all for the feed. At most one translation is allowed to have an unspecified language tag.
optional string language = 2;String getLanguage()
BCP-47 language code. Can be omitted if the language is unknown or if no i18n is done at all for the feed. At most one translation is allowed to have an unspecified language tag.
optional string language = 2;com.google.protobuf.ByteString getLanguageBytes()
BCP-47 language code. Can be omitted if the language is unknown or if no i18n is done at all for the feed. At most one translation is allowed to have an unspecified language tag.
optional string language = 2;Copyright © 2019. All rights reserved.