com.google.transit.realtime
Class GtfsRealtime.TripUpdate.StopTimeUpdate

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by com.google.protobuf.GeneratedMessage.ExtendableMessage<GtfsRealtime.TripUpdate.StopTimeUpdate>
                  extended by com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
All Implemented Interfaces:
com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GtfsRealtime.TripUpdate.StopTimeUpdate>, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder, Serializable
Enclosing class:
GtfsRealtime.TripUpdate

public static final class GtfsRealtime.TripUpdate.StopTimeUpdate
extends com.google.protobuf.GeneratedMessage.ExtendableMessage<GtfsRealtime.TripUpdate.StopTimeUpdate>
implements GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder

Protobuf type transit_realtime.TripUpdate.StopTimeUpdate

 Realtime update for arrival and/or departure events for a given stop on a
 trip. Updates can be supplied for both past and future events.
 The producer is allowed, although not required, to drop past events.
 

See Also:
Serialized Form

Nested Class Summary
static class GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
          Protobuf type transit_realtime.TripUpdate.StopTimeUpdate
static class GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship
          Protobuf enum transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage.ExtendableMessage
com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionWriter
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
Field Summary
static int ARRIVAL_FIELD_NUMBER
           
static int DEPARTURE_FIELD_NUMBER
           
static com.google.protobuf.Parser<GtfsRealtime.TripUpdate.StopTimeUpdate> PARSER
           
static int SCHEDULE_RELATIONSHIP_FIELD_NUMBER
           
static int STOP_ID_FIELD_NUMBER
           
static int STOP_SEQUENCE_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
 
Method Summary
 GtfsRealtime.TripUpdate.StopTimeEvent getArrival()
          optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
 GtfsRealtime.TripUpdate.StopTimeEventOrBuilder getArrivalOrBuilder()
          optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
static GtfsRealtime.TripUpdate.StopTimeUpdate getDefaultInstance()
           
 GtfsRealtime.TripUpdate.StopTimeUpdate getDefaultInstanceForType()
           
 GtfsRealtime.TripUpdate.StopTimeEvent getDeparture()
          optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
 GtfsRealtime.TripUpdate.StopTimeEventOrBuilder getDepartureOrBuilder()
          optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Parser<GtfsRealtime.TripUpdate.StopTimeUpdate> getParserForType()
           
 GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship getScheduleRelationship()
          optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
 int getSerializedSize()
           
 String getStopId()
          optional string stop_id = 4;
 com.google.protobuf.ByteString getStopIdBytes()
          optional string stop_id = 4;
 int getStopSequence()
          optional uint32 stop_sequence = 1;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasArrival()
          optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
 boolean hasDeparture()
          optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
 boolean hasScheduleRelationship()
          optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
 boolean hasStopId()
          optional string stop_id = 4;
 boolean hasStopSequence()
          optional uint32 stop_sequence = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static GtfsRealtime.TripUpdate.StopTimeUpdate.Builder newBuilder()
           
static GtfsRealtime.TripUpdate.StopTimeUpdate.Builder newBuilder(GtfsRealtime.TripUpdate.StopTimeUpdate prototype)
           
 GtfsRealtime.TripUpdate.StopTimeUpdate.Builder newBuilderForType()
           
protected  GtfsRealtime.TripUpdate.StopTimeUpdate.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static GtfsRealtime.TripUpdate.StopTimeUpdate parseDelimitedFrom(InputStream input)
           
static GtfsRealtime.TripUpdate.StopTimeUpdate parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static GtfsRealtime.TripUpdate.StopTimeUpdate parseFrom(byte[] data)
           
static GtfsRealtime.TripUpdate.StopTimeUpdate parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static GtfsRealtime.TripUpdate.StopTimeUpdate parseFrom(com.google.protobuf.ByteString data)
           
static GtfsRealtime.TripUpdate.StopTimeUpdate parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static GtfsRealtime.TripUpdate.StopTimeUpdate parseFrom(com.google.protobuf.CodedInputStream input)
           
static GtfsRealtime.TripUpdate.StopTimeUpdate parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static GtfsRealtime.TripUpdate.StopTimeUpdate parseFrom(InputStream input)
           
static GtfsRealtime.TripUpdate.StopTimeUpdate parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 GtfsRealtime.TripUpdate.StopTimeUpdate.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.ExtendableMessage
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getAllFields, getExtension, getExtension, getExtensionCount, getExtensionFields, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasField, makeExtensionsImmutable, newExtensionWriter, newMessageSetExtensionWriter, parseUnknownField
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getDescriptorForType, getOneofFieldDescriptor, hasOneof, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension
 
Methods inherited from class com.google.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
getExtension, getExtension, getExtensionCount, hasExtension
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static com.google.protobuf.Parser<GtfsRealtime.TripUpdate.StopTimeUpdate> PARSER

STOP_SEQUENCE_FIELD_NUMBER

public static final int STOP_SEQUENCE_FIELD_NUMBER
See Also:
Constant Field Values

STOP_ID_FIELD_NUMBER

public static final int STOP_ID_FIELD_NUMBER
See Also:
Constant Field Values

ARRIVAL_FIELD_NUMBER

public static final int ARRIVAL_FIELD_NUMBER
See Also:
Constant Field Values

DEPARTURE_FIELD_NUMBER

public static final int DEPARTURE_FIELD_NUMBER
See Also:
Constant Field Values

SCHEDULE_RELATIONSHIP_FIELD_NUMBER

public static final int SCHEDULE_RELATIONSHIP_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static GtfsRealtime.TripUpdate.StopTimeUpdate getDefaultInstance()

getDefaultInstanceForType

public GtfsRealtime.TripUpdate.StopTimeUpdate getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GtfsRealtime.TripUpdate.StopTimeUpdate>
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage

getParserForType

public com.google.protobuf.Parser<GtfsRealtime.TripUpdate.StopTimeUpdate> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.Message
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage

hasStopSequence

public boolean hasStopSequence()
optional uint32 stop_sequence = 1;
 Must be the same as in stop_times.txt in the corresponding GTFS feed.
 

Specified by:
hasStopSequence in interface GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder

getStopSequence

public int getStopSequence()
optional uint32 stop_sequence = 1;
 Must be the same as in stop_times.txt in the corresponding GTFS feed.
 

Specified by:
getStopSequence in interface GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder

hasStopId

public boolean hasStopId()
optional string stop_id = 4;
 Must be the same as in stops.txt in the corresponding GTFS feed.
 

Specified by:
hasStopId in interface GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder

getStopId

public String getStopId()
optional string stop_id = 4;
 Must be the same as in stops.txt in the corresponding GTFS feed.
 

Specified by:
getStopId in interface GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder

getStopIdBytes

public com.google.protobuf.ByteString getStopIdBytes()
optional string stop_id = 4;
 Must be the same as in stops.txt in the corresponding GTFS feed.
 

Specified by:
getStopIdBytes in interface GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder

hasArrival

public boolean hasArrival()
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;

Specified by:
hasArrival in interface GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder

getArrival

public GtfsRealtime.TripUpdate.StopTimeEvent getArrival()
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;

Specified by:
getArrival in interface GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder

getArrivalOrBuilder

public GtfsRealtime.TripUpdate.StopTimeEventOrBuilder getArrivalOrBuilder()
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;

Specified by:
getArrivalOrBuilder in interface GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder

hasDeparture

public boolean hasDeparture()
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;

Specified by:
hasDeparture in interface GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder

getDeparture

public GtfsRealtime.TripUpdate.StopTimeEvent getDeparture()
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;

Specified by:
getDeparture in interface GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder

getDepartureOrBuilder

public GtfsRealtime.TripUpdate.StopTimeEventOrBuilder getDepartureOrBuilder()
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;

Specified by:
getDepartureOrBuilder in interface GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder

hasScheduleRelationship

public boolean hasScheduleRelationship()
optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];

Specified by:
hasScheduleRelationship in interface GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder

getScheduleRelationship

public GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship getScheduleRelationship()
optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];

Specified by:
getScheduleRelationship in interface GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.ExtendableMessage<GtfsRealtime.TripUpdate.StopTimeUpdate>

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

parseFrom

public static GtfsRealtime.TripUpdate.StopTimeUpdate parseFrom(com.google.protobuf.ByteString data)
                                                        throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static GtfsRealtime.TripUpdate.StopTimeUpdate parseFrom(com.google.protobuf.ByteString data,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static GtfsRealtime.TripUpdate.StopTimeUpdate parseFrom(byte[] data)
                                                        throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static GtfsRealtime.TripUpdate.StopTimeUpdate parseFrom(byte[] data,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static GtfsRealtime.TripUpdate.StopTimeUpdate parseFrom(InputStream input)
                                                        throws IOException
Throws:
IOException

parseFrom

public static GtfsRealtime.TripUpdate.StopTimeUpdate parseFrom(InputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws IOException
Throws:
IOException

parseDelimitedFrom

public static GtfsRealtime.TripUpdate.StopTimeUpdate parseDelimitedFrom(InputStream input)
                                                                 throws IOException
Throws:
IOException

parseDelimitedFrom

public static GtfsRealtime.TripUpdate.StopTimeUpdate parseDelimitedFrom(InputStream input,
                                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                 throws IOException
Throws:
IOException

parseFrom

public static GtfsRealtime.TripUpdate.StopTimeUpdate parseFrom(com.google.protobuf.CodedInputStream input)
                                                        throws IOException
Throws:
IOException

parseFrom

public static GtfsRealtime.TripUpdate.StopTimeUpdate parseFrom(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws IOException
Throws:
IOException

newBuilder

public static GtfsRealtime.TripUpdate.StopTimeUpdate.Builder newBuilder()

newBuilderForType

public GtfsRealtime.TripUpdate.StopTimeUpdate.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.Message
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static GtfsRealtime.TripUpdate.StopTimeUpdate.Builder newBuilder(GtfsRealtime.TripUpdate.StopTimeUpdate prototype)

toBuilder

public GtfsRealtime.TripUpdate.StopTimeUpdate.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.Message
Specified by:
toBuilder in interface com.google.protobuf.MessageLite

newBuilderForType

protected GtfsRealtime.TripUpdate.StopTimeUpdate.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


Copyright © 2015. All Rights Reserved.