Waypoint.Builder |
Waypoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Waypoint.Builder |
Waypoint.Builder.clear() |
|
Waypoint.Builder |
Waypoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Waypoint.Builder |
Waypoint.Builder.clearLocation() |
A point specified using geographic coordinates, including an optional
heading.
|
Waypoint.Builder |
Waypoint.Builder.clearLocationType() |
|
Waypoint.Builder |
Waypoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Waypoint.Builder |
Waypoint.Builder.clearPlaceId() |
The POI Place ID associated with the waypoint.
|
Waypoint.Builder |
Waypoint.Builder.clearSideOfRoad() |
Indicates that the location of this waypoint is meant to have a preference
for the vehicle to stop at a particular side of road.
|
Waypoint.Builder |
Waypoint.Builder.clone() |
|
Waypoint.Builder |
Shipment.VisitRequest.Builder.getArrivalWaypointBuilder() |
The waypoint where the vehicle arrives when performing this
`VisitRequest`.
|
Waypoint.Builder |
Shipment.VisitRequest.Builder.getDepartureWaypointBuilder() |
The waypoint where the vehicle departs after completing this
`VisitRequest`.
|
Waypoint.Builder |
Vehicle.Builder.getEndWaypointBuilder() |
Waypoint representing a geographic location where the vehicle ends after
it has completed its last `VisitRequest`.
|
Waypoint.Builder |
Vehicle.Builder.getStartWaypointBuilder() |
Waypoint representing a geographic location where the vehicle starts before
picking up any shipments.
|
Waypoint.Builder |
Waypoint.Builder.mergeFrom(Waypoint other) |
|
Waypoint.Builder |
Waypoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Waypoint.Builder |
Waypoint.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Waypoint.Builder |
Waypoint.Builder.mergeLocation(Location value) |
A point specified using geographic coordinates, including an optional
heading.
|
Waypoint.Builder |
Waypoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Waypoint.Builder |
Waypoint.newBuilder() |
|
static Waypoint.Builder |
Waypoint.newBuilder(Waypoint prototype) |
|
Waypoint.Builder |
Waypoint.newBuilderForType() |
|
protected Waypoint.Builder |
Waypoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Waypoint.Builder |
Waypoint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Waypoint.Builder |
Waypoint.Builder.setLocation(Location value) |
A point specified using geographic coordinates, including an optional
heading.
|
Waypoint.Builder |
Waypoint.Builder.setLocation(Location.Builder builderForValue) |
A point specified using geographic coordinates, including an optional
heading.
|
Waypoint.Builder |
Waypoint.Builder.setPlaceId(String value) |
The POI Place ID associated with the waypoint.
|
Waypoint.Builder |
Waypoint.Builder.setPlaceIdBytes(com.google.protobuf.ByteString value) |
The POI Place ID associated with the waypoint.
|
Waypoint.Builder |
Waypoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Waypoint.Builder |
Waypoint.Builder.setSideOfRoad(boolean value) |
Indicates that the location of this waypoint is meant to have a preference
for the vehicle to stop at a particular side of road.
|
Waypoint.Builder |
Waypoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Waypoint.Builder |
Waypoint.toBuilder() |
|