com.google.transit.realtime
Interface GtfsRealtime.TranslatedStringOrBuilder

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

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


Method Summary
 GtfsRealtime.TranslatedString.Translation getTranslation(int index)
          repeated .transit_realtime.TranslatedString.Translation translation = 1;
 int getTranslationCount()
          repeated .transit_realtime.TranslatedString.Translation translation = 1;
 List<GtfsRealtime.TranslatedString.Translation> getTranslationList()
          repeated .transit_realtime.TranslatedString.Translation translation = 1;
 GtfsRealtime.TranslatedString.TranslationOrBuilder getTranslationOrBuilder(int index)
          repeated .transit_realtime.TranslatedString.Translation translation = 1;
 List<? extends GtfsRealtime.TranslatedString.TranslationOrBuilder> getTranslationOrBuilderList()
          repeated .transit_realtime.TranslatedString.Translation translation = 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

getTranslationList

List<GtfsRealtime.TranslatedString.Translation> getTranslationList()
repeated .transit_realtime.TranslatedString.Translation translation = 1;
 At least one translation must be provided.
 


getTranslation

GtfsRealtime.TranslatedString.Translation getTranslation(int index)
repeated .transit_realtime.TranslatedString.Translation translation = 1;
 At least one translation must be provided.
 


getTranslationCount

int getTranslationCount()
repeated .transit_realtime.TranslatedString.Translation translation = 1;
 At least one translation must be provided.
 


getTranslationOrBuilderList

List<? extends GtfsRealtime.TranslatedString.TranslationOrBuilder> getTranslationOrBuilderList()
repeated .transit_realtime.TranslatedString.Translation translation = 1;
 At least one translation must be provided.
 


getTranslationOrBuilder

GtfsRealtime.TranslatedString.TranslationOrBuilder getTranslationOrBuilder(int index)
repeated .transit_realtime.TranslatedString.Translation translation = 1;
 At least one translation must be provided.
 



Copyright © 2015. All Rights Reserved.