|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface GtfsRealtime.TranslatedString.TranslationOrBuilder
| Method Summary | |
|---|---|
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; |
| Methods inherited from interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder |
|---|
getDefaultInstanceForType, getExtension, getExtension, getExtensionCount, hasExtension |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
|---|
isInitialized |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||