Package com.google.maps.routing.v2
Class RouteModifiers
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.maps.routing.v2.RouteModifiers
-
- All Implemented Interfaces:
RouteModifiersOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class RouteModifiers extends com.google.protobuf.GeneratedMessageV3 implements RouteModifiersOrBuilder
Encapsulates a set of optional conditions to satisfy when calculating the routes.
Protobuf typegoogle.maps.routing.v2.RouteModifiers- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRouteModifiers.BuilderEncapsulates a set of optional conditions to satisfy when calculating the routes.-
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 intAVOID_FERRIES_FIELD_NUMBERstatic intAVOID_HIGHWAYS_FIELD_NUMBERstatic intAVOID_INDOOR_FIELD_NUMBERstatic intAVOID_TOLLS_FIELD_NUMBERstatic intTOLL_PASSES_FIELD_NUMBERstatic intVEHICLE_INFO_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)booleangetAvoidFerries()When set to true, avoids ferries where reasonable, giving preference to routes not containing ferries.booleangetAvoidHighways()When set to true, avoids highways where reasonable, giving preference to routes not containing highways.booleangetAvoidIndoor()When set to true, avoids navigating indoors where reasonable, giving preference to routes not containing indoor navigation.booleangetAvoidTolls()When set to true, avoids toll roads where reasonable, giving preference to routes not containing toll roads.static RouteModifiersgetDefaultInstance()RouteModifiersgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Parser<RouteModifiers>getParserForType()intgetSerializedSize()TollPassgetTollPasses(int index)Encapsulates information about toll passes.intgetTollPassesCount()Encapsulates information about toll passes.List<TollPass>getTollPassesList()Encapsulates information about toll passes.intgetTollPassesValue(int index)Encapsulates information about toll passes.List<Integer>getTollPassesValueList()Encapsulates information about toll passes.VehicleInfogetVehicleInfo()Specifies the vehicle information.VehicleInfoOrBuildergetVehicleInfoOrBuilder()Specifies the vehicle information.inthashCode()booleanhasVehicleInfo()Specifies the vehicle information.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static RouteModifiers.BuildernewBuilder()static RouteModifiers.BuildernewBuilder(RouteModifiers prototype)RouteModifiers.BuildernewBuilderForType()protected RouteModifiers.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static RouteModifiersparseDelimitedFrom(InputStream input)static RouteModifiersparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteModifiersparseFrom(byte[] data)static RouteModifiersparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteModifiersparseFrom(com.google.protobuf.ByteString data)static RouteModifiersparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteModifiersparseFrom(com.google.protobuf.CodedInputStream input)static RouteModifiersparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteModifiersparseFrom(InputStream input)static RouteModifiersparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteModifiersparseFrom(ByteBuffer data)static RouteModifiersparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<RouteModifiers>parser()RouteModifiers.BuildertoBuilder()voidwriteTo(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
-
AVOID_TOLLS_FIELD_NUMBER
public static final int AVOID_TOLLS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AVOID_HIGHWAYS_FIELD_NUMBER
public static final int AVOID_HIGHWAYS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AVOID_FERRIES_FIELD_NUMBER
public static final int AVOID_FERRIES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AVOID_INDOOR_FIELD_NUMBER
public static final int AVOID_INDOOR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VEHICLE_INFO_FIELD_NUMBER
public static final int VEHICLE_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TOLL_PASSES_FIELD_NUMBER
public static final int TOLL_PASSES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getAvoidTolls
public boolean getAvoidTolls()
When set to true, avoids toll roads where reasonable, giving preference to routes not containing toll roads. Applies only to the `DRIVE` and `TWO_WHEELER` [RouteTravelMode][google.maps.routing.v2.RouteTravelMode].
bool avoid_tolls = 1;- Specified by:
getAvoidTollsin interfaceRouteModifiersOrBuilder- Returns:
- The avoidTolls.
-
getAvoidHighways
public boolean getAvoidHighways()
When set to true, avoids highways where reasonable, giving preference to routes not containing highways. Applies only to the `DRIVE` and `TWO_WHEELER` [RouteTravelMode][google.maps.routing.v2.RouteTravelMode].
bool avoid_highways = 2;- Specified by:
getAvoidHighwaysin interfaceRouteModifiersOrBuilder- Returns:
- The avoidHighways.
-
getAvoidFerries
public boolean getAvoidFerries()
When set to true, avoids ferries where reasonable, giving preference to routes not containing ferries. Applies only to the `DRIVE` and`TWO_WHEELER` [RouteTravelMode][google.maps.routing.v2.RouteTravelMode].
bool avoid_ferries = 3;- Specified by:
getAvoidFerriesin interfaceRouteModifiersOrBuilder- Returns:
- The avoidFerries.
-
getAvoidIndoor
public boolean getAvoidIndoor()
When set to true, avoids navigating indoors where reasonable, giving preference to routes not containing indoor navigation. Applies only to the `WALK` [RouteTravelMode][google.maps.routing.v2.RouteTravelMode].
bool avoid_indoor = 4;- Specified by:
getAvoidIndoorin interfaceRouteModifiersOrBuilder- Returns:
- The avoidIndoor.
-
hasVehicleInfo
public boolean hasVehicleInfo()
Specifies the vehicle information.
.google.maps.routing.v2.VehicleInfo vehicle_info = 5;- Specified by:
hasVehicleInfoin interfaceRouteModifiersOrBuilder- Returns:
- Whether the vehicleInfo field is set.
-
getVehicleInfo
public VehicleInfo getVehicleInfo()
Specifies the vehicle information.
.google.maps.routing.v2.VehicleInfo vehicle_info = 5;- Specified by:
getVehicleInfoin interfaceRouteModifiersOrBuilder- Returns:
- The vehicleInfo.
-
getVehicleInfoOrBuilder
public VehicleInfoOrBuilder getVehicleInfoOrBuilder()
Specifies the vehicle information.
.google.maps.routing.v2.VehicleInfo vehicle_info = 5;- Specified by:
getVehicleInfoOrBuilderin interfaceRouteModifiersOrBuilder
-
getTollPassesList
public List<TollPass> getTollPassesList()
Encapsulates information about toll passes. If toll passes are provided, the API tries to return the pass price. If toll passes are not provided, the API treats the toll pass as unknown and tries to return the cash price. Applies only to the `DRIVE` and `TWO_WHEELER` [RouteTravelMode][google.maps.routing.v2.RouteTravelMode].
repeated .google.maps.routing.v2.TollPass toll_passes = 6;- Specified by:
getTollPassesListin interfaceRouteModifiersOrBuilder- Returns:
- A list containing the tollPasses.
-
getTollPassesCount
public int getTollPassesCount()
Encapsulates information about toll passes. If toll passes are provided, the API tries to return the pass price. If toll passes are not provided, the API treats the toll pass as unknown and tries to return the cash price. Applies only to the `DRIVE` and `TWO_WHEELER` [RouteTravelMode][google.maps.routing.v2.RouteTravelMode].
repeated .google.maps.routing.v2.TollPass toll_passes = 6;- Specified by:
getTollPassesCountin interfaceRouteModifiersOrBuilder- Returns:
- The count of tollPasses.
-
getTollPasses
public TollPass getTollPasses(int index)
Encapsulates information about toll passes. If toll passes are provided, the API tries to return the pass price. If toll passes are not provided, the API treats the toll pass as unknown and tries to return the cash price. Applies only to the `DRIVE` and `TWO_WHEELER` [RouteTravelMode][google.maps.routing.v2.RouteTravelMode].
repeated .google.maps.routing.v2.TollPass toll_passes = 6;- Specified by:
getTollPassesin interfaceRouteModifiersOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The tollPasses at the given index.
-
getTollPassesValueList
public List<Integer> getTollPassesValueList()
Encapsulates information about toll passes. If toll passes are provided, the API tries to return the pass price. If toll passes are not provided, the API treats the toll pass as unknown and tries to return the cash price. Applies only to the `DRIVE` and `TWO_WHEELER` [RouteTravelMode][google.maps.routing.v2.RouteTravelMode].
repeated .google.maps.routing.v2.TollPass toll_passes = 6;- Specified by:
getTollPassesValueListin interfaceRouteModifiersOrBuilder- Returns:
- A list containing the enum numeric values on the wire for tollPasses.
-
getTollPassesValue
public int getTollPassesValue(int index)
Encapsulates information about toll passes. If toll passes are provided, the API tries to return the pass price. If toll passes are not provided, the API treats the toll pass as unknown and tries to return the cash price. Applies only to the `DRIVE` and `TWO_WHEELER` [RouteTravelMode][google.maps.routing.v2.RouteTravelMode].
repeated .google.maps.routing.v2.TollPass toll_passes = 6;- Specified by:
getTollPassesValuein interfaceRouteModifiersOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of tollPasses at the given index.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static RouteModifiers parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteModifiers parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteModifiers parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteModifiers parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteModifiers parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteModifiers parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteModifiers parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteModifiers parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RouteModifiers parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RouteModifiers parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteModifiers parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteModifiers parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public RouteModifiers.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static RouteModifiers.Builder newBuilder()
-
newBuilder
public static RouteModifiers.Builder newBuilder(RouteModifiers prototype)
-
toBuilder
public RouteModifiers.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected RouteModifiers.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static RouteModifiers getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<RouteModifiers> parser()
-
getParserForType
public com.google.protobuf.Parser<RouteModifiers> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public RouteModifiers getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-