Class RouteLeg.Builder

  • All Implemented Interfaces:
    RouteLegOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    RouteLeg

    public static final class RouteLeg.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<RouteLeg.Builder>
    implements RouteLegOrBuilder
     Contains a segment between non-`via` waypoints.
     
    Protobuf type google.maps.routing.v2.RouteLeg
    • Method Detail

      • 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.Builder<RouteLeg.Builder>
      • clear

        public RouteLeg.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<RouteLeg.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RouteLeg.Builder>
      • getDefaultInstanceForType

        public RouteLeg getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public RouteLeg build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public RouteLeg buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public RouteLeg.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<RouteLeg.Builder>
      • setField

        public RouteLeg.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                         Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<RouteLeg.Builder>
      • clearField

        public RouteLeg.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<RouteLeg.Builder>
      • clearOneof

        public RouteLeg.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<RouteLeg.Builder>
      • setRepeatedField

        public RouteLeg.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 int index,
                                                 Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RouteLeg.Builder>
      • addRepeatedField

        public RouteLeg.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RouteLeg.Builder>
      • mergeFrom

        public RouteLeg.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RouteLeg.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RouteLeg.Builder>
      • mergeFrom

        public RouteLeg.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RouteLeg.Builder>
        Throws:
        IOException
      • getDistanceMeters

        public int getDistanceMeters()
         The travel distance of the route leg, in meters.
         
        int32 distance_meters = 1;
        Specified by:
        getDistanceMeters in interface RouteLegOrBuilder
        Returns:
        The distanceMeters.
      • setDistanceMeters

        public RouteLeg.Builder setDistanceMeters​(int value)
         The travel distance of the route leg, in meters.
         
        int32 distance_meters = 1;
        Parameters:
        value - The distanceMeters to set.
        Returns:
        This builder for chaining.
      • clearDistanceMeters

        public RouteLeg.Builder clearDistanceMeters()
         The travel distance of the route leg, in meters.
         
        int32 distance_meters = 1;
        Returns:
        This builder for chaining.
      • 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 interface RouteLegOrBuilder
        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 interface RouteLegOrBuilder
        Returns:
        The duration.
      • setDuration

        public RouteLeg.Builder setDuration​(com.google.protobuf.Duration value)
         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;
      • setDuration

        public RouteLeg.Builder setDuration​(com.google.protobuf.Duration.Builder builderForValue)
         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;
      • mergeDuration

        public RouteLeg.Builder mergeDuration​(com.google.protobuf.Duration value)
         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;
      • clearDuration

        public RouteLeg.Builder clearDuration()
         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;
      • getDurationBuilder

        public com.google.protobuf.Duration.Builder getDurationBuilder()
         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;
      • 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 interface RouteLegOrBuilder
      • 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 interface RouteLegOrBuilder
        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 interface RouteLegOrBuilder
        Returns:
        The staticDuration.
      • setStaticDuration

        public RouteLeg.Builder setStaticDuration​(com.google.protobuf.Duration value)
         The duration of travel through the leg, calculated without taking
         traffic conditions into consideration.
         
        .google.protobuf.Duration static_duration = 3;
      • setStaticDuration

        public RouteLeg.Builder setStaticDuration​(com.google.protobuf.Duration.Builder builderForValue)
         The duration of travel through the leg, calculated without taking
         traffic conditions into consideration.
         
        .google.protobuf.Duration static_duration = 3;
      • mergeStaticDuration

        public RouteLeg.Builder mergeStaticDuration​(com.google.protobuf.Duration value)
         The duration of travel through the leg, calculated without taking
         traffic conditions into consideration.
         
        .google.protobuf.Duration static_duration = 3;
      • clearStaticDuration

        public RouteLeg.Builder clearStaticDuration()
         The duration of travel through the leg, calculated without taking
         traffic conditions into consideration.
         
        .google.protobuf.Duration static_duration = 3;
      • getStaticDurationBuilder

        public com.google.protobuf.Duration.Builder getStaticDurationBuilder()
         The duration of travel through the leg, calculated without taking
         traffic conditions into consideration.
         
        .google.protobuf.Duration static_duration = 3;
      • 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 interface RouteLegOrBuilder
      • 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 interface RouteLegOrBuilder
        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 interface RouteLegOrBuilder
        Returns:
        The polyline.
      • setPolyline

        public RouteLeg.Builder setPolyline​(Polyline value)
         The overall polyline for this leg that includes each `step`'s
         polyline.
         
        .google.maps.routing.v2.Polyline polyline = 4;
      • setPolyline

        public RouteLeg.Builder setPolyline​(Polyline.Builder builderForValue)
         The overall polyline for this leg that includes each `step`'s
         polyline.
         
        .google.maps.routing.v2.Polyline polyline = 4;
      • mergePolyline

        public RouteLeg.Builder mergePolyline​(Polyline value)
         The overall polyline for this leg that includes each `step`'s
         polyline.
         
        .google.maps.routing.v2.Polyline polyline = 4;
      • clearPolyline

        public RouteLeg.Builder clearPolyline()
         The overall polyline for this leg that includes each `step`'s
         polyline.
         
        .google.maps.routing.v2.Polyline polyline = 4;
      • getPolylineBuilder

        public Polyline.Builder getPolylineBuilder()
         The overall polyline for this leg that includes each `step`'s
         polyline.
         
        .google.maps.routing.v2.Polyline polyline = 4;
      • 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 interface RouteLegOrBuilder
        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 interface RouteLegOrBuilder
        Returns:
        The startLocation.
      • setStartLocation

        public RouteLeg.Builder setStartLocation​(Location value)
         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;
      • setStartLocation

        public RouteLeg.Builder setStartLocation​(Location.Builder builderForValue)
         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;
      • mergeStartLocation

        public RouteLeg.Builder mergeStartLocation​(Location value)
         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;
      • clearStartLocation

        public RouteLeg.Builder clearStartLocation()
         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;
      • getStartLocationBuilder

        public Location.Builder getStartLocationBuilder()
         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;
      • 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 interface RouteLegOrBuilder
      • 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 interface RouteLegOrBuilder
        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 interface RouteLegOrBuilder
        Returns:
        The endLocation.
      • setEndLocation

        public RouteLeg.Builder setEndLocation​(Location value)
         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;
      • setEndLocation

        public RouteLeg.Builder setEndLocation​(Location.Builder builderForValue)
         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;
      • mergeEndLocation

        public RouteLeg.Builder mergeEndLocation​(Location value)
         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;
      • clearEndLocation

        public RouteLeg.Builder clearEndLocation()
         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;
      • getEndLocationBuilder

        public Location.Builder getEndLocationBuilder()
         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;
      • 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 interface RouteLegOrBuilder
      • 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 interface RouteLegOrBuilder
      • 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 interface RouteLegOrBuilder
      • 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 interface RouteLegOrBuilder
      • setSteps

        public RouteLeg.Builder setSteps​(int index,
                                         RouteLegStep value)
         An array of steps denoting segments within this leg. Each step represents
         one navigation instruction.
         
        repeated .google.maps.routing.v2.RouteLegStep steps = 7;
      • setSteps

        public RouteLeg.Builder setSteps​(int index,
                                         RouteLegStep.Builder builderForValue)
         An array of steps denoting segments within this leg. Each step represents
         one navigation instruction.
         
        repeated .google.maps.routing.v2.RouteLegStep steps = 7;
      • addSteps

        public RouteLeg.Builder addSteps​(RouteLegStep value)
         An array of steps denoting segments within this leg. Each step represents
         one navigation instruction.
         
        repeated .google.maps.routing.v2.RouteLegStep steps = 7;
      • addSteps

        public RouteLeg.Builder addSteps​(int index,
                                         RouteLegStep value)
         An array of steps denoting segments within this leg. Each step represents
         one navigation instruction.
         
        repeated .google.maps.routing.v2.RouteLegStep steps = 7;
      • addSteps

        public RouteLeg.Builder addSteps​(RouteLegStep.Builder builderForValue)
         An array of steps denoting segments within this leg. Each step represents
         one navigation instruction.
         
        repeated .google.maps.routing.v2.RouteLegStep steps = 7;
      • addSteps

        public RouteLeg.Builder addSteps​(int index,
                                         RouteLegStep.Builder builderForValue)
         An array of steps denoting segments within this leg. Each step represents
         one navigation instruction.
         
        repeated .google.maps.routing.v2.RouteLegStep steps = 7;
      • addAllSteps

        public RouteLeg.Builder addAllSteps​(Iterable<? extends RouteLegStep> values)
         An array of steps denoting segments within this leg. Each step represents
         one navigation instruction.
         
        repeated .google.maps.routing.v2.RouteLegStep steps = 7;
      • clearSteps

        public RouteLeg.Builder clearSteps()
         An array of steps denoting segments within this leg. Each step represents
         one navigation instruction.
         
        repeated .google.maps.routing.v2.RouteLegStep steps = 7;
      • removeSteps

        public RouteLeg.Builder removeSteps​(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;
      • getStepsBuilder

        public RouteLegStep.Builder getStepsBuilder​(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;
      • 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 interface RouteLegOrBuilder
      • 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 interface RouteLegOrBuilder
      • addStepsBuilder

        public RouteLegStep.Builder addStepsBuilder()
         An array of steps denoting segments within this leg. Each step represents
         one navigation instruction.
         
        repeated .google.maps.routing.v2.RouteLegStep steps = 7;
      • addStepsBuilder

        public RouteLegStep.Builder addStepsBuilder​(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;
      • getStepsBuilderList

        public List<RouteLegStep.Builder> getStepsBuilderList()
         An array of steps denoting segments within this leg. Each step represents
         one navigation instruction.
         
        repeated .google.maps.routing.v2.RouteLegStep steps = 7;
      • 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 interface RouteLegOrBuilder
        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 interface RouteLegOrBuilder
        Returns:
        The travelAdvisory.
      • setTravelAdvisory

        public RouteLeg.Builder setTravelAdvisory​(RouteLegTravelAdvisory value)
         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;
      • setTravelAdvisory

        public RouteLeg.Builder setTravelAdvisory​(RouteLegTravelAdvisory.Builder builderForValue)
         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;
      • mergeTravelAdvisory

        public RouteLeg.Builder mergeTravelAdvisory​(RouteLegTravelAdvisory value)
         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;
      • clearTravelAdvisory

        public RouteLeg.Builder clearTravelAdvisory()
         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;
      • getTravelAdvisoryBuilder

        public RouteLegTravelAdvisory.Builder getTravelAdvisoryBuilder()
         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;
      • 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 interface RouteLegOrBuilder
      • hasLocalizedValues

        public boolean hasLocalizedValues()
         Text representations of properties of the `RouteLeg`.
         
        .google.maps.routing.v2.RouteLeg.RouteLegLocalizedValues localized_values = 9;
        Specified by:
        hasLocalizedValues in interface RouteLegOrBuilder
        Returns:
        Whether the localizedValues field is set.
      • setLocalizedValues

        public RouteLeg.Builder setLocalizedValues​(RouteLeg.RouteLegLocalizedValues value)
         Text representations of properties of the `RouteLeg`.
         
        .google.maps.routing.v2.RouteLeg.RouteLegLocalizedValues localized_values = 9;
      • mergeLocalizedValues

        public RouteLeg.Builder mergeLocalizedValues​(RouteLeg.RouteLegLocalizedValues value)
         Text representations of properties of the `RouteLeg`.
         
        .google.maps.routing.v2.RouteLeg.RouteLegLocalizedValues localized_values = 9;
      • clearLocalizedValues

        public RouteLeg.Builder clearLocalizedValues()
         Text representations of properties of the `RouteLeg`.
         
        .google.maps.routing.v2.RouteLeg.RouteLegLocalizedValues localized_values = 9;
      • getLocalizedValuesBuilder

        public RouteLeg.RouteLegLocalizedValues.Builder getLocalizedValuesBuilder()
         Text representations of properties of the `RouteLeg`.
         
        .google.maps.routing.v2.RouteLeg.RouteLegLocalizedValues localized_values = 9;
      • 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 interface RouteLegOrBuilder
        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 interface RouteLegOrBuilder
        Returns:
        The stepsOverview.
      • setStepsOverview

        public RouteLeg.Builder setStepsOverview​(RouteLeg.StepsOverview value)
         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;
      • setStepsOverview

        public RouteLeg.Builder setStepsOverview​(RouteLeg.StepsOverview.Builder builderForValue)
         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;
      • mergeStepsOverview

        public RouteLeg.Builder mergeStepsOverview​(RouteLeg.StepsOverview value)
         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;
      • clearStepsOverview

        public RouteLeg.Builder clearStepsOverview()
         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;
      • getStepsOverviewBuilder

        public RouteLeg.StepsOverview.Builder getStepsOverviewBuilder()
         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;
      • setUnknownFields

        public final RouteLeg.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RouteLeg.Builder>
      • mergeUnknownFields

        public final RouteLeg.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RouteLeg.Builder>