com.google.maps.routing.v2.RouteTravelAdvisory Maven / Gradle / Ivy
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/maps/routing/v2/route.proto
// Protobuf Java Version: 3.25.3
package com.google.maps.routing.v2;
/**
*
*
*
* Contains the additional information that the user should be informed
* about, such as possible traffic zone restrictions.
*
*
* Protobuf type {@code google.maps.routing.v2.RouteTravelAdvisory}
*/
public final class RouteTravelAdvisory extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.maps.routing.v2.RouteTravelAdvisory)
RouteTravelAdvisoryOrBuilder {
private static final long serialVersionUID = 0L;
// Use RouteTravelAdvisory.newBuilder() to construct.
private RouteTravelAdvisory(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private RouteTravelAdvisory() {
speedReadingIntervals_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new RouteTravelAdvisory();
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.maps.routing.v2.RouteProto
.internal_static_google_maps_routing_v2_RouteTravelAdvisory_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.maps.routing.v2.RouteProto
.internal_static_google_maps_routing_v2_RouteTravelAdvisory_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.maps.routing.v2.RouteTravelAdvisory.class,
com.google.maps.routing.v2.RouteTravelAdvisory.Builder.class);
}
private int bitField0_;
public static final int TOLL_INFO_FIELD_NUMBER = 2;
private com.google.maps.routing.v2.TollInfo tollInfo_;
/**
*
*
*
* Contains information about tolls on the route. This field is only populated
* if tolls are expected on the route. If this field is set, but the
* `estimatedPrice` subfield is not populated, then the route contains tolls,
* but the estimated price is unknown. If this field is not set, then there
* are no tolls expected on the route.
*
*
* .google.maps.routing.v2.TollInfo toll_info = 2;
*
* @return Whether the tollInfo field is set.
*/
@java.lang.Override
public boolean hasTollInfo() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*
*
* Contains information about tolls on the route. This field is only populated
* if tolls are expected on the route. If this field is set, but the
* `estimatedPrice` subfield is not populated, then the route contains tolls,
* but the estimated price is unknown. If this field is not set, then there
* are no tolls expected on the route.
*
*
* .google.maps.routing.v2.TollInfo toll_info = 2;
*
* @return The tollInfo.
*/
@java.lang.Override
public com.google.maps.routing.v2.TollInfo getTollInfo() {
return tollInfo_ == null ? com.google.maps.routing.v2.TollInfo.getDefaultInstance() : tollInfo_;
}
/**
*
*
*
* Contains information about tolls on the route. This field is only populated
* if tolls are expected on the route. If this field is set, but the
* `estimatedPrice` subfield is not populated, then the route contains tolls,
* but the estimated price is unknown. If this field is not set, then there
* are no tolls expected on the route.
*
*
* .google.maps.routing.v2.TollInfo toll_info = 2;
*/
@java.lang.Override
public com.google.maps.routing.v2.TollInfoOrBuilder getTollInfoOrBuilder() {
return tollInfo_ == null ? com.google.maps.routing.v2.TollInfo.getDefaultInstance() : tollInfo_;
}
public static final int SPEED_READING_INTERVALS_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private java.util.List speedReadingIntervals_;
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*/
@java.lang.Override
public java.util.List
getSpeedReadingIntervalsList() {
return speedReadingIntervals_;
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*/
@java.lang.Override
public java.util.List extends com.google.maps.routing.v2.SpeedReadingIntervalOrBuilder>
getSpeedReadingIntervalsOrBuilderList() {
return speedReadingIntervals_;
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*/
@java.lang.Override
public int getSpeedReadingIntervalsCount() {
return speedReadingIntervals_.size();
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*/
@java.lang.Override
public com.google.maps.routing.v2.SpeedReadingInterval getSpeedReadingIntervals(int index) {
return speedReadingIntervals_.get(index);
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*/
@java.lang.Override
public com.google.maps.routing.v2.SpeedReadingIntervalOrBuilder getSpeedReadingIntervalsOrBuilder(
int index) {
return speedReadingIntervals_.get(index);
}
public static final int FUEL_CONSUMPTION_MICROLITERS_FIELD_NUMBER = 5;
private long fuelConsumptionMicroliters_ = 0L;
/**
*
*
*
* The predicted fuel consumption in microliters.
*
*
* int64 fuel_consumption_microliters = 5;
*
* @return The fuelConsumptionMicroliters.
*/
@java.lang.Override
public long getFuelConsumptionMicroliters() {
return fuelConsumptionMicroliters_;
}
public static final int ROUTE_RESTRICTIONS_PARTIALLY_IGNORED_FIELD_NUMBER = 6;
private boolean routeRestrictionsPartiallyIgnored_ = false;
/**
*
*
*
* Returned route may have restrictions that are not suitable for requested
* travel mode or route modifiers.
*
*
* bool route_restrictions_partially_ignored = 6;
*
* @return The routeRestrictionsPartiallyIgnored.
*/
@java.lang.Override
public boolean getRouteRestrictionsPartiallyIgnored() {
return routeRestrictionsPartiallyIgnored_;
}
public static final int TRANSIT_FARE_FIELD_NUMBER = 7;
private com.google.type.Money transitFare_;
/**
*
*
*
* If present, contains the total fare or ticket costs on this route
* This property is only returned for `TRANSIT` requests and only
* for routes where fare information is available for all transit steps.
*
*
* .google.type.Money transit_fare = 7;
*
* @return Whether the transitFare field is set.
*/
@java.lang.Override
public boolean hasTransitFare() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
*
*
* If present, contains the total fare or ticket costs on this route
* This property is only returned for `TRANSIT` requests and only
* for routes where fare information is available for all transit steps.
*
*
* .google.type.Money transit_fare = 7;
*
* @return The transitFare.
*/
@java.lang.Override
public com.google.type.Money getTransitFare() {
return transitFare_ == null ? com.google.type.Money.getDefaultInstance() : transitFare_;
}
/**
*
*
*
* If present, contains the total fare or ticket costs on this route
* This property is only returned for `TRANSIT` requests and only
* for routes where fare information is available for all transit steps.
*
*
* .google.type.Money transit_fare = 7;
*/
@java.lang.Override
public com.google.type.MoneyOrBuilder getTransitFareOrBuilder() {
return transitFare_ == null ? com.google.type.Money.getDefaultInstance() : transitFare_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(2, getTollInfo());
}
for (int i = 0; i < speedReadingIntervals_.size(); i++) {
output.writeMessage(3, speedReadingIntervals_.get(i));
}
if (fuelConsumptionMicroliters_ != 0L) {
output.writeInt64(5, fuelConsumptionMicroliters_);
}
if (routeRestrictionsPartiallyIgnored_ != false) {
output.writeBool(6, routeRestrictionsPartiallyIgnored_);
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeMessage(7, getTransitFare());
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getTollInfo());
}
for (int i = 0; i < speedReadingIntervals_.size(); i++) {
size +=
com.google.protobuf.CodedOutputStream.computeMessageSize(
3, speedReadingIntervals_.get(i));
}
if (fuelConsumptionMicroliters_ != 0L) {
size +=
com.google.protobuf.CodedOutputStream.computeInt64Size(5, fuelConsumptionMicroliters_);
}
if (routeRestrictionsPartiallyIgnored_ != false) {
size +=
com.google.protobuf.CodedOutputStream.computeBoolSize(
6, routeRestrictionsPartiallyIgnored_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getTransitFare());
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.google.maps.routing.v2.RouteTravelAdvisory)) {
return super.equals(obj);
}
com.google.maps.routing.v2.RouteTravelAdvisory other =
(com.google.maps.routing.v2.RouteTravelAdvisory) obj;
if (hasTollInfo() != other.hasTollInfo()) return false;
if (hasTollInfo()) {
if (!getTollInfo().equals(other.getTollInfo())) return false;
}
if (!getSpeedReadingIntervalsList().equals(other.getSpeedReadingIntervalsList())) return false;
if (getFuelConsumptionMicroliters() != other.getFuelConsumptionMicroliters()) return false;
if (getRouteRestrictionsPartiallyIgnored() != other.getRouteRestrictionsPartiallyIgnored())
return false;
if (hasTransitFare() != other.hasTransitFare()) return false;
if (hasTransitFare()) {
if (!getTransitFare().equals(other.getTransitFare())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasTollInfo()) {
hash = (37 * hash) + TOLL_INFO_FIELD_NUMBER;
hash = (53 * hash) + getTollInfo().hashCode();
}
if (getSpeedReadingIntervalsCount() > 0) {
hash = (37 * hash) + SPEED_READING_INTERVALS_FIELD_NUMBER;
hash = (53 * hash) + getSpeedReadingIntervalsList().hashCode();
}
hash = (37 * hash) + FUEL_CONSUMPTION_MICROLITERS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getFuelConsumptionMicroliters());
hash = (37 * hash) + ROUTE_RESTRICTIONS_PARTIALLY_IGNORED_FIELD_NUMBER;
hash =
(53 * hash)
+ com.google.protobuf.Internal.hashBoolean(getRouteRestrictionsPartiallyIgnored());
if (hasTransitFare()) {
hash = (37 * hash) + TRANSIT_FARE_FIELD_NUMBER;
hash = (53 * hash) + getTransitFare().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.maps.routing.v2.RouteTravelAdvisory parseFrom(java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.maps.routing.v2.RouteTravelAdvisory parseFrom(
java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.maps.routing.v2.RouteTravelAdvisory parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.maps.routing.v2.RouteTravelAdvisory parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.maps.routing.v2.RouteTravelAdvisory parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.maps.routing.v2.RouteTravelAdvisory parseFrom(
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.maps.routing.v2.RouteTravelAdvisory parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.maps.routing.v2.RouteTravelAdvisory parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.maps.routing.v2.RouteTravelAdvisory parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.maps.routing.v2.RouteTravelAdvisory parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.maps.routing.v2.RouteTravelAdvisory parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.maps.routing.v2.RouteTravelAdvisory parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() {
return newBuilder();
}
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.google.maps.routing.v2.RouteTravelAdvisory prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
*
*
* Contains the additional information that the user should be informed
* about, such as possible traffic zone restrictions.
*
*
* Protobuf type {@code google.maps.routing.v2.RouteTravelAdvisory}
*/
public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.maps.routing.v2.RouteTravelAdvisory)
com.google.maps.routing.v2.RouteTravelAdvisoryOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.maps.routing.v2.RouteProto
.internal_static_google_maps_routing_v2_RouteTravelAdvisory_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.maps.routing.v2.RouteProto
.internal_static_google_maps_routing_v2_RouteTravelAdvisory_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.maps.routing.v2.RouteTravelAdvisory.class,
com.google.maps.routing.v2.RouteTravelAdvisory.Builder.class);
}
// Construct using com.google.maps.routing.v2.RouteTravelAdvisory.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
getTollInfoFieldBuilder();
getSpeedReadingIntervalsFieldBuilder();
getTransitFareFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
tollInfo_ = null;
if (tollInfoBuilder_ != null) {
tollInfoBuilder_.dispose();
tollInfoBuilder_ = null;
}
if (speedReadingIntervalsBuilder_ == null) {
speedReadingIntervals_ = java.util.Collections.emptyList();
} else {
speedReadingIntervals_ = null;
speedReadingIntervalsBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000002);
fuelConsumptionMicroliters_ = 0L;
routeRestrictionsPartiallyIgnored_ = false;
transitFare_ = null;
if (transitFareBuilder_ != null) {
transitFareBuilder_.dispose();
transitFareBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.maps.routing.v2.RouteProto
.internal_static_google_maps_routing_v2_RouteTravelAdvisory_descriptor;
}
@java.lang.Override
public com.google.maps.routing.v2.RouteTravelAdvisory getDefaultInstanceForType() {
return com.google.maps.routing.v2.RouteTravelAdvisory.getDefaultInstance();
}
@java.lang.Override
public com.google.maps.routing.v2.RouteTravelAdvisory build() {
com.google.maps.routing.v2.RouteTravelAdvisory result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.maps.routing.v2.RouteTravelAdvisory buildPartial() {
com.google.maps.routing.v2.RouteTravelAdvisory result =
new com.google.maps.routing.v2.RouteTravelAdvisory(this);
buildPartialRepeatedFields(result);
if (bitField0_ != 0) {
buildPartial0(result);
}
onBuilt();
return result;
}
private void buildPartialRepeatedFields(com.google.maps.routing.v2.RouteTravelAdvisory result) {
if (speedReadingIntervalsBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0)) {
speedReadingIntervals_ = java.util.Collections.unmodifiableList(speedReadingIntervals_);
bitField0_ = (bitField0_ & ~0x00000002);
}
result.speedReadingIntervals_ = speedReadingIntervals_;
} else {
result.speedReadingIntervals_ = speedReadingIntervalsBuilder_.build();
}
}
private void buildPartial0(com.google.maps.routing.v2.RouteTravelAdvisory result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.tollInfo_ = tollInfoBuilder_ == null ? tollInfo_ : tollInfoBuilder_.build();
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.fuelConsumptionMicroliters_ = fuelConsumptionMicroliters_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.routeRestrictionsPartiallyIgnored_ = routeRestrictionsPartiallyIgnored_;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.transitFare_ =
transitFareBuilder_ == null ? transitFare_ : transitFareBuilder_.build();
to_bitField0_ |= 0x00000002;
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.maps.routing.v2.RouteTravelAdvisory) {
return mergeFrom((com.google.maps.routing.v2.RouteTravelAdvisory) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.maps.routing.v2.RouteTravelAdvisory other) {
if (other == com.google.maps.routing.v2.RouteTravelAdvisory.getDefaultInstance()) return this;
if (other.hasTollInfo()) {
mergeTollInfo(other.getTollInfo());
}
if (speedReadingIntervalsBuilder_ == null) {
if (!other.speedReadingIntervals_.isEmpty()) {
if (speedReadingIntervals_.isEmpty()) {
speedReadingIntervals_ = other.speedReadingIntervals_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureSpeedReadingIntervalsIsMutable();
speedReadingIntervals_.addAll(other.speedReadingIntervals_);
}
onChanged();
}
} else {
if (!other.speedReadingIntervals_.isEmpty()) {
if (speedReadingIntervalsBuilder_.isEmpty()) {
speedReadingIntervalsBuilder_.dispose();
speedReadingIntervalsBuilder_ = null;
speedReadingIntervals_ = other.speedReadingIntervals_;
bitField0_ = (bitField0_ & ~0x00000002);
speedReadingIntervalsBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
? getSpeedReadingIntervalsFieldBuilder()
: null;
} else {
speedReadingIntervalsBuilder_.addAllMessages(other.speedReadingIntervals_);
}
}
}
if (other.getFuelConsumptionMicroliters() != 0L) {
setFuelConsumptionMicroliters(other.getFuelConsumptionMicroliters());
}
if (other.getRouteRestrictionsPartiallyIgnored() != false) {
setRouteRestrictionsPartiallyIgnored(other.getRouteRestrictionsPartiallyIgnored());
}
if (other.hasTransitFare()) {
mergeTransitFare(other.getTransitFare());
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 18:
{
input.readMessage(getTollInfoFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000001;
break;
} // case 18
case 26:
{
com.google.maps.routing.v2.SpeedReadingInterval m =
input.readMessage(
com.google.maps.routing.v2.SpeedReadingInterval.parser(),
extensionRegistry);
if (speedReadingIntervalsBuilder_ == null) {
ensureSpeedReadingIntervalsIsMutable();
speedReadingIntervals_.add(m);
} else {
speedReadingIntervalsBuilder_.addMessage(m);
}
break;
} // case 26
case 40:
{
fuelConsumptionMicroliters_ = input.readInt64();
bitField0_ |= 0x00000004;
break;
} // case 40
case 48:
{
routeRestrictionsPartiallyIgnored_ = input.readBool();
bitField0_ |= 0x00000008;
break;
} // case 48
case 58:
{
input.readMessage(getTransitFareFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000010;
break;
} // case 58
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private com.google.maps.routing.v2.TollInfo tollInfo_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.maps.routing.v2.TollInfo,
com.google.maps.routing.v2.TollInfo.Builder,
com.google.maps.routing.v2.TollInfoOrBuilder>
tollInfoBuilder_;
/**
*
*
*
* Contains information about tolls on the route. This field is only populated
* if tolls are expected on the route. If this field is set, but the
* `estimatedPrice` subfield is not populated, then the route contains tolls,
* but the estimated price is unknown. If this field is not set, then there
* are no tolls expected on the route.
*
*
* .google.maps.routing.v2.TollInfo toll_info = 2;
*
* @return Whether the tollInfo field is set.
*/
public boolean hasTollInfo() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*
*
* Contains information about tolls on the route. This field is only populated
* if tolls are expected on the route. If this field is set, but the
* `estimatedPrice` subfield is not populated, then the route contains tolls,
* but the estimated price is unknown. If this field is not set, then there
* are no tolls expected on the route.
*
*
* .google.maps.routing.v2.TollInfo toll_info = 2;
*
* @return The tollInfo.
*/
public com.google.maps.routing.v2.TollInfo getTollInfo() {
if (tollInfoBuilder_ == null) {
return tollInfo_ == null
? com.google.maps.routing.v2.TollInfo.getDefaultInstance()
: tollInfo_;
} else {
return tollInfoBuilder_.getMessage();
}
}
/**
*
*
*
* Contains information about tolls on the route. This field is only populated
* if tolls are expected on the route. If this field is set, but the
* `estimatedPrice` subfield is not populated, then the route contains tolls,
* but the estimated price is unknown. If this field is not set, then there
* are no tolls expected on the route.
*
*
* .google.maps.routing.v2.TollInfo toll_info = 2;
*/
public Builder setTollInfo(com.google.maps.routing.v2.TollInfo value) {
if (tollInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
tollInfo_ = value;
} else {
tollInfoBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*
*
* Contains information about tolls on the route. This field is only populated
* if tolls are expected on the route. If this field is set, but the
* `estimatedPrice` subfield is not populated, then the route contains tolls,
* but the estimated price is unknown. If this field is not set, then there
* are no tolls expected on the route.
*
*
* .google.maps.routing.v2.TollInfo toll_info = 2;
*/
public Builder setTollInfo(com.google.maps.routing.v2.TollInfo.Builder builderForValue) {
if (tollInfoBuilder_ == null) {
tollInfo_ = builderForValue.build();
} else {
tollInfoBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*
*
* Contains information about tolls on the route. This field is only populated
* if tolls are expected on the route. If this field is set, but the
* `estimatedPrice` subfield is not populated, then the route contains tolls,
* but the estimated price is unknown. If this field is not set, then there
* are no tolls expected on the route.
*
*
* .google.maps.routing.v2.TollInfo toll_info = 2;
*/
public Builder mergeTollInfo(com.google.maps.routing.v2.TollInfo value) {
if (tollInfoBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)
&& tollInfo_ != null
&& tollInfo_ != com.google.maps.routing.v2.TollInfo.getDefaultInstance()) {
getTollInfoBuilder().mergeFrom(value);
} else {
tollInfo_ = value;
}
} else {
tollInfoBuilder_.mergeFrom(value);
}
if (tollInfo_ != null) {
bitField0_ |= 0x00000001;
onChanged();
}
return this;
}
/**
*
*
*
* Contains information about tolls on the route. This field is only populated
* if tolls are expected on the route. If this field is set, but the
* `estimatedPrice` subfield is not populated, then the route contains tolls,
* but the estimated price is unknown. If this field is not set, then there
* are no tolls expected on the route.
*
*
* .google.maps.routing.v2.TollInfo toll_info = 2;
*/
public Builder clearTollInfo() {
bitField0_ = (bitField0_ & ~0x00000001);
tollInfo_ = null;
if (tollInfoBuilder_ != null) {
tollInfoBuilder_.dispose();
tollInfoBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*
*
* Contains information about tolls on the route. This field is only populated
* if tolls are expected on the route. If this field is set, but the
* `estimatedPrice` subfield is not populated, then the route contains tolls,
* but the estimated price is unknown. If this field is not set, then there
* are no tolls expected on the route.
*
*
* .google.maps.routing.v2.TollInfo toll_info = 2;
*/
public com.google.maps.routing.v2.TollInfo.Builder getTollInfoBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getTollInfoFieldBuilder().getBuilder();
}
/**
*
*
*
* Contains information about tolls on the route. This field is only populated
* if tolls are expected on the route. If this field is set, but the
* `estimatedPrice` subfield is not populated, then the route contains tolls,
* but the estimated price is unknown. If this field is not set, then there
* are no tolls expected on the route.
*
*
* .google.maps.routing.v2.TollInfo toll_info = 2;
*/
public com.google.maps.routing.v2.TollInfoOrBuilder getTollInfoOrBuilder() {
if (tollInfoBuilder_ != null) {
return tollInfoBuilder_.getMessageOrBuilder();
} else {
return tollInfo_ == null
? com.google.maps.routing.v2.TollInfo.getDefaultInstance()
: tollInfo_;
}
}
/**
*
*
*
* Contains information about tolls on the route. This field is only populated
* if tolls are expected on the route. If this field is set, but the
* `estimatedPrice` subfield is not populated, then the route contains tolls,
* but the estimated price is unknown. If this field is not set, then there
* are no tolls expected on the route.
*
*
* .google.maps.routing.v2.TollInfo toll_info = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.maps.routing.v2.TollInfo,
com.google.maps.routing.v2.TollInfo.Builder,
com.google.maps.routing.v2.TollInfoOrBuilder>
getTollInfoFieldBuilder() {
if (tollInfoBuilder_ == null) {
tollInfoBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
com.google.maps.routing.v2.TollInfo,
com.google.maps.routing.v2.TollInfo.Builder,
com.google.maps.routing.v2.TollInfoOrBuilder>(
getTollInfo(), getParentForChildren(), isClean());
tollInfo_ = null;
}
return tollInfoBuilder_;
}
private java.util.List speedReadingIntervals_ =
java.util.Collections.emptyList();
private void ensureSpeedReadingIntervalsIsMutable() {
if (!((bitField0_ & 0x00000002) != 0)) {
speedReadingIntervals_ =
new java.util.ArrayList(
speedReadingIntervals_);
bitField0_ |= 0x00000002;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.google.maps.routing.v2.SpeedReadingInterval,
com.google.maps.routing.v2.SpeedReadingInterval.Builder,
com.google.maps.routing.v2.SpeedReadingIntervalOrBuilder>
speedReadingIntervalsBuilder_;
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public java.util.List
getSpeedReadingIntervalsList() {
if (speedReadingIntervalsBuilder_ == null) {
return java.util.Collections.unmodifiableList(speedReadingIntervals_);
} else {
return speedReadingIntervalsBuilder_.getMessageList();
}
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public int getSpeedReadingIntervalsCount() {
if (speedReadingIntervalsBuilder_ == null) {
return speedReadingIntervals_.size();
} else {
return speedReadingIntervalsBuilder_.getCount();
}
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public com.google.maps.routing.v2.SpeedReadingInterval getSpeedReadingIntervals(int index) {
if (speedReadingIntervalsBuilder_ == null) {
return speedReadingIntervals_.get(index);
} else {
return speedReadingIntervalsBuilder_.getMessage(index);
}
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public Builder setSpeedReadingIntervals(
int index, com.google.maps.routing.v2.SpeedReadingInterval value) {
if (speedReadingIntervalsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureSpeedReadingIntervalsIsMutable();
speedReadingIntervals_.set(index, value);
onChanged();
} else {
speedReadingIntervalsBuilder_.setMessage(index, value);
}
return this;
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public Builder setSpeedReadingIntervals(
int index, com.google.maps.routing.v2.SpeedReadingInterval.Builder builderForValue) {
if (speedReadingIntervalsBuilder_ == null) {
ensureSpeedReadingIntervalsIsMutable();
speedReadingIntervals_.set(index, builderForValue.build());
onChanged();
} else {
speedReadingIntervalsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public Builder addSpeedReadingIntervals(com.google.maps.routing.v2.SpeedReadingInterval value) {
if (speedReadingIntervalsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureSpeedReadingIntervalsIsMutable();
speedReadingIntervals_.add(value);
onChanged();
} else {
speedReadingIntervalsBuilder_.addMessage(value);
}
return this;
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public Builder addSpeedReadingIntervals(
int index, com.google.maps.routing.v2.SpeedReadingInterval value) {
if (speedReadingIntervalsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureSpeedReadingIntervalsIsMutable();
speedReadingIntervals_.add(index, value);
onChanged();
} else {
speedReadingIntervalsBuilder_.addMessage(index, value);
}
return this;
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public Builder addSpeedReadingIntervals(
com.google.maps.routing.v2.SpeedReadingInterval.Builder builderForValue) {
if (speedReadingIntervalsBuilder_ == null) {
ensureSpeedReadingIntervalsIsMutable();
speedReadingIntervals_.add(builderForValue.build());
onChanged();
} else {
speedReadingIntervalsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public Builder addSpeedReadingIntervals(
int index, com.google.maps.routing.v2.SpeedReadingInterval.Builder builderForValue) {
if (speedReadingIntervalsBuilder_ == null) {
ensureSpeedReadingIntervalsIsMutable();
speedReadingIntervals_.add(index, builderForValue.build());
onChanged();
} else {
speedReadingIntervalsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public Builder addAllSpeedReadingIntervals(
java.lang.Iterable extends com.google.maps.routing.v2.SpeedReadingInterval> values) {
if (speedReadingIntervalsBuilder_ == null) {
ensureSpeedReadingIntervalsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, speedReadingIntervals_);
onChanged();
} else {
speedReadingIntervalsBuilder_.addAllMessages(values);
}
return this;
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public Builder clearSpeedReadingIntervals() {
if (speedReadingIntervalsBuilder_ == null) {
speedReadingIntervals_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
} else {
speedReadingIntervalsBuilder_.clear();
}
return this;
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public Builder removeSpeedReadingIntervals(int index) {
if (speedReadingIntervalsBuilder_ == null) {
ensureSpeedReadingIntervalsIsMutable();
speedReadingIntervals_.remove(index);
onChanged();
} else {
speedReadingIntervalsBuilder_.remove(index);
}
return this;
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public com.google.maps.routing.v2.SpeedReadingInterval.Builder getSpeedReadingIntervalsBuilder(
int index) {
return getSpeedReadingIntervalsFieldBuilder().getBuilder(index);
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public com.google.maps.routing.v2.SpeedReadingIntervalOrBuilder
getSpeedReadingIntervalsOrBuilder(int index) {
if (speedReadingIntervalsBuilder_ == null) {
return speedReadingIntervals_.get(index);
} else {
return speedReadingIntervalsBuilder_.getMessageOrBuilder(index);
}
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public java.util.List extends com.google.maps.routing.v2.SpeedReadingIntervalOrBuilder>
getSpeedReadingIntervalsOrBuilderList() {
if (speedReadingIntervalsBuilder_ != null) {
return speedReadingIntervalsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(speedReadingIntervals_);
}
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public com.google.maps.routing.v2.SpeedReadingInterval.Builder
addSpeedReadingIntervalsBuilder() {
return getSpeedReadingIntervalsFieldBuilder()
.addBuilder(com.google.maps.routing.v2.SpeedReadingInterval.getDefaultInstance());
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public com.google.maps.routing.v2.SpeedReadingInterval.Builder addSpeedReadingIntervalsBuilder(
int index) {
return getSpeedReadingIntervalsFieldBuilder()
.addBuilder(index, com.google.maps.routing.v2.SpeedReadingInterval.getDefaultInstance());
}
/**
*
*
*
* Speed reading intervals detailing traffic density. Applicable in case of
* `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
* The intervals cover the entire polyline of the route without overlap.
* The start point of a specified interval is the same as the end point of the
* preceding interval.
*
* Example:
*
* polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
* speed_reading_intervals: [A,C), [C,D), [D,G).
*
*
* repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 3;
*
*/
public java.util.List
getSpeedReadingIntervalsBuilderList() {
return getSpeedReadingIntervalsFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.google.maps.routing.v2.SpeedReadingInterval,
com.google.maps.routing.v2.SpeedReadingInterval.Builder,
com.google.maps.routing.v2.SpeedReadingIntervalOrBuilder>
getSpeedReadingIntervalsFieldBuilder() {
if (speedReadingIntervalsBuilder_ == null) {
speedReadingIntervalsBuilder_ =
new com.google.protobuf.RepeatedFieldBuilderV3<
com.google.maps.routing.v2.SpeedReadingInterval,
com.google.maps.routing.v2.SpeedReadingInterval.Builder,
com.google.maps.routing.v2.SpeedReadingIntervalOrBuilder>(
speedReadingIntervals_,
((bitField0_ & 0x00000002) != 0),
getParentForChildren(),
isClean());
speedReadingIntervals_ = null;
}
return speedReadingIntervalsBuilder_;
}
private long fuelConsumptionMicroliters_;
/**
*
*
*
* The predicted fuel consumption in microliters.
*
*
* int64 fuel_consumption_microliters = 5;
*
* @return The fuelConsumptionMicroliters.
*/
@java.lang.Override
public long getFuelConsumptionMicroliters() {
return fuelConsumptionMicroliters_;
}
/**
*
*
*
* The predicted fuel consumption in microliters.
*
*
* int64 fuel_consumption_microliters = 5;
*
* @param value The fuelConsumptionMicroliters to set.
* @return This builder for chaining.
*/
public Builder setFuelConsumptionMicroliters(long value) {
fuelConsumptionMicroliters_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*
*
* The predicted fuel consumption in microliters.
*
*
* int64 fuel_consumption_microliters = 5;
*
* @return This builder for chaining.
*/
public Builder clearFuelConsumptionMicroliters() {
bitField0_ = (bitField0_ & ~0x00000004);
fuelConsumptionMicroliters_ = 0L;
onChanged();
return this;
}
private boolean routeRestrictionsPartiallyIgnored_;
/**
*
*
*
* Returned route may have restrictions that are not suitable for requested
* travel mode or route modifiers.
*
*
* bool route_restrictions_partially_ignored = 6;
*
* @return The routeRestrictionsPartiallyIgnored.
*/
@java.lang.Override
public boolean getRouteRestrictionsPartiallyIgnored() {
return routeRestrictionsPartiallyIgnored_;
}
/**
*
*
*
* Returned route may have restrictions that are not suitable for requested
* travel mode or route modifiers.
*
*
* bool route_restrictions_partially_ignored = 6;
*
* @param value The routeRestrictionsPartiallyIgnored to set.
* @return This builder for chaining.
*/
public Builder setRouteRestrictionsPartiallyIgnored(boolean value) {
routeRestrictionsPartiallyIgnored_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*
*
* Returned route may have restrictions that are not suitable for requested
* travel mode or route modifiers.
*
*
* bool route_restrictions_partially_ignored = 6;
*
* @return This builder for chaining.
*/
public Builder clearRouteRestrictionsPartiallyIgnored() {
bitField0_ = (bitField0_ & ~0x00000008);
routeRestrictionsPartiallyIgnored_ = false;
onChanged();
return this;
}
private com.google.type.Money transitFare_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder>
transitFareBuilder_;
/**
*
*
*
* If present, contains the total fare or ticket costs on this route
* This property is only returned for `TRANSIT` requests and only
* for routes where fare information is available for all transit steps.
*
*
* .google.type.Money transit_fare = 7;
*
* @return Whether the transitFare field is set.
*/
public boolean hasTransitFare() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
*
*
*
* If present, contains the total fare or ticket costs on this route
* This property is only returned for `TRANSIT` requests and only
* for routes where fare information is available for all transit steps.
*
*
* .google.type.Money transit_fare = 7;
*
* @return The transitFare.
*/
public com.google.type.Money getTransitFare() {
if (transitFareBuilder_ == null) {
return transitFare_ == null ? com.google.type.Money.getDefaultInstance() : transitFare_;
} else {
return transitFareBuilder_.getMessage();
}
}
/**
*
*
*
* If present, contains the total fare or ticket costs on this route
* This property is only returned for `TRANSIT` requests and only
* for routes where fare information is available for all transit steps.
*
*
* .google.type.Money transit_fare = 7;
*/
public Builder setTransitFare(com.google.type.Money value) {
if (transitFareBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
transitFare_ = value;
} else {
transitFareBuilder_.setMessage(value);
}
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
*
*
*
* If present, contains the total fare or ticket costs on this route
* This property is only returned for `TRANSIT` requests and only
* for routes where fare information is available for all transit steps.
*
*
* .google.type.Money transit_fare = 7;
*/
public Builder setTransitFare(com.google.type.Money.Builder builderForValue) {
if (transitFareBuilder_ == null) {
transitFare_ = builderForValue.build();
} else {
transitFareBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
*
*
*
* If present, contains the total fare or ticket costs on this route
* This property is only returned for `TRANSIT` requests and only
* for routes where fare information is available for all transit steps.
*
*
* .google.type.Money transit_fare = 7;
*/
public Builder mergeTransitFare(com.google.type.Money value) {
if (transitFareBuilder_ == null) {
if (((bitField0_ & 0x00000010) != 0)
&& transitFare_ != null
&& transitFare_ != com.google.type.Money.getDefaultInstance()) {
getTransitFareBuilder().mergeFrom(value);
} else {
transitFare_ = value;
}
} else {
transitFareBuilder_.mergeFrom(value);
}
if (transitFare_ != null) {
bitField0_ |= 0x00000010;
onChanged();
}
return this;
}
/**
*
*
*
* If present, contains the total fare or ticket costs on this route
* This property is only returned for `TRANSIT` requests and only
* for routes where fare information is available for all transit steps.
*
*
* .google.type.Money transit_fare = 7;
*/
public Builder clearTransitFare() {
bitField0_ = (bitField0_ & ~0x00000010);
transitFare_ = null;
if (transitFareBuilder_ != null) {
transitFareBuilder_.dispose();
transitFareBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*
*
* If present, contains the total fare or ticket costs on this route
* This property is only returned for `TRANSIT` requests and only
* for routes where fare information is available for all transit steps.
*
*
* .google.type.Money transit_fare = 7;
*/
public com.google.type.Money.Builder getTransitFareBuilder() {
bitField0_ |= 0x00000010;
onChanged();
return getTransitFareFieldBuilder().getBuilder();
}
/**
*
*
*
* If present, contains the total fare or ticket costs on this route
* This property is only returned for `TRANSIT` requests and only
* for routes where fare information is available for all transit steps.
*
*
* .google.type.Money transit_fare = 7;
*/
public com.google.type.MoneyOrBuilder getTransitFareOrBuilder() {
if (transitFareBuilder_ != null) {
return transitFareBuilder_.getMessageOrBuilder();
} else {
return transitFare_ == null ? com.google.type.Money.getDefaultInstance() : transitFare_;
}
}
/**
*
*
*
* If present, contains the total fare or ticket costs on this route
* This property is only returned for `TRANSIT` requests and only
* for routes where fare information is available for all transit steps.
*
*
* .google.type.Money transit_fare = 7;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder>
getTransitFareFieldBuilder() {
if (transitFareBuilder_ == null) {
transitFareBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
com.google.type.Money,
com.google.type.Money.Builder,
com.google.type.MoneyOrBuilder>(
getTransitFare(), getParentForChildren(), isClean());
transitFare_ = null;
}
return transitFareBuilder_;
}
@java.lang.Override
public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:google.maps.routing.v2.RouteTravelAdvisory)
}
// @@protoc_insertion_point(class_scope:google.maps.routing.v2.RouteTravelAdvisory)
private static final com.google.maps.routing.v2.RouteTravelAdvisory DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.maps.routing.v2.RouteTravelAdvisory();
}
public static com.google.maps.routing.v2.RouteTravelAdvisory getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
@java.lang.Override
public RouteTravelAdvisory parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.google.maps.routing.v2.RouteTravelAdvisory getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy