public interface RouteMatrixOriginOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RouteModifiers |
getRouteModifiers()
Optional.
|
RouteModifiersOrBuilder |
getRouteModifiersOrBuilder()
Optional.
|
Waypoint |
getWaypoint()
Required.
|
WaypointOrBuilder |
getWaypointOrBuilder()
Required.
|
boolean |
hasRouteModifiers()
Optional.
|
boolean |
hasWaypoint()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWaypoint()
Required. Origin waypoint
.google.maps.routing.v2.Waypoint waypoint = 1 [(.google.api.field_behavior) = REQUIRED];
Waypoint getWaypoint()
Required. Origin waypoint
.google.maps.routing.v2.Waypoint waypoint = 1 [(.google.api.field_behavior) = REQUIRED];
WaypointOrBuilder getWaypointOrBuilder()
Required. Origin waypoint
.google.maps.routing.v2.Waypoint waypoint = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasRouteModifiers()
Optional. Modifiers for every route that takes this as the origin
.google.maps.routing.v2.RouteModifiers route_modifiers = 2 [(.google.api.field_behavior) = OPTIONAL];
RouteModifiers getRouteModifiers()
Optional. Modifiers for every route that takes this as the origin
.google.maps.routing.v2.RouteModifiers route_modifiers = 2 [(.google.api.field_behavior) = OPTIONAL];
RouteModifiersOrBuilder getRouteModifiersOrBuilder()
Optional. Modifiers for every route that takes this as the origin
.google.maps.routing.v2.RouteModifiers route_modifiers = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.