- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.14
- 0.1.2
public static final class ShipmentRoute.TravelStep extends GeneratedMessageV3 implements ShipmentRoute.TravelStepOrBuilder
Deprecated: Use
ShipmentRoute.Transition
instead. Travel between each visit along the route: from the vehicle's
start_location
to the first visit's arrival_location
, then from the
first visit's departure_location
to the second visit's
arrival_location
, and so on until the vehicle's end_location
. This
accounts only for the actual travel between visits, not counting the
waiting time, the time spent performing a visit, nor the distance covered
during a visit.
Invariant: travel_steps_size() == visits_size() + 1
.
If the vehicle does not have a start_ and/or end_location, the
corresponding travel metrics are 0 and/or empty.
Protobuf type google.cloud.optimization.v1.ShipmentRoute.TravelStep
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ShipmentRoute.TravelStepImplements
ShipmentRoute.TravelStepOrBuilderStatic Fields
DISTANCE_METERS_FIELD_NUMBER
public static final int DISTANCE_METERS_FIELD_NUMBER
Type | Description |
int |
DURATION_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER
Type | Description |
int |
ROUTE_POLYLINE_FIELD_NUMBER
public static final int ROUTE_POLYLINE_FIELD_NUMBER
Type | Description |
int |
TRAFFIC_INFO_UNAVAILABLE_FIELD_NUMBER
public static final int TRAFFIC_INFO_UNAVAILABLE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ShipmentRoute.TravelStep getDefaultInstance()
Type | Description |
ShipmentRoute.TravelStep |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ShipmentRoute.TravelStep.Builder newBuilder()
Type | Description |
ShipmentRoute.TravelStep.Builder |
newBuilder(ShipmentRoute.TravelStep prototype)
public static ShipmentRoute.TravelStep.Builder newBuilder(ShipmentRoute.TravelStep prototype)
Name | Description |
prototype | ShipmentRoute.TravelStep |
Type | Description |
ShipmentRoute.TravelStep.Builder |
parseDelimitedFrom(InputStream input)
public static ShipmentRoute.TravelStep parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ShipmentRoute.TravelStep |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ShipmentRoute.TravelStep parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ShipmentRoute.TravelStep |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ShipmentRoute.TravelStep parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ShipmentRoute.TravelStep |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ShipmentRoute.TravelStep parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ShipmentRoute.TravelStep |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ShipmentRoute.TravelStep parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ShipmentRoute.TravelStep |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ShipmentRoute.TravelStep parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ShipmentRoute.TravelStep |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ShipmentRoute.TravelStep parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ShipmentRoute.TravelStep |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ShipmentRoute.TravelStep parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ShipmentRoute.TravelStep |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ShipmentRoute.TravelStep parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ShipmentRoute.TravelStep |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ShipmentRoute.TravelStep parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ShipmentRoute.TravelStep |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ShipmentRoute.TravelStep parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ShipmentRoute.TravelStep |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ShipmentRoute.TravelStep parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ShipmentRoute.TravelStep |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ShipmentRoute.TravelStep> parser()
Type | Description |
Parser<TravelStep> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ShipmentRoute.TravelStep getDefaultInstanceForType()
Type | Description |
ShipmentRoute.TravelStep |
getDistanceMeters()
public double getDistanceMeters()
Distance traveled during the step.
double distance_meters = 2;
Type | Description |
double | The distanceMeters. |
getDuration()
public Duration getDuration()
Duration of the travel step.
.google.protobuf.Duration duration = 1;
Type | Description |
Duration | The duration. |
getDurationOrBuilder()
public DurationOrBuilder getDurationOrBuilder()
Duration of the travel step.
.google.protobuf.Duration duration = 1;
Type | Description |
DurationOrBuilder |
getParserForType()
public Parser<ShipmentRoute.TravelStep> getParserForType()
Type | Description |
Parser<TravelStep> |
getRoutePolyline()
public ShipmentRoute.EncodedPolyline getRoutePolyline()
The encoded polyline representation of the route followed during the step. This field is only populated if OptimizeToursRequest.populate_travel_step_polylines is set to true.
.google.cloud.optimization.v1.ShipmentRoute.EncodedPolyline route_polyline = 4;
Type | Description |
ShipmentRoute.EncodedPolyline | The routePolyline. |
getRoutePolylineOrBuilder()
public ShipmentRoute.EncodedPolylineOrBuilder getRoutePolylineOrBuilder()
The encoded polyline representation of the route followed during the step. This field is only populated if OptimizeToursRequest.populate_travel_step_polylines is set to true.
.google.cloud.optimization.v1.ShipmentRoute.EncodedPolyline route_polyline = 4;
Type | Description |
ShipmentRoute.EncodedPolylineOrBuilder |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getTrafficInfoUnavailable()
public boolean getTrafficInfoUnavailable()
When traffic is requested via OptimizeToursRequest.consider_road_traffic, and the traffic info couldn't be retrieved for a TravelStep, this boolean is set to true. This may be temporary (rare hiccup in the realtime traffic servers) or permanent (no data for this location).
bool traffic_info_unavailable = 3;
Type | Description |
boolean | The trafficInfoUnavailable. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasDuration()
public boolean hasDuration()
Duration of the travel step.
.google.protobuf.Duration duration = 1;
Type | Description |
boolean | Whether the duration field is set. |
hasRoutePolyline()
public boolean hasRoutePolyline()
The encoded polyline representation of the route followed during the step. This field is only populated if OptimizeToursRequest.populate_travel_step_polylines is set to true.
.google.cloud.optimization.v1.ShipmentRoute.EncodedPolyline route_polyline = 4;
Type | Description |
boolean | Whether the routePolyline field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ShipmentRoute.TravelStep.Builder newBuilderForType()
Type | Description |
ShipmentRoute.TravelStep.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ShipmentRoute.TravelStep.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ShipmentRoute.TravelStep.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ShipmentRoute.TravelStep.Builder toBuilder()
Type | Description |
ShipmentRoute.TravelStep.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |