public static final class ShipmentModel.BreakRule.BreakRequest.Builder extends GeneratedMessageV3.Builder<ShipmentModel.BreakRule.BreakRequest.Builder> implements ShipmentModel.BreakRule.BreakRequestOrBuilder
The sequence of breaks (i.e. their number and order) that apply to each
vehicle must be known beforehand. The repeated BreakRequest
s define
that sequence, in the order in which they must occur. Their time windows
(earliest_start_time
/ latest_start_time
) may overlap, but they must
be compatible with the order (this is checked).
Protobuf type google.cloud.optimization.v1.ShipmentModel.BreakRule.BreakRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ShipmentModel.BreakRule.BreakRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ShipmentModel.BreakRule.BreakRequest build()
buildPartial()
public ShipmentModel.BreakRule.BreakRequest buildPartial()
clear()
public ShipmentModel.BreakRule.BreakRequest.Builder clear()
Overrides
clearEarliestStartTime()
public ShipmentModel.BreakRule.BreakRequest.Builder clearEarliestStartTime()
Required. Lower bound (inclusive) on the start of the break.
.google.protobuf.Timestamp earliest_start_time = 1 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public ShipmentModel.BreakRule.BreakRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearLatestStartTime()
public ShipmentModel.BreakRule.BreakRequest.Builder clearLatestStartTime()
Required. Upper bound (inclusive) on the start of the break.
.google.protobuf.Timestamp latest_start_time = 2 [(.google.api.field_behavior) = REQUIRED];
clearMinDuration()
public ShipmentModel.BreakRule.BreakRequest.Builder clearMinDuration()
Required. Minimum duration of the break. Must be positive.
.google.protobuf.Duration min_duration = 3 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
public ShipmentModel.BreakRule.BreakRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ShipmentModel.BreakRule.BreakRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public ShipmentModel.BreakRule.BreakRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getEarliestStartTime()
public Timestamp getEarliestStartTime()
Required. Lower bound (inclusive) on the start of the break.
.google.protobuf.Timestamp earliest_start_time = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
Timestamp | The earliestStartTime.
|
getEarliestStartTimeBuilder()
public Timestamp.Builder getEarliestStartTimeBuilder()
Required. Lower bound (inclusive) on the start of the break.
.google.protobuf.Timestamp earliest_start_time = 1 [(.google.api.field_behavior) = REQUIRED];
getEarliestStartTimeOrBuilder()
public TimestampOrBuilder getEarliestStartTimeOrBuilder()
Required. Lower bound (inclusive) on the start of the break.
.google.protobuf.Timestamp earliest_start_time = 1 [(.google.api.field_behavior) = REQUIRED];
getLatestStartTime()
public Timestamp getLatestStartTime()
Required. Upper bound (inclusive) on the start of the break.
.google.protobuf.Timestamp latest_start_time = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
Timestamp | The latestStartTime.
|
getLatestStartTimeBuilder()
public Timestamp.Builder getLatestStartTimeBuilder()
Required. Upper bound (inclusive) on the start of the break.
.google.protobuf.Timestamp latest_start_time = 2 [(.google.api.field_behavior) = REQUIRED];
getLatestStartTimeOrBuilder()
public TimestampOrBuilder getLatestStartTimeOrBuilder()
Required. Upper bound (inclusive) on the start of the break.
.google.protobuf.Timestamp latest_start_time = 2 [(.google.api.field_behavior) = REQUIRED];
getMinDuration()
public Duration getMinDuration()
Required. Minimum duration of the break. Must be positive.
.google.protobuf.Duration min_duration = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
Duration | The minDuration.
|
getMinDurationBuilder()
public Duration.Builder getMinDurationBuilder()
Required. Minimum duration of the break. Must be positive.
.google.protobuf.Duration min_duration = 3 [(.google.api.field_behavior) = REQUIRED];
getMinDurationOrBuilder()
public DurationOrBuilder getMinDurationOrBuilder()
Required. Minimum duration of the break. Must be positive.
.google.protobuf.Duration min_duration = 3 [(.google.api.field_behavior) = REQUIRED];
hasEarliestStartTime()
public boolean hasEarliestStartTime()
Required. Lower bound (inclusive) on the start of the break.
.google.protobuf.Timestamp earliest_start_time = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the earliestStartTime field is set.
|
hasLatestStartTime()
public boolean hasLatestStartTime()
Required. Upper bound (inclusive) on the start of the break.
.google.protobuf.Timestamp latest_start_time = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the latestStartTime field is set.
|
hasMinDuration()
public boolean hasMinDuration()
Required. Minimum duration of the break. Must be positive.
.google.protobuf.Duration min_duration = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the minDuration field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeEarliestStartTime(Timestamp value)
public ShipmentModel.BreakRule.BreakRequest.Builder mergeEarliestStartTime(Timestamp value)
Required. Lower bound (inclusive) on the start of the break.
.google.protobuf.Timestamp earliest_start_time = 1 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(ShipmentModel.BreakRule.BreakRequest other)
public ShipmentModel.BreakRule.BreakRequest.Builder mergeFrom(ShipmentModel.BreakRule.BreakRequest other)
public ShipmentModel.BreakRule.BreakRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ShipmentModel.BreakRule.BreakRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeLatestStartTime(Timestamp value)
public ShipmentModel.BreakRule.BreakRequest.Builder mergeLatestStartTime(Timestamp value)
Required. Upper bound (inclusive) on the start of the break.
.google.protobuf.Timestamp latest_start_time = 2 [(.google.api.field_behavior) = REQUIRED];
mergeMinDuration(Duration value)
public ShipmentModel.BreakRule.BreakRequest.Builder mergeMinDuration(Duration value)
Required. Minimum duration of the break. Must be positive.
.google.protobuf.Duration min_duration = 3 [(.google.api.field_behavior) = REQUIRED];
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ShipmentModel.BreakRule.BreakRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setEarliestStartTime(Timestamp value)
public ShipmentModel.BreakRule.BreakRequest.Builder setEarliestStartTime(Timestamp value)
Required. Lower bound (inclusive) on the start of the break.
.google.protobuf.Timestamp earliest_start_time = 1 [(.google.api.field_behavior) = REQUIRED];
setEarliestStartTime(Timestamp.Builder builderForValue)
public ShipmentModel.BreakRule.BreakRequest.Builder setEarliestStartTime(Timestamp.Builder builderForValue)
Required. Lower bound (inclusive) on the start of the break.
.google.protobuf.Timestamp earliest_start_time = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
builderForValue | Builder
|
setField(Descriptors.FieldDescriptor field, Object value)
public ShipmentModel.BreakRule.BreakRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setLatestStartTime(Timestamp value)
public ShipmentModel.BreakRule.BreakRequest.Builder setLatestStartTime(Timestamp value)
Required. Upper bound (inclusive) on the start of the break.
.google.protobuf.Timestamp latest_start_time = 2 [(.google.api.field_behavior) = REQUIRED];
setLatestStartTime(Timestamp.Builder builderForValue)
public ShipmentModel.BreakRule.BreakRequest.Builder setLatestStartTime(Timestamp.Builder builderForValue)
Required. Upper bound (inclusive) on the start of the break.
.google.protobuf.Timestamp latest_start_time = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
builderForValue | Builder
|
setMinDuration(Duration value)
public ShipmentModel.BreakRule.BreakRequest.Builder setMinDuration(Duration value)
Required. Minimum duration of the break. Must be positive.
.google.protobuf.Duration min_duration = 3 [(.google.api.field_behavior) = REQUIRED];
setMinDuration(Duration.Builder builderForValue)
public ShipmentModel.BreakRule.BreakRequest.Builder setMinDuration(Duration.Builder builderForValue)
Required. Minimum duration of the break. Must be positive.
.google.protobuf.Duration min_duration = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
builderForValue | Builder
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ShipmentModel.BreakRule.BreakRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ShipmentModel.BreakRule.BreakRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides