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 class
RouteModifiers.Builder
Encapsulates 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 int
AVOID_FERRIES_FIELD_NUMBER
static int
AVOID_HIGHWAYS_FIELD_NUMBER
static int
AVOID_INDOOR_FIELD_NUMBER
static int
AVOID_TOLLS_FIELD_NUMBER
static int
TOLL_PASSES_FIELD_NUMBER
static int
VEHICLE_INFO_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
boolean
getAvoidFerries()
When set to true, avoids ferries where reasonable, giving preference to routes not containing ferries.boolean
getAvoidHighways()
When set to true, avoids highways where reasonable, giving preference to routes not containing highways.boolean
getAvoidIndoor()
When set to true, avoids navigating indoors where reasonable, giving preference to routes not containing indoor navigation.boolean
getAvoidTolls()
When set to true, avoids toll roads where reasonable, giving preference to routes not containing toll roads.static RouteModifiers
getDefaultInstance()
RouteModifiers
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Parser<RouteModifiers>
getParserForType()
int
getSerializedSize()
TollPass
getTollPasses(int index)
Encapsulates information about toll passes.int
getTollPassesCount()
Encapsulates information about toll passes.List<TollPass>
getTollPassesList()
Encapsulates information about toll passes.int
getTollPassesValue(int index)
Encapsulates information about toll passes.List<Integer>
getTollPassesValueList()
Encapsulates information about toll passes.VehicleInfo
getVehicleInfo()
Specifies the vehicle information.VehicleInfoOrBuilder
getVehicleInfoOrBuilder()
Specifies the vehicle information.int
hashCode()
boolean
hasVehicleInfo()
Specifies the vehicle information.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static RouteModifiers.Builder
newBuilder()
static RouteModifiers.Builder
newBuilder(RouteModifiers prototype)
RouteModifiers.Builder
newBuilderForType()
protected RouteModifiers.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static RouteModifiers
parseDelimitedFrom(InputStream input)
static RouteModifiers
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteModifiers
parseFrom(byte[] data)
static RouteModifiers
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteModifiers
parseFrom(com.google.protobuf.ByteString data)
static RouteModifiers
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteModifiers
parseFrom(com.google.protobuf.CodedInputStream input)
static RouteModifiers
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteModifiers
parseFrom(InputStream input)
static RouteModifiers
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteModifiers
parseFrom(ByteBuffer data)
static RouteModifiers
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<RouteModifiers>
parser()
RouteModifiers.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
-
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:
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
-
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:
getAvoidTolls
in 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:
getAvoidHighways
in 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:
getAvoidFerries
in 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:
getAvoidIndoor
in interfaceRouteModifiersOrBuilder
- Returns:
- The avoidIndoor.
-
hasVehicleInfo
public boolean hasVehicleInfo()
Specifies the vehicle information.
.google.maps.routing.v2.VehicleInfo vehicle_info = 5;
- Specified by:
hasVehicleInfo
in 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:
getVehicleInfo
in interfaceRouteModifiersOrBuilder
- Returns:
- The vehicleInfo.
-
getVehicleInfoOrBuilder
public VehicleInfoOrBuilder getVehicleInfoOrBuilder()
Specifies the vehicle information.
.google.maps.routing.v2.VehicleInfo vehicle_info = 5;
- Specified by:
getVehicleInfoOrBuilder
in 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:
getTollPassesList
in 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:
getTollPassesCount
in 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:
getTollPasses
in 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:
getTollPassesValueList
in 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:
getTollPassesValue
in 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:
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 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:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in 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:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected RouteModifiers.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in 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:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public RouteModifiers getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-