- 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 SkippedShipment.Reason extends GeneratedMessageV3 implements SkippedShipment.ReasonOrBuilder
If we can explain why the shipment was skipped, reasons will be listed
here. If the reason is not the same for all vehicles, reason
will have
more than 1 element. A skipped shipment cannot have duplicate reasons,
i.e. where all fields are the same except for example_vehicle_index
.
Example:
<code><code>
reasons {
code: DEMAND_EXCEEDS_VEHICLE_CAPACITY
example_vehicle_index: 1
example_exceeded_capacity_type: "Apples"
}
reasons {
code: DEMAND_EXCEEDS_VEHICLE_CAPACITY
example_vehicle_index: 3
example_exceeded_capacity_type: "Pears"
}
reasons {
code: CANNOT_BE_PERFORMED_WITHIN_VEHICLE_DISTANCE_LIMIT
example_vehicle_index: 1
}
</code></code>
The skipped shipment is incompatible with all vehicles. The reasons may
be different for all vehicles but at least one vehicle's "Apples"
capacity would be exceeded (including vehicle 1), at least one vehicle's
"Pears" capacity would be exceeded (including vehicle 3) and at least one
vehicle's distance limit would be exceeded (including vehicle 1).
Protobuf type google.cloud.optimization.v1.SkippedShipment.Reason
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SkippedShipment.ReasonImplements
SkippedShipment.ReasonOrBuilderStatic Fields
CODE_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER
Type | Description |
int |
EXAMPLE_EXCEEDED_CAPACITY_TYPE_FIELD_NUMBER
public static final int EXAMPLE_EXCEEDED_CAPACITY_TYPE_FIELD_NUMBER
Type | Description |
int |
EXAMPLE_VEHICLE_INDEX_FIELD_NUMBER
public static final int EXAMPLE_VEHICLE_INDEX_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static SkippedShipment.Reason getDefaultInstance()
Type | Description |
SkippedShipment.Reason |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static SkippedShipment.Reason.Builder newBuilder()
Type | Description |
SkippedShipment.Reason.Builder |
newBuilder(SkippedShipment.Reason prototype)
public static SkippedShipment.Reason.Builder newBuilder(SkippedShipment.Reason prototype)
Name | Description |
prototype | SkippedShipment.Reason |
Type | Description |
SkippedShipment.Reason.Builder |
parseDelimitedFrom(InputStream input)
public static SkippedShipment.Reason parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
SkippedShipment.Reason |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SkippedShipment.Reason parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SkippedShipment.Reason |
Type | Description |
IOException |
parseFrom(byte[] data)
public static SkippedShipment.Reason parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
SkippedShipment.Reason |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SkippedShipment.Reason parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SkippedShipment.Reason |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static SkippedShipment.Reason parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
SkippedShipment.Reason |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SkippedShipment.Reason parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SkippedShipment.Reason |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static SkippedShipment.Reason parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
SkippedShipment.Reason |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SkippedShipment.Reason parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SkippedShipment.Reason |
Type | Description |
IOException |
parseFrom(InputStream input)
public static SkippedShipment.Reason parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
SkippedShipment.Reason |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SkippedShipment.Reason parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SkippedShipment.Reason |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static SkippedShipment.Reason parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
SkippedShipment.Reason |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SkippedShipment.Reason parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SkippedShipment.Reason |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<SkippedShipment.Reason> parser()
Type | Description |
Parser<Reason> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getCode()
public SkippedShipment.Reason.Code getCode()
Refer to the comments of Code.
.google.cloud.optimization.v1.SkippedShipment.Reason.Code code = 1;
Type | Description |
SkippedShipment.Reason.Code | The code. |
getCodeValue()
public int getCodeValue()
Refer to the comments of Code.
.google.cloud.optimization.v1.SkippedShipment.Reason.Code code = 1;
Type | Description |
int | The enum numeric value on the wire for code. |
getDefaultInstanceForType()
public SkippedShipment.Reason getDefaultInstanceForType()
Type | Description |
SkippedShipment.Reason |
getExampleExceededCapacityType()
public String getExampleExceededCapacityType()
If the reason code is DEMAND_EXCEEDS_VEHICLE_CAPACITY
, documents one
capacity type that is exceeded.
string example_exceeded_capacity_type = 3;
Type | Description |
String | The exampleExceededCapacityType. |
getExampleExceededCapacityTypeBytes()
public ByteString getExampleExceededCapacityTypeBytes()
If the reason code is DEMAND_EXCEEDS_VEHICLE_CAPACITY
, documents one
capacity type that is exceeded.
string example_exceeded_capacity_type = 3;
Type | Description |
ByteString | The bytes for exampleExceededCapacityType. |
getExampleVehicleIndex()
public int getExampleVehicleIndex()
If the reason is related to a shipment-vehicle incompatibility, this field provides the index of one relevant vehicle.
optional int32 example_vehicle_index = 2;
Type | Description |
int | The exampleVehicleIndex. |
getParserForType()
public Parser<SkippedShipment.Reason> getParserForType()
Type | Description |
Parser<Reason> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasExampleVehicleIndex()
public boolean hasExampleVehicleIndex()
If the reason is related to a shipment-vehicle incompatibility, this field provides the index of one relevant vehicle.
optional int32 example_vehicle_index = 2;
Type | Description |
boolean | Whether the exampleVehicleIndex 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 SkippedShipment.Reason.Builder newBuilderForType()
Type | Description |
SkippedShipment.Reason.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SkippedShipment.Reason.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
SkippedShipment.Reason.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public SkippedShipment.Reason.Builder toBuilder()
Type | Description |
SkippedShipment.Reason.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |