com.google.transit.realtime
Interface GtfsRealtime.TranslatedString.TranslationOrBuilder

All Superinterfaces:
com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GtfsRealtime.TranslatedString.Translation>, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GtfsRealtime.TranslatedString.Translation, GtfsRealtime.TranslatedString.Translation.Builder
Enclosing class:
GtfsRealtime.TranslatedString

public static interface GtfsRealtime.TranslatedString.TranslationOrBuilder
extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GtfsRealtime.TranslatedString.Translation>


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

hasText

boolean hasText()
required string text = 1;
 A UTF-8 string containing the message.
 


getText

String getText()
required string text = 1;
 A UTF-8 string containing the message.
 


getTextBytes

com.google.protobuf.ByteString getTextBytes()
required string text = 1;
 A UTF-8 string containing the message.
 


hasLanguage

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.
 


getLanguage

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.
 


getLanguageBytes

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 © 2015. All Rights Reserved.