public final class Waypoint extends GeneratedMessageV3 implements WaypointOrBuilder
Encapsulates a waypoint. Waypoints mark arrival and departure locations of
VisitRequests, and start and end locations of Vehicles.
Protobuf type google.cloud.optimization.v1.Waypoint
Static Fields
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
Field Value
PLACE_ID_FIELD_NUMBER
public static final int PLACE_ID_FIELD_NUMBER
Field Value
SIDE_OF_ROAD_FIELD_NUMBER
public static final int SIDE_OF_ROAD_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Waypoint getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Waypoint.Builder newBuilder()
Returns
newBuilder(Waypoint prototype)
public static Waypoint.Builder newBuilder(Waypoint prototype)
Parameter
Returns
public static Waypoint parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Waypoint parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Waypoint parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Waypoint parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Waypoint parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Waypoint parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Waypoint parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Waypoint parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Waypoint parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Waypoint parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Waypoint parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Waypoint parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Waypoint> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Waypoint getDefaultInstanceForType()
Returns
getLocation()
public Location getLocation()
A point specified using geographic coordinates, including an optional
heading.
.google.cloud.optimization.v1.Location location = 1;
Returns
getLocationOrBuilder()
public LocationOrBuilder getLocationOrBuilder()
A point specified using geographic coordinates, including an optional
heading.
.google.cloud.optimization.v1.Location location = 1;
Returns
getLocationTypeCase()
public Waypoint.LocationTypeCase getLocationTypeCase()
Returns
getParserForType()
public Parser<Waypoint> getParserForType()
Returns
Overrides
getPlaceId()
public String getPlaceId()
The POI Place ID associated with the waypoint.
string place_id = 2;
Returns
Type | Description |
String | The placeId.
|
getPlaceIdBytes()
public ByteString getPlaceIdBytes()
The POI Place ID associated with the waypoint.
string place_id = 2;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSideOfRoad()
public boolean getSideOfRoad()
Indicates that the location of this waypoint is meant to have a preference
for the vehicle to stop at a particular side of road. When you set this
value, the route will pass through the location so that the vehicle can
stop at the side of road that the location is biased towards from the
center of the road. This option works only for the 'DRIVING' travel mode,
and when the 'location_type' is set to 'location'.
bool side_of_road = 3;
Returns
Type | Description |
boolean | The sideOfRoad.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasLocation()
public boolean hasLocation()
A point specified using geographic coordinates, including an optional
heading.
.google.cloud.optimization.v1.Location location = 1;
Returns
Type | Description |
boolean | Whether the location field is set.
|
hasPlaceId()
public boolean hasPlaceId()
The POI Place ID associated with the waypoint.
string place_id = 2;
Returns
Type | Description |
boolean | Whether the placeId field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Waypoint.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Waypoint.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Waypoint.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions