public static interface GtfsRealtime.TranslatedString.TranslationOrBuilder extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GtfsRealtime.TranslatedString.Translation>
Modifier and Type | Method and Description |
---|---|
String |
getLanguage()
optional string language = 2; |
com.google.protobuf.ByteString |
getLanguageBytes()
optional string language = 2; |
String |
getText()
required string text = 1; |
com.google.protobuf.ByteString |
getTextBytes()
required string text = 1; |
boolean |
hasLanguage()
optional string language = 2; |
boolean |
hasText()
required string text = 1; |
getDefaultInstanceForType, getExtension, getExtension, getExtensionCount, hasExtension
boolean hasText()
required string text = 1;
A UTF-8 string containing the message.
String getText()
required string text = 1;
A UTF-8 string containing the message.
com.google.protobuf.ByteString getTextBytes()
required string text = 1;
A UTF-8 string containing the message.
boolean hasLanguage()
optional string language = 2;
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.
String getLanguage()
optional string language = 2;
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.
com.google.protobuf.ByteString getLanguageBytes()
optional string language = 2;
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.
Copyright © 2018. All rights reserved.