Package com.google.maps.routing.v2
Class RouteLegStepTransitDetails
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.maps.routing.v2.RouteLegStepTransitDetails
-
- All Implemented Interfaces:
RouteLegStepTransitDetailsOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class RouteLegStepTransitDetails extends com.google.protobuf.GeneratedMessageV3 implements RouteLegStepTransitDetailsOrBuilder
Additional information for the `RouteLegStep` related to `TRANSIT` routes.
Protobuf typegoogle.maps.routing.v2.RouteLegStepTransitDetails
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RouteLegStepTransitDetails.Builder
Additional information for the `RouteLegStep` related to `TRANSIT` routes.static class
RouteLegStepTransitDetails.TransitDetailsLocalizedValues
Localized descriptions of values for RouteTransitDetails.static interface
RouteLegStepTransitDetails.TransitDetailsLocalizedValuesOrBuilder
static class
RouteLegStepTransitDetails.TransitStopDetails
Details about the transit stops for the `RouteLegStep`static interface
RouteLegStepTransitDetails.TransitStopDetailsOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
HEADSIGN_FIELD_NUMBER
static int
HEADWAY_FIELD_NUMBER
static int
LOCALIZED_VALUES_FIELD_NUMBER
static int
STOP_COUNT_FIELD_NUMBER
static int
STOP_DETAILS_FIELD_NUMBER
static int
TRANSIT_LINE_FIELD_NUMBER
static int
TRIP_SHORT_TEXT_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static RouteLegStepTransitDetails
getDefaultInstance()
RouteLegStepTransitDetails
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getHeadsign()
Specifies the direction in which to travel on this line as marked on the vehicle or at the departure stop.com.google.protobuf.ByteString
getHeadsignBytes()
Specifies the direction in which to travel on this line as marked on the vehicle or at the departure stop.com.google.protobuf.Duration
getHeadway()
Specifies the expected time as a duration between departures from the same stop at this time.com.google.protobuf.DurationOrBuilder
getHeadwayOrBuilder()
Specifies the expected time as a duration between departures from the same stop at this time.RouteLegStepTransitDetails.TransitDetailsLocalizedValues
getLocalizedValues()
Text representations of properties of the `RouteLegStepTransitDetails`.RouteLegStepTransitDetails.TransitDetailsLocalizedValuesOrBuilder
getLocalizedValuesOrBuilder()
Text representations of properties of the `RouteLegStepTransitDetails`.com.google.protobuf.Parser<RouteLegStepTransitDetails>
getParserForType()
int
getSerializedSize()
int
getStopCount()
The number of stops from the departure to the arrival stop.RouteLegStepTransitDetails.TransitStopDetails
getStopDetails()
Information about the arrival and departure stops for the step.RouteLegStepTransitDetails.TransitStopDetailsOrBuilder
getStopDetailsOrBuilder()
Information about the arrival and departure stops for the step.TransitLine
getTransitLine()
Information about the transit line used in this step.TransitLineOrBuilder
getTransitLineOrBuilder()
Information about the transit line used in this step.String
getTripShortText()
The text that appears in schedules and sign boards to identify a transit trip to passengers.com.google.protobuf.ByteString
getTripShortTextBytes()
The text that appears in schedules and sign boards to identify a transit trip to passengers.int
hashCode()
boolean
hasHeadway()
Specifies the expected time as a duration between departures from the same stop at this time.boolean
hasLocalizedValues()
Text representations of properties of the `RouteLegStepTransitDetails`.boolean
hasStopDetails()
Information about the arrival and departure stops for the step.boolean
hasTransitLine()
Information about the transit line used in this step.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static RouteLegStepTransitDetails.Builder
newBuilder()
static RouteLegStepTransitDetails.Builder
newBuilder(RouteLegStepTransitDetails prototype)
RouteLegStepTransitDetails.Builder
newBuilderForType()
protected RouteLegStepTransitDetails.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static RouteLegStepTransitDetails
parseDelimitedFrom(InputStream input)
static RouteLegStepTransitDetails
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLegStepTransitDetails
parseFrom(byte[] data)
static RouteLegStepTransitDetails
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLegStepTransitDetails
parseFrom(com.google.protobuf.ByteString data)
static RouteLegStepTransitDetails
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLegStepTransitDetails
parseFrom(com.google.protobuf.CodedInputStream input)
static RouteLegStepTransitDetails
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLegStepTransitDetails
parseFrom(InputStream input)
static RouteLegStepTransitDetails
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLegStepTransitDetails
parseFrom(ByteBuffer data)
static RouteLegStepTransitDetails
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<RouteLegStepTransitDetails>
parser()
RouteLegStepTransitDetails.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
STOP_DETAILS_FIELD_NUMBER
public static final int STOP_DETAILS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOCALIZED_VALUES_FIELD_NUMBER
public static final int LOCALIZED_VALUES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HEADSIGN_FIELD_NUMBER
public static final int HEADSIGN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HEADWAY_FIELD_NUMBER
public static final int HEADWAY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRANSIT_LINE_FIELD_NUMBER
public static final int TRANSIT_LINE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STOP_COUNT_FIELD_NUMBER
public static final int STOP_COUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRIP_SHORT_TEXT_FIELD_NUMBER
public static final int TRIP_SHORT_TEXT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasStopDetails
public boolean hasStopDetails()
Information about the arrival and departure stops for the step.
.google.maps.routing.v2.RouteLegStepTransitDetails.TransitStopDetails stop_details = 1;
- Specified by:
hasStopDetails
in interfaceRouteLegStepTransitDetailsOrBuilder
- Returns:
- Whether the stopDetails field is set.
-
getStopDetails
public RouteLegStepTransitDetails.TransitStopDetails getStopDetails()
Information about the arrival and departure stops for the step.
.google.maps.routing.v2.RouteLegStepTransitDetails.TransitStopDetails stop_details = 1;
- Specified by:
getStopDetails
in interfaceRouteLegStepTransitDetailsOrBuilder
- Returns:
- The stopDetails.
-
getStopDetailsOrBuilder
public RouteLegStepTransitDetails.TransitStopDetailsOrBuilder getStopDetailsOrBuilder()
Information about the arrival and departure stops for the step.
.google.maps.routing.v2.RouteLegStepTransitDetails.TransitStopDetails stop_details = 1;
- Specified by:
getStopDetailsOrBuilder
in interfaceRouteLegStepTransitDetailsOrBuilder
-
hasLocalizedValues
public boolean hasLocalizedValues()
Text representations of properties of the `RouteLegStepTransitDetails`.
.google.maps.routing.v2.RouteLegStepTransitDetails.TransitDetailsLocalizedValues localized_values = 2;
- Specified by:
hasLocalizedValues
in interfaceRouteLegStepTransitDetailsOrBuilder
- Returns:
- Whether the localizedValues field is set.
-
getLocalizedValues
public RouteLegStepTransitDetails.TransitDetailsLocalizedValues getLocalizedValues()
Text representations of properties of the `RouteLegStepTransitDetails`.
.google.maps.routing.v2.RouteLegStepTransitDetails.TransitDetailsLocalizedValues localized_values = 2;
- Specified by:
getLocalizedValues
in interfaceRouteLegStepTransitDetailsOrBuilder
- Returns:
- The localizedValues.
-
getLocalizedValuesOrBuilder
public RouteLegStepTransitDetails.TransitDetailsLocalizedValuesOrBuilder getLocalizedValuesOrBuilder()
Text representations of properties of the `RouteLegStepTransitDetails`.
.google.maps.routing.v2.RouteLegStepTransitDetails.TransitDetailsLocalizedValues localized_values = 2;
- Specified by:
getLocalizedValuesOrBuilder
in interfaceRouteLegStepTransitDetailsOrBuilder
-
getHeadsign
public String getHeadsign()
Specifies the direction in which to travel on this line as marked on the vehicle or at the departure stop. The direction is often the terminus station.
string headsign = 3;
- Specified by:
getHeadsign
in interfaceRouteLegStepTransitDetailsOrBuilder
- Returns:
- The headsign.
-
getHeadsignBytes
public com.google.protobuf.ByteString getHeadsignBytes()
Specifies the direction in which to travel on this line as marked on the vehicle or at the departure stop. The direction is often the terminus station.
string headsign = 3;
- Specified by:
getHeadsignBytes
in interfaceRouteLegStepTransitDetailsOrBuilder
- Returns:
- The bytes for headsign.
-
hasHeadway
public boolean hasHeadway()
Specifies the expected time as a duration between departures from the same stop at this time. For example, with a headway seconds value of 600, you would expect a ten minute wait if you should miss your bus.
.google.protobuf.Duration headway = 4;
- Specified by:
hasHeadway
in interfaceRouteLegStepTransitDetailsOrBuilder
- Returns:
- Whether the headway field is set.
-
getHeadway
public com.google.protobuf.Duration getHeadway()
Specifies the expected time as a duration between departures from the same stop at this time. For example, with a headway seconds value of 600, you would expect a ten minute wait if you should miss your bus.
.google.protobuf.Duration headway = 4;
- Specified by:
getHeadway
in interfaceRouteLegStepTransitDetailsOrBuilder
- Returns:
- The headway.
-
getHeadwayOrBuilder
public com.google.protobuf.DurationOrBuilder getHeadwayOrBuilder()
Specifies the expected time as a duration between departures from the same stop at this time. For example, with a headway seconds value of 600, you would expect a ten minute wait if you should miss your bus.
.google.protobuf.Duration headway = 4;
- Specified by:
getHeadwayOrBuilder
in interfaceRouteLegStepTransitDetailsOrBuilder
-
hasTransitLine
public boolean hasTransitLine()
Information about the transit line used in this step.
.google.maps.routing.v2.TransitLine transit_line = 5;
- Specified by:
hasTransitLine
in interfaceRouteLegStepTransitDetailsOrBuilder
- Returns:
- Whether the transitLine field is set.
-
getTransitLine
public TransitLine getTransitLine()
Information about the transit line used in this step.
.google.maps.routing.v2.TransitLine transit_line = 5;
- Specified by:
getTransitLine
in interfaceRouteLegStepTransitDetailsOrBuilder
- Returns:
- The transitLine.
-
getTransitLineOrBuilder
public TransitLineOrBuilder getTransitLineOrBuilder()
Information about the transit line used in this step.
.google.maps.routing.v2.TransitLine transit_line = 5;
- Specified by:
getTransitLineOrBuilder
in interfaceRouteLegStepTransitDetailsOrBuilder
-
getStopCount
public int getStopCount()
The number of stops from the departure to the arrival stop. This count includes the arrival stop, but excludes the departure stop. For example, if your route leaves from Stop A, passes through stops B and C, and arrives at stop D, stop_count will return 3.
int32 stop_count = 6;
- Specified by:
getStopCount
in interfaceRouteLegStepTransitDetailsOrBuilder
- Returns:
- The stopCount.
-
getTripShortText
public String getTripShortText()
The text that appears in schedules and sign boards to identify a transit trip to passengers. The text should uniquely identify a trip within a service day. For example, "538" is the `trip_short_text` of the Amtrak train that leaves San Jose, CA at 15:10 on weekdays to Sacramento, CA.
string trip_short_text = 7;
- Specified by:
getTripShortText
in interfaceRouteLegStepTransitDetailsOrBuilder
- Returns:
- The tripShortText.
-
getTripShortTextBytes
public com.google.protobuf.ByteString getTripShortTextBytes()
The text that appears in schedules and sign boards to identify a transit trip to passengers. The text should uniquely identify a trip within a service day. For example, "538" is the `trip_short_text` of the Amtrak train that leaves San Jose, CA at 15:10 on weekdays to Sacramento, CA.
string trip_short_text = 7;
- Specified by:
getTripShortTextBytes
in interfaceRouteLegStepTransitDetailsOrBuilder
- Returns:
- The bytes for tripShortText.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static RouteLegStepTransitDetails parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLegStepTransitDetails parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLegStepTransitDetails parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLegStepTransitDetails parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLegStepTransitDetails parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLegStepTransitDetails parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLegStepTransitDetails parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteLegStepTransitDetails parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RouteLegStepTransitDetails parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RouteLegStepTransitDetails parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteLegStepTransitDetails parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteLegStepTransitDetails parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public RouteLegStepTransitDetails.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static RouteLegStepTransitDetails.Builder newBuilder()
-
newBuilder
public static RouteLegStepTransitDetails.Builder newBuilder(RouteLegStepTransitDetails prototype)
-
toBuilder
public RouteLegStepTransitDetails.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected RouteLegStepTransitDetails.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static RouteLegStepTransitDetails getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<RouteLegStepTransitDetails> parser()
-
getParserForType
public com.google.protobuf.Parser<RouteLegStepTransitDetails> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public RouteLegStepTransitDetails getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-