Class 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 type google.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
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • 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 class com.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 class com.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 interface RouteModifiersOrBuilder
        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 interface RouteModifiersOrBuilder
        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 interface RouteModifiersOrBuilder
        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 interface RouteModifiersOrBuilder
        Returns:
        The avoidIndoor.
      • hasVehicleInfo

        public boolean hasVehicleInfo()
         Specifies the vehicle information.
         
        .google.maps.routing.v2.VehicleInfo vehicle_info = 5;
        Specified by:
        hasVehicleInfo in interface RouteModifiersOrBuilder
        Returns:
        Whether the vehicleInfo field is set.
      • 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 interface RouteModifiersOrBuilder
        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 interface RouteModifiersOrBuilder
        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 interface RouteModifiersOrBuilder
        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 interface RouteModifiersOrBuilder
        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 interface RouteModifiersOrBuilder
        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 interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • 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.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

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

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.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​(com.google.protobuf.CodedInputStream input,
                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                        throws IOException
        Throws:
        IOException
      • newBuilderForType

        public RouteModifiers.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public RouteModifiers.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected RouteModifiers.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.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 interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public RouteModifiers getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder