- 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 ShipmentModel.PrecedenceRule.Builder extends GeneratedMessageV3.Builder<ShipmentModel.PrecedenceRule.Builder> implements ShipmentModel.PrecedenceRuleOrBuilder
A precedence rule between two events (each event is the pickup or the
delivery of a shipment): the "second" event has to start at least
offset_duration
after "first" has started.
Several precedences can refer to the same (or related) events, e.g.,
"pickup of B happens after delivery of A" and "pickup of C happens after
pickup of B".
Furthermore, precedences only apply when both shipments are performed and
are otherwise ignored.
Protobuf type google.cloud.optimization.v1.ShipmentModel.PrecedenceRule
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ShipmentModel.PrecedenceRule.BuilderImplements
ShipmentModel.PrecedenceRuleOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ShipmentModel.PrecedenceRule.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ShipmentModel.PrecedenceRule.Builder |
build()
public ShipmentModel.PrecedenceRule build()
Type | Description |
ShipmentModel.PrecedenceRule |
buildPartial()
public ShipmentModel.PrecedenceRule buildPartial()
Type | Description |
ShipmentModel.PrecedenceRule |
clear()
public ShipmentModel.PrecedenceRule.Builder clear()
Type | Description |
ShipmentModel.PrecedenceRule.Builder |
clearField(Descriptors.FieldDescriptor field)
public ShipmentModel.PrecedenceRule.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ShipmentModel.PrecedenceRule.Builder |
clearFirstIndex()
public ShipmentModel.PrecedenceRule.Builder clearFirstIndex()
Shipment index of the "first" event. This field must be specified.
optional int32 first_index = 1;
Type | Description |
ShipmentModel.PrecedenceRule.Builder | This builder for chaining. |
clearFirstIsDelivery()
public ShipmentModel.PrecedenceRule.Builder clearFirstIsDelivery()
Indicates if the "first" event is a delivery.
bool first_is_delivery = 3;
Type | Description |
ShipmentModel.PrecedenceRule.Builder | This builder for chaining. |
clearOffsetDuration()
public ShipmentModel.PrecedenceRule.Builder clearOffsetDuration()
The offset between the "first" and "second" event. It can be negative.
.google.protobuf.Duration offset_duration = 5;
Type | Description |
ShipmentModel.PrecedenceRule.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ShipmentModel.PrecedenceRule.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ShipmentModel.PrecedenceRule.Builder |
clearSecondIndex()
public ShipmentModel.PrecedenceRule.Builder clearSecondIndex()
Shipment index of the "second" event. This field must be specified.
optional int32 second_index = 2;
Type | Description |
ShipmentModel.PrecedenceRule.Builder | This builder for chaining. |
clearSecondIsDelivery()
public ShipmentModel.PrecedenceRule.Builder clearSecondIsDelivery()
Indicates if the "second" event is a delivery.
bool second_is_delivery = 4;
Type | Description |
ShipmentModel.PrecedenceRule.Builder | This builder for chaining. |
clone()
public ShipmentModel.PrecedenceRule.Builder clone()
Type | Description |
ShipmentModel.PrecedenceRule.Builder |
getDefaultInstanceForType()
public ShipmentModel.PrecedenceRule getDefaultInstanceForType()
Type | Description |
ShipmentModel.PrecedenceRule |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getFirstIndex()
public int getFirstIndex()
Shipment index of the "first" event. This field must be specified.
optional int32 first_index = 1;
Type | Description |
int | The firstIndex. |
getFirstIsDelivery()
public boolean getFirstIsDelivery()
Indicates if the "first" event is a delivery.
bool first_is_delivery = 3;
Type | Description |
boolean | The firstIsDelivery. |
getOffsetDuration()
public Duration getOffsetDuration()
The offset between the "first" and "second" event. It can be negative.
.google.protobuf.Duration offset_duration = 5;
Type | Description |
Duration | The offsetDuration. |
getOffsetDurationBuilder()
public Duration.Builder getOffsetDurationBuilder()
The offset between the "first" and "second" event. It can be negative.
.google.protobuf.Duration offset_duration = 5;
Type | Description |
Builder |
getOffsetDurationOrBuilder()
public DurationOrBuilder getOffsetDurationOrBuilder()
The offset between the "first" and "second" event. It can be negative.
.google.protobuf.Duration offset_duration = 5;
Type | Description |
DurationOrBuilder |
getSecondIndex()
public int getSecondIndex()
Shipment index of the "second" event. This field must be specified.
optional int32 second_index = 2;
Type | Description |
int | The secondIndex. |
getSecondIsDelivery()
public boolean getSecondIsDelivery()
Indicates if the "second" event is a delivery.
bool second_is_delivery = 4;
Type | Description |
boolean | The secondIsDelivery. |
hasFirstIndex()
public boolean hasFirstIndex()
Shipment index of the "first" event. This field must be specified.
optional int32 first_index = 1;
Type | Description |
boolean | Whether the firstIndex field is set. |
hasOffsetDuration()
public boolean hasOffsetDuration()
The offset between the "first" and "second" event. It can be negative.
.google.protobuf.Duration offset_duration = 5;
Type | Description |
boolean | Whether the offsetDuration field is set. |
hasSecondIndex()
public boolean hasSecondIndex()
Shipment index of the "second" event. This field must be specified.
optional int32 second_index = 2;
Type | Description |
boolean | Whether the secondIndex field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ShipmentModel.PrecedenceRule other)
public ShipmentModel.PrecedenceRule.Builder mergeFrom(ShipmentModel.PrecedenceRule other)
Name | Description |
other | ShipmentModel.PrecedenceRule |
Type | Description |
ShipmentModel.PrecedenceRule.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ShipmentModel.PrecedenceRule.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ShipmentModel.PrecedenceRule.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ShipmentModel.PrecedenceRule.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ShipmentModel.PrecedenceRule.Builder |
mergeOffsetDuration(Duration value)
public ShipmentModel.PrecedenceRule.Builder mergeOffsetDuration(Duration value)
The offset between the "first" and "second" event. It can be negative.
.google.protobuf.Duration offset_duration = 5;
Name | Description |
value | Duration |
Type | Description |
ShipmentModel.PrecedenceRule.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ShipmentModel.PrecedenceRule.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ShipmentModel.PrecedenceRule.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ShipmentModel.PrecedenceRule.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ShipmentModel.PrecedenceRule.Builder |
setFirstIndex(int value)
public ShipmentModel.PrecedenceRule.Builder setFirstIndex(int value)
Shipment index of the "first" event. This field must be specified.
optional int32 first_index = 1;
Name | Description |
value | int The firstIndex to set. |
Type | Description |
ShipmentModel.PrecedenceRule.Builder | This builder for chaining. |
setFirstIsDelivery(boolean value)
public ShipmentModel.PrecedenceRule.Builder setFirstIsDelivery(boolean value)
Indicates if the "first" event is a delivery.
bool first_is_delivery = 3;
Name | Description |
value | boolean The firstIsDelivery to set. |
Type | Description |
ShipmentModel.PrecedenceRule.Builder | This builder for chaining. |
setOffsetDuration(Duration value)
public ShipmentModel.PrecedenceRule.Builder setOffsetDuration(Duration value)
The offset between the "first" and "second" event. It can be negative.
.google.protobuf.Duration offset_duration = 5;
Name | Description |
value | Duration |
Type | Description |
ShipmentModel.PrecedenceRule.Builder |
setOffsetDuration(Duration.Builder builderForValue)
public ShipmentModel.PrecedenceRule.Builder setOffsetDuration(Duration.Builder builderForValue)
The offset between the "first" and "second" event. It can be negative.
.google.protobuf.Duration offset_duration = 5;
Name | Description |
builderForValue | Builder |
Type | Description |
ShipmentModel.PrecedenceRule.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ShipmentModel.PrecedenceRule.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ShipmentModel.PrecedenceRule.Builder |
setSecondIndex(int value)
public ShipmentModel.PrecedenceRule.Builder setSecondIndex(int value)
Shipment index of the "second" event. This field must be specified.
optional int32 second_index = 2;
Name | Description |
value | int The secondIndex to set. |
Type | Description |
ShipmentModel.PrecedenceRule.Builder | This builder for chaining. |
setSecondIsDelivery(boolean value)
public ShipmentModel.PrecedenceRule.Builder setSecondIsDelivery(boolean value)
Indicates if the "second" event is a delivery.
bool second_is_delivery = 4;
Name | Description |
value | boolean The secondIsDelivery to set. |
Type | Description |
ShipmentModel.PrecedenceRule.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ShipmentModel.PrecedenceRule.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ShipmentModel.PrecedenceRule.Builder |