Package com.google.maps.routing.v2
Class RouteLeg
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.maps.routing.v2.RouteLeg
-
- All Implemented Interfaces:
RouteLegOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class RouteLeg extends com.google.protobuf.GeneratedMessageV3 implements RouteLegOrBuilder
Contains a segment between non-`via` waypoints.
Protobuf typegoogle.maps.routing.v2.RouteLeg
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RouteLeg.Builder
Contains a segment between non-`via` waypoints.static class
RouteLeg.RouteLegLocalizedValues
Text representations of certain properties.static interface
RouteLeg.RouteLegLocalizedValuesOrBuilder
static class
RouteLeg.StepsOverview
Provides overview information about a list of `RouteLegStep`s.static interface
RouteLeg.StepsOverviewOrBuilder
-
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
DISTANCE_METERS_FIELD_NUMBER
static int
DURATION_FIELD_NUMBER
static int
END_LOCATION_FIELD_NUMBER
static int
LOCALIZED_VALUES_FIELD_NUMBER
static int
POLYLINE_FIELD_NUMBER
static int
START_LOCATION_FIELD_NUMBER
static int
STATIC_DURATION_FIELD_NUMBER
static int
STEPS_FIELD_NUMBER
static int
STEPS_OVERVIEW_FIELD_NUMBER
static int
TRAVEL_ADVISORY_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static RouteLeg
getDefaultInstance()
RouteLeg
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
int
getDistanceMeters()
The travel distance of the route leg, in meters.com.google.protobuf.Duration
getDuration()
The length of time needed to navigate the leg.com.google.protobuf.DurationOrBuilder
getDurationOrBuilder()
The length of time needed to navigate the leg.Location
getEndLocation()
The end location of this leg.LocationOrBuilder
getEndLocationOrBuilder()
The end location of this leg.RouteLeg.RouteLegLocalizedValues
getLocalizedValues()
Text representations of properties of the `RouteLeg`.RouteLeg.RouteLegLocalizedValuesOrBuilder
getLocalizedValuesOrBuilder()
Text representations of properties of the `RouteLeg`.com.google.protobuf.Parser<RouteLeg>
getParserForType()
Polyline
getPolyline()
The overall polyline for this leg that includes each `step`'s polyline.PolylineOrBuilder
getPolylineOrBuilder()
The overall polyline for this leg that includes each `step`'s polyline.int
getSerializedSize()
Location
getStartLocation()
The start location of this leg.LocationOrBuilder
getStartLocationOrBuilder()
The start location of this leg.com.google.protobuf.Duration
getStaticDuration()
The duration of travel through the leg, calculated without taking traffic conditions into consideration.com.google.protobuf.DurationOrBuilder
getStaticDurationOrBuilder()
The duration of travel through the leg, calculated without taking traffic conditions into consideration.RouteLegStep
getSteps(int index)
An array of steps denoting segments within this leg.int
getStepsCount()
An array of steps denoting segments within this leg.List<RouteLegStep>
getStepsList()
An array of steps denoting segments within this leg.RouteLegStepOrBuilder
getStepsOrBuilder(int index)
An array of steps denoting segments within this leg.List<? extends RouteLegStepOrBuilder>
getStepsOrBuilderList()
An array of steps denoting segments within this leg.RouteLeg.StepsOverview
getStepsOverview()
Overview information about the steps in this `RouteLeg`.RouteLeg.StepsOverviewOrBuilder
getStepsOverviewOrBuilder()
Overview information about the steps in this `RouteLeg`.RouteLegTravelAdvisory
getTravelAdvisory()
Contains the additional information that the user should be informed about, such as possible traffic zone restrictions, on a route leg.RouteLegTravelAdvisoryOrBuilder
getTravelAdvisoryOrBuilder()
Contains the additional information that the user should be informed about, such as possible traffic zone restrictions, on a route leg.boolean
hasDuration()
The length of time needed to navigate the leg.boolean
hasEndLocation()
The end location of this leg.int
hashCode()
boolean
hasLocalizedValues()
Text representations of properties of the `RouteLeg`.boolean
hasPolyline()
The overall polyline for this leg that includes each `step`'s polyline.boolean
hasStartLocation()
The start location of this leg.boolean
hasStaticDuration()
The duration of travel through the leg, calculated without taking traffic conditions into consideration.boolean
hasStepsOverview()
Overview information about the steps in this `RouteLeg`.boolean
hasTravelAdvisory()
Contains the additional information that the user should be informed about, such as possible traffic zone restrictions, on a route leg.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static RouteLeg.Builder
newBuilder()
static RouteLeg.Builder
newBuilder(RouteLeg prototype)
RouteLeg.Builder
newBuilderForType()
protected RouteLeg.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static RouteLeg
parseDelimitedFrom(InputStream input)
static RouteLeg
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLeg
parseFrom(byte[] data)
static RouteLeg
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLeg
parseFrom(com.google.protobuf.ByteString data)
static RouteLeg
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLeg
parseFrom(com.google.protobuf.CodedInputStream input)
static RouteLeg
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLeg
parseFrom(InputStream input)
static RouteLeg
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteLeg
parseFrom(ByteBuffer data)
static RouteLeg
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<RouteLeg>
parser()
RouteLeg.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
-
DISTANCE_METERS_FIELD_NUMBER
public static final int DISTANCE_METERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DURATION_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATIC_DURATION_FIELD_NUMBER
public static final int STATIC_DURATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
POLYLINE_FIELD_NUMBER
public static final int POLYLINE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
START_LOCATION_FIELD_NUMBER
public static final int START_LOCATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
END_LOCATION_FIELD_NUMBER
public static final int END_LOCATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STEPS_FIELD_NUMBER
public static final int STEPS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRAVEL_ADVISORY_FIELD_NUMBER
public static final int TRAVEL_ADVISORY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOCALIZED_VALUES_FIELD_NUMBER
public static final int LOCALIZED_VALUES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STEPS_OVERVIEW_FIELD_NUMBER
public static final int STEPS_OVERVIEW_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
-
getDistanceMeters
public int getDistanceMeters()
The travel distance of the route leg, in meters.
int32 distance_meters = 1;
- Specified by:
getDistanceMeters
in interfaceRouteLegOrBuilder
- Returns:
- The distanceMeters.
-
hasDuration
public boolean hasDuration()
The length of time needed to navigate the leg. If the `route_preference` is set to `TRAFFIC_UNAWARE`, then this value is the same as `static_duration`. If the `route_preference` is either `TRAFFIC_AWARE` or `TRAFFIC_AWARE_OPTIMAL`, then this value is calculated taking traffic conditions into account.
.google.protobuf.Duration duration = 2;
- Specified by:
hasDuration
in interfaceRouteLegOrBuilder
- Returns:
- Whether the duration field is set.
-
getDuration
public com.google.protobuf.Duration getDuration()
The length of time needed to navigate the leg. If the `route_preference` is set to `TRAFFIC_UNAWARE`, then this value is the same as `static_duration`. If the `route_preference` is either `TRAFFIC_AWARE` or `TRAFFIC_AWARE_OPTIMAL`, then this value is calculated taking traffic conditions into account.
.google.protobuf.Duration duration = 2;
- Specified by:
getDuration
in interfaceRouteLegOrBuilder
- Returns:
- The duration.
-
getDurationOrBuilder
public com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
The length of time needed to navigate the leg. If the `route_preference` is set to `TRAFFIC_UNAWARE`, then this value is the same as `static_duration`. If the `route_preference` is either `TRAFFIC_AWARE` or `TRAFFIC_AWARE_OPTIMAL`, then this value is calculated taking traffic conditions into account.
.google.protobuf.Duration duration = 2;
- Specified by:
getDurationOrBuilder
in interfaceRouteLegOrBuilder
-
hasStaticDuration
public boolean hasStaticDuration()
The duration of travel through the leg, calculated without taking traffic conditions into consideration.
.google.protobuf.Duration static_duration = 3;
- Specified by:
hasStaticDuration
in interfaceRouteLegOrBuilder
- Returns:
- Whether the staticDuration field is set.
-
getStaticDuration
public com.google.protobuf.Duration getStaticDuration()
The duration of travel through the leg, calculated without taking traffic conditions into consideration.
.google.protobuf.Duration static_duration = 3;
- Specified by:
getStaticDuration
in interfaceRouteLegOrBuilder
- Returns:
- The staticDuration.
-
getStaticDurationOrBuilder
public com.google.protobuf.DurationOrBuilder getStaticDurationOrBuilder()
The duration of travel through the leg, calculated without taking traffic conditions into consideration.
.google.protobuf.Duration static_duration = 3;
- Specified by:
getStaticDurationOrBuilder
in interfaceRouteLegOrBuilder
-
hasPolyline
public boolean hasPolyline()
The overall polyline for this leg that includes each `step`'s polyline.
.google.maps.routing.v2.Polyline polyline = 4;
- Specified by:
hasPolyline
in interfaceRouteLegOrBuilder
- Returns:
- Whether the polyline field is set.
-
getPolyline
public Polyline getPolyline()
The overall polyline for this leg that includes each `step`'s polyline.
.google.maps.routing.v2.Polyline polyline = 4;
- Specified by:
getPolyline
in interfaceRouteLegOrBuilder
- Returns:
- The polyline.
-
getPolylineOrBuilder
public PolylineOrBuilder getPolylineOrBuilder()
The overall polyline for this leg that includes each `step`'s polyline.
.google.maps.routing.v2.Polyline polyline = 4;
- Specified by:
getPolylineOrBuilder
in interfaceRouteLegOrBuilder
-
hasStartLocation
public boolean hasStartLocation()
The start location of this leg. This location might be different from the provided `origin`. For example, when the provided `origin` is not near a road, this is a point on the road.
.google.maps.routing.v2.Location start_location = 5;
- Specified by:
hasStartLocation
in interfaceRouteLegOrBuilder
- Returns:
- Whether the startLocation field is set.
-
getStartLocation
public Location getStartLocation()
The start location of this leg. This location might be different from the provided `origin`. For example, when the provided `origin` is not near a road, this is a point on the road.
.google.maps.routing.v2.Location start_location = 5;
- Specified by:
getStartLocation
in interfaceRouteLegOrBuilder
- Returns:
- The startLocation.
-
getStartLocationOrBuilder
public LocationOrBuilder getStartLocationOrBuilder()
The start location of this leg. This location might be different from the provided `origin`. For example, when the provided `origin` is not near a road, this is a point on the road.
.google.maps.routing.v2.Location start_location = 5;
- Specified by:
getStartLocationOrBuilder
in interfaceRouteLegOrBuilder
-
hasEndLocation
public boolean hasEndLocation()
The end location of this leg. This location might be different from the provided `destination`. For example, when the provided `destination` is not near a road, this is a point on the road.
.google.maps.routing.v2.Location end_location = 6;
- Specified by:
hasEndLocation
in interfaceRouteLegOrBuilder
- Returns:
- Whether the endLocation field is set.
-
getEndLocation
public Location getEndLocation()
The end location of this leg. This location might be different from the provided `destination`. For example, when the provided `destination` is not near a road, this is a point on the road.
.google.maps.routing.v2.Location end_location = 6;
- Specified by:
getEndLocation
in interfaceRouteLegOrBuilder
- Returns:
- The endLocation.
-
getEndLocationOrBuilder
public LocationOrBuilder getEndLocationOrBuilder()
The end location of this leg. This location might be different from the provided `destination`. For example, when the provided `destination` is not near a road, this is a point on the road.
.google.maps.routing.v2.Location end_location = 6;
- Specified by:
getEndLocationOrBuilder
in interfaceRouteLegOrBuilder
-
getStepsList
public List<RouteLegStep> getStepsList()
An array of steps denoting segments within this leg. Each step represents one navigation instruction.
repeated .google.maps.routing.v2.RouteLegStep steps = 7;
- Specified by:
getStepsList
in interfaceRouteLegOrBuilder
-
getStepsOrBuilderList
public List<? extends RouteLegStepOrBuilder> getStepsOrBuilderList()
An array of steps denoting segments within this leg. Each step represents one navigation instruction.
repeated .google.maps.routing.v2.RouteLegStep steps = 7;
- Specified by:
getStepsOrBuilderList
in interfaceRouteLegOrBuilder
-
getStepsCount
public int getStepsCount()
An array of steps denoting segments within this leg. Each step represents one navigation instruction.
repeated .google.maps.routing.v2.RouteLegStep steps = 7;
- Specified by:
getStepsCount
in interfaceRouteLegOrBuilder
-
getSteps
public RouteLegStep getSteps(int index)
An array of steps denoting segments within this leg. Each step represents one navigation instruction.
repeated .google.maps.routing.v2.RouteLegStep steps = 7;
- Specified by:
getSteps
in interfaceRouteLegOrBuilder
-
getStepsOrBuilder
public RouteLegStepOrBuilder getStepsOrBuilder(int index)
An array of steps denoting segments within this leg. Each step represents one navigation instruction.
repeated .google.maps.routing.v2.RouteLegStep steps = 7;
- Specified by:
getStepsOrBuilder
in interfaceRouteLegOrBuilder
-
hasTravelAdvisory
public boolean hasTravelAdvisory()
Contains the additional information that the user should be informed about, such as possible traffic zone restrictions, on a route leg.
.google.maps.routing.v2.RouteLegTravelAdvisory travel_advisory = 8;
- Specified by:
hasTravelAdvisory
in interfaceRouteLegOrBuilder
- Returns:
- Whether the travelAdvisory field is set.
-
getTravelAdvisory
public RouteLegTravelAdvisory getTravelAdvisory()
Contains the additional information that the user should be informed about, such as possible traffic zone restrictions, on a route leg.
.google.maps.routing.v2.RouteLegTravelAdvisory travel_advisory = 8;
- Specified by:
getTravelAdvisory
in interfaceRouteLegOrBuilder
- Returns:
- The travelAdvisory.
-
getTravelAdvisoryOrBuilder
public RouteLegTravelAdvisoryOrBuilder getTravelAdvisoryOrBuilder()
Contains the additional information that the user should be informed about, such as possible traffic zone restrictions, on a route leg.
.google.maps.routing.v2.RouteLegTravelAdvisory travel_advisory = 8;
- Specified by:
getTravelAdvisoryOrBuilder
in interfaceRouteLegOrBuilder
-
hasLocalizedValues
public boolean hasLocalizedValues()
Text representations of properties of the `RouteLeg`.
.google.maps.routing.v2.RouteLeg.RouteLegLocalizedValues localized_values = 9;
- Specified by:
hasLocalizedValues
in interfaceRouteLegOrBuilder
- Returns:
- Whether the localizedValues field is set.
-
getLocalizedValues
public RouteLeg.RouteLegLocalizedValues getLocalizedValues()
Text representations of properties of the `RouteLeg`.
.google.maps.routing.v2.RouteLeg.RouteLegLocalizedValues localized_values = 9;
- Specified by:
getLocalizedValues
in interfaceRouteLegOrBuilder
- Returns:
- The localizedValues.
-
getLocalizedValuesOrBuilder
public RouteLeg.RouteLegLocalizedValuesOrBuilder getLocalizedValuesOrBuilder()
Text representations of properties of the `RouteLeg`.
.google.maps.routing.v2.RouteLeg.RouteLegLocalizedValues localized_values = 9;
- Specified by:
getLocalizedValuesOrBuilder
in interfaceRouteLegOrBuilder
-
hasStepsOverview
public boolean hasStepsOverview()
Overview information about the steps in this `RouteLeg`. This field is only populated for TRANSIT routes.
.google.maps.routing.v2.RouteLeg.StepsOverview steps_overview = 10;
- Specified by:
hasStepsOverview
in interfaceRouteLegOrBuilder
- Returns:
- Whether the stepsOverview field is set.
-
getStepsOverview
public RouteLeg.StepsOverview getStepsOverview()
Overview information about the steps in this `RouteLeg`. This field is only populated for TRANSIT routes.
.google.maps.routing.v2.RouteLeg.StepsOverview steps_overview = 10;
- Specified by:
getStepsOverview
in interfaceRouteLegOrBuilder
- Returns:
- The stepsOverview.
-
getStepsOverviewOrBuilder
public RouteLeg.StepsOverviewOrBuilder getStepsOverviewOrBuilder()
Overview information about the steps in this `RouteLeg`. This field is only populated for TRANSIT routes.
.google.maps.routing.v2.RouteLeg.StepsOverview steps_overview = 10;
- Specified by:
getStepsOverviewOrBuilder
in interfaceRouteLegOrBuilder
-
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 RouteLeg parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLeg parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLeg parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLeg parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLeg parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLeg parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteLeg parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteLeg parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RouteLeg parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RouteLeg parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteLeg parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteLeg parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public RouteLeg.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static RouteLeg.Builder newBuilder()
-
newBuilder
public static RouteLeg.Builder newBuilder(RouteLeg prototype)
-
toBuilder
public RouteLeg.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected RouteLeg.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static RouteLeg getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<RouteLeg> parser()
-
getParserForType
public com.google.protobuf.Parser<RouteLeg> 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 RouteLeg getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-