Package com.google.maps.routing.v2
Class RouteMatrixElement
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.maps.routing.v2.RouteMatrixElement
-
- All Implemented Interfaces:
RouteMatrixElementOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class RouteMatrixElement extends com.google.protobuf.GeneratedMessageV3 implements RouteMatrixElementOrBuilder
Contains route information computed for an origin/destination pair in the ComputeRouteMatrix API. This proto can be streamed to the client.
Protobuf typegoogle.maps.routing.v2.RouteMatrixElement
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RouteMatrixElement.Builder
Contains route information computed for an origin/destination pair in the ComputeRouteMatrix API.static class
RouteMatrixElement.LocalizedValues
Text representations of certain properties.static interface
RouteMatrixElement.LocalizedValuesOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONDITION_FIELD_NUMBER
static int
DESTINATION_INDEX_FIELD_NUMBER
static int
DISTANCE_METERS_FIELD_NUMBER
static int
DURATION_FIELD_NUMBER
static int
FALLBACK_INFO_FIELD_NUMBER
static int
LOCALIZED_VALUES_FIELD_NUMBER
static int
ORIGIN_INDEX_FIELD_NUMBER
static int
STATIC_DURATION_FIELD_NUMBER
static int
STATUS_FIELD_NUMBER
static int
TRAVEL_ADVISORY_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
RouteMatrixElementCondition
getCondition()
Indicates whether the route was found or not.int
getConditionValue()
Indicates whether the route was found or not.static RouteMatrixElement
getDefaultInstance()
RouteMatrixElement
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
int
getDestinationIndex()
Zero-based index of the destination in the request.int
getDistanceMeters()
The travel distance of the route, in meters.com.google.protobuf.Duration
getDuration()
The length of time needed to navigate the route.com.google.protobuf.DurationOrBuilder
getDurationOrBuilder()
The length of time needed to navigate the route.FallbackInfo
getFallbackInfo()
In some cases when the server is not able to compute the route with the given preferences for this particular origin/destination pair, it may fall back to using a different mode of computation.FallbackInfoOrBuilder
getFallbackInfoOrBuilder()
In some cases when the server is not able to compute the route with the given preferences for this particular origin/destination pair, it may fall back to using a different mode of computation.RouteMatrixElement.LocalizedValues
getLocalizedValues()
Text representations of properties of the `RouteMatrixElement`.RouteMatrixElement.LocalizedValuesOrBuilder
getLocalizedValuesOrBuilder()
Text representations of properties of the `RouteMatrixElement`.int
getOriginIndex()
Zero-based index of the origin in the request.com.google.protobuf.Parser<RouteMatrixElement>
getParserForType()
int
getSerializedSize()
com.google.protobuf.Duration
getStaticDuration()
The duration of traveling through the route without taking traffic conditions into consideration.com.google.protobuf.DurationOrBuilder
getStaticDurationOrBuilder()
The duration of traveling through the route without taking traffic conditions into consideration.com.google.rpc.Status
getStatus()
Error status code for this element.com.google.rpc.StatusOrBuilder
getStatusOrBuilder()
Error status code for this element.RouteTravelAdvisory
getTravelAdvisory()
Additional information about the route.RouteTravelAdvisoryOrBuilder
getTravelAdvisoryOrBuilder()
Additional information about the route.boolean
hasDestinationIndex()
Zero-based index of the destination in the request.boolean
hasDuration()
The length of time needed to navigate the route.boolean
hasFallbackInfo()
In some cases when the server is not able to compute the route with the given preferences for this particular origin/destination pair, it may fall back to using a different mode of computation.int
hashCode()
boolean
hasLocalizedValues()
Text representations of properties of the `RouteMatrixElement`.boolean
hasOriginIndex()
Zero-based index of the origin in the request.boolean
hasStaticDuration()
The duration of traveling through the route without taking traffic conditions into consideration.boolean
hasStatus()
Error status code for this element.boolean
hasTravelAdvisory()
Additional information about the route.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static RouteMatrixElement.Builder
newBuilder()
static RouteMatrixElement.Builder
newBuilder(RouteMatrixElement prototype)
RouteMatrixElement.Builder
newBuilderForType()
protected RouteMatrixElement.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static RouteMatrixElement
parseDelimitedFrom(InputStream input)
static RouteMatrixElement
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteMatrixElement
parseFrom(byte[] data)
static RouteMatrixElement
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteMatrixElement
parseFrom(com.google.protobuf.ByteString data)
static RouteMatrixElement
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteMatrixElement
parseFrom(com.google.protobuf.CodedInputStream input)
static RouteMatrixElement
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteMatrixElement
parseFrom(InputStream input)
static RouteMatrixElement
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteMatrixElement
parseFrom(ByteBuffer data)
static RouteMatrixElement
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<RouteMatrixElement>
parser()
RouteMatrixElement.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ORIGIN_INDEX_FIELD_NUMBER
public static final int ORIGIN_INDEX_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DESTINATION_INDEX_FIELD_NUMBER
public static final int DESTINATION_INDEX_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONDITION_FIELD_NUMBER
public static final int CONDITION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISTANCE_METERS_FIELD_NUMBER
public static final int DISTANCE_METERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DURATION_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATIC_DURATION_FIELD_NUMBER
public static final int STATIC_DURATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRAVEL_ADVISORY_FIELD_NUMBER
public static final int TRAVEL_ADVISORY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FALLBACK_INFO_FIELD_NUMBER
public static final int FALLBACK_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOCALIZED_VALUES_FIELD_NUMBER
public static final int LOCALIZED_VALUES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasOriginIndex
public boolean hasOriginIndex()
Zero-based index of the origin in the request.
optional int32 origin_index = 1;
- Specified by:
hasOriginIndex
in interfaceRouteMatrixElementOrBuilder
- Returns:
- Whether the originIndex field is set.
-
getOriginIndex
public int getOriginIndex()
Zero-based index of the origin in the request.
optional int32 origin_index = 1;
- Specified by:
getOriginIndex
in interfaceRouteMatrixElementOrBuilder
- Returns:
- The originIndex.
-
hasDestinationIndex
public boolean hasDestinationIndex()
Zero-based index of the destination in the request.
optional int32 destination_index = 2;
- Specified by:
hasDestinationIndex
in interfaceRouteMatrixElementOrBuilder
- Returns:
- Whether the destinationIndex field is set.
-
getDestinationIndex
public int getDestinationIndex()
Zero-based index of the destination in the request.
optional int32 destination_index = 2;
- Specified by:
getDestinationIndex
in interfaceRouteMatrixElementOrBuilder
- Returns:
- The destinationIndex.
-
hasStatus
public boolean hasStatus()
Error status code for this element.
.google.rpc.Status status = 3;
- Specified by:
hasStatus
in interfaceRouteMatrixElementOrBuilder
- Returns:
- Whether the status field is set.
-
getStatus
public com.google.rpc.Status getStatus()
Error status code for this element.
.google.rpc.Status status = 3;
- Specified by:
getStatus
in interfaceRouteMatrixElementOrBuilder
- Returns:
- The status.
-
getStatusOrBuilder
public com.google.rpc.StatusOrBuilder getStatusOrBuilder()
Error status code for this element.
.google.rpc.Status status = 3;
- Specified by:
getStatusOrBuilder
in interfaceRouteMatrixElementOrBuilder
-
getConditionValue
public int getConditionValue()
Indicates whether the route was found or not. Independent of status.
.google.maps.routing.v2.RouteMatrixElementCondition condition = 9;
- Specified by:
getConditionValue
in interfaceRouteMatrixElementOrBuilder
- Returns:
- The enum numeric value on the wire for condition.
-
getCondition
public RouteMatrixElementCondition getCondition()
Indicates whether the route was found or not. Independent of status.
.google.maps.routing.v2.RouteMatrixElementCondition condition = 9;
- Specified by:
getCondition
in interfaceRouteMatrixElementOrBuilder
- Returns:
- The condition.
-
getDistanceMeters
public int getDistanceMeters()
The travel distance of the route, in meters.
int32 distance_meters = 4;
- Specified by:
getDistanceMeters
in interfaceRouteMatrixElementOrBuilder
- Returns:
- The distanceMeters.
-
hasDuration
public boolean hasDuration()
The length of time needed to navigate the route. If you set the [routing_preference][google.maps.routing.v2.ComputeRouteMatrixRequest.routing_preference] to `TRAFFIC_UNAWARE`, then this value is the same as `static_duration`. If you set the `routing_preference` to either `TRAFFIC_AWARE` or `TRAFFIC_AWARE_OPTIMAL`, then this value is calculated taking traffic conditions into account.
.google.protobuf.Duration duration = 5;
- Specified by:
hasDuration
in interfaceRouteMatrixElementOrBuilder
- Returns:
- Whether the duration field is set.
-
getDuration
public com.google.protobuf.Duration getDuration()
The length of time needed to navigate the route. If you set the [routing_preference][google.maps.routing.v2.ComputeRouteMatrixRequest.routing_preference] to `TRAFFIC_UNAWARE`, then this value is the same as `static_duration`. If you set the `routing_preference` to either `TRAFFIC_AWARE` or `TRAFFIC_AWARE_OPTIMAL`, then this value is calculated taking traffic conditions into account.
.google.protobuf.Duration duration = 5;
- Specified by:
getDuration
in interfaceRouteMatrixElementOrBuilder
- Returns:
- The duration.
-
getDurationOrBuilder
public com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
The length of time needed to navigate the route. If you set the [routing_preference][google.maps.routing.v2.ComputeRouteMatrixRequest.routing_preference] to `TRAFFIC_UNAWARE`, then this value is the same as `static_duration`. If you set the `routing_preference` to either `TRAFFIC_AWARE` or `TRAFFIC_AWARE_OPTIMAL`, then this value is calculated taking traffic conditions into account.
.google.protobuf.Duration duration = 5;
- Specified by:
getDurationOrBuilder
in interfaceRouteMatrixElementOrBuilder
-
hasStaticDuration
public boolean hasStaticDuration()
The duration of traveling through the route without taking traffic conditions into consideration.
.google.protobuf.Duration static_duration = 6;
- Specified by:
hasStaticDuration
in interfaceRouteMatrixElementOrBuilder
- Returns:
- Whether the staticDuration field is set.
-
getStaticDuration
public com.google.protobuf.Duration getStaticDuration()
The duration of traveling through the route without taking traffic conditions into consideration.
.google.protobuf.Duration static_duration = 6;
- Specified by:
getStaticDuration
in interfaceRouteMatrixElementOrBuilder
- Returns:
- The staticDuration.
-
getStaticDurationOrBuilder
public com.google.protobuf.DurationOrBuilder getStaticDurationOrBuilder()
The duration of traveling through the route without taking traffic conditions into consideration.
.google.protobuf.Duration static_duration = 6;
- Specified by:
getStaticDurationOrBuilder
in interfaceRouteMatrixElementOrBuilder
-
hasTravelAdvisory
public boolean hasTravelAdvisory()
Additional information about the route. For example: restriction information and toll information
.google.maps.routing.v2.RouteTravelAdvisory travel_advisory = 7;
- Specified by:
hasTravelAdvisory
in interfaceRouteMatrixElementOrBuilder
- Returns:
- Whether the travelAdvisory field is set.
-
getTravelAdvisory
public RouteTravelAdvisory getTravelAdvisory()
Additional information about the route. For example: restriction information and toll information
.google.maps.routing.v2.RouteTravelAdvisory travel_advisory = 7;
- Specified by:
getTravelAdvisory
in interfaceRouteMatrixElementOrBuilder
- Returns:
- The travelAdvisory.
-
getTravelAdvisoryOrBuilder
public RouteTravelAdvisoryOrBuilder getTravelAdvisoryOrBuilder()
Additional information about the route. For example: restriction information and toll information
.google.maps.routing.v2.RouteTravelAdvisory travel_advisory = 7;
- Specified by:
getTravelAdvisoryOrBuilder
in interfaceRouteMatrixElementOrBuilder
-
hasFallbackInfo
public boolean hasFallbackInfo()
In some cases when the server is not able to compute the route with the given preferences for this particular origin/destination pair, it may fall back to using a different mode of computation. When fallback mode is used, this field contains detailed information about the fallback response. Otherwise this field is unset.
.google.maps.routing.v2.FallbackInfo fallback_info = 8;
- Specified by:
hasFallbackInfo
in interfaceRouteMatrixElementOrBuilder
- Returns:
- Whether the fallbackInfo field is set.
-
getFallbackInfo
public FallbackInfo getFallbackInfo()
In some cases when the server is not able to compute the route with the given preferences for this particular origin/destination pair, it may fall back to using a different mode of computation. When fallback mode is used, this field contains detailed information about the fallback response. Otherwise this field is unset.
.google.maps.routing.v2.FallbackInfo fallback_info = 8;
- Specified by:
getFallbackInfo
in interfaceRouteMatrixElementOrBuilder
- Returns:
- The fallbackInfo.
-
getFallbackInfoOrBuilder
public FallbackInfoOrBuilder getFallbackInfoOrBuilder()
In some cases when the server is not able to compute the route with the given preferences for this particular origin/destination pair, it may fall back to using a different mode of computation. When fallback mode is used, this field contains detailed information about the fallback response. Otherwise this field is unset.
.google.maps.routing.v2.FallbackInfo fallback_info = 8;
- Specified by:
getFallbackInfoOrBuilder
in interfaceRouteMatrixElementOrBuilder
-
hasLocalizedValues
public boolean hasLocalizedValues()
Text representations of properties of the `RouteMatrixElement`.
.google.maps.routing.v2.RouteMatrixElement.LocalizedValues localized_values = 10;
- Specified by:
hasLocalizedValues
in interfaceRouteMatrixElementOrBuilder
- Returns:
- Whether the localizedValues field is set.
-
getLocalizedValues
public RouteMatrixElement.LocalizedValues getLocalizedValues()
Text representations of properties of the `RouteMatrixElement`.
.google.maps.routing.v2.RouteMatrixElement.LocalizedValues localized_values = 10;
- Specified by:
getLocalizedValues
in interfaceRouteMatrixElementOrBuilder
- Returns:
- The localizedValues.
-
getLocalizedValuesOrBuilder
public RouteMatrixElement.LocalizedValuesOrBuilder getLocalizedValuesOrBuilder()
Text representations of properties of the `RouteMatrixElement`.
.google.maps.routing.v2.RouteMatrixElement.LocalizedValues localized_values = 10;
- Specified by:
getLocalizedValuesOrBuilder
in interfaceRouteMatrixElementOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static RouteMatrixElement parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteMatrixElement parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteMatrixElement parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteMatrixElement parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteMatrixElement parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteMatrixElement parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RouteMatrixElement parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteMatrixElement parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RouteMatrixElement parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RouteMatrixElement parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteMatrixElement parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RouteMatrixElement parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public RouteMatrixElement.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static RouteMatrixElement.Builder newBuilder()
-
newBuilder
public static RouteMatrixElement.Builder newBuilder(RouteMatrixElement prototype)
-
toBuilder
public RouteMatrixElement.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected RouteMatrixElement.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static RouteMatrixElement getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<RouteMatrixElement> parser()
-
getParserForType
public com.google.protobuf.Parser<RouteMatrixElement> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public RouteMatrixElement getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-