public final class BreakRule extends GeneratedMessageV3 implements BreakRuleOrBuilder
Rules to generate time breaks for a vehicle (e.g. lunch breaks). A break
is a contiguous period of time during which the vehicle remains idle at its
current position and cannot perform any visit. A break may occur:
- during the travel between two visits (which includes the time right
before or right after a visit, but not in the middle of a visit), in
which case it extends the corresponding transit time between the visits,
- or before the vehicle start (the vehicle may not start in the middle of
a break), in which case it does not affect the vehicle start time.
- or after the vehicle end (ditto, with the vehicle end time).
Protobuf type google.cloud.optimization.v1.BreakRule
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BREAK_REQUESTS_FIELD_NUMBER
public static final int BREAK_REQUESTS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
FREQUENCY_CONSTRAINTS_FIELD_NUMBER
public static final int FREQUENCY_CONSTRAINTS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static BreakRule getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BreakRule.Builder newBuilder()
newBuilder(BreakRule prototype)
public static BreakRule.Builder newBuilder(BreakRule prototype)
public static BreakRule parseDelimitedFrom(InputStream input)
public static BreakRule parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BreakRule parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BreakRule parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BreakRule parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BreakRule parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BreakRule parseFrom(CodedInputStream input)
public static BreakRule parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BreakRule parseFrom(InputStream input)
public static BreakRule parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BreakRule parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BreakRule parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BreakRule> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getBreakRequests(int index)
public BreakRule.BreakRequest getBreakRequests(int index)
Sequence of breaks. See the BreakRequest
message.
repeated .google.cloud.optimization.v1.BreakRule.BreakRequest break_requests = 1;
Parameter |
---|
Name | Description |
index | int
|
getBreakRequestsCount()
public int getBreakRequestsCount()
Sequence of breaks. See the BreakRequest
message.
repeated .google.cloud.optimization.v1.BreakRule.BreakRequest break_requests = 1;
Returns |
---|
Type | Description |
int | |
getBreakRequestsList()
public List<BreakRule.BreakRequest> getBreakRequestsList()
Sequence of breaks. See the BreakRequest
message.
repeated .google.cloud.optimization.v1.BreakRule.BreakRequest break_requests = 1;
getBreakRequestsOrBuilder(int index)
public BreakRule.BreakRequestOrBuilder getBreakRequestsOrBuilder(int index)
Sequence of breaks. See the BreakRequest
message.
repeated .google.cloud.optimization.v1.BreakRule.BreakRequest break_requests = 1;
Parameter |
---|
Name | Description |
index | int
|
getBreakRequestsOrBuilderList()
public List<? extends BreakRule.BreakRequestOrBuilder> getBreakRequestsOrBuilderList()
Sequence of breaks. See the BreakRequest
message.
repeated .google.cloud.optimization.v1.BreakRule.BreakRequest break_requests = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.optimization.v1.BreakRule.BreakRequestOrBuilder> | |
getDefaultInstanceForType()
public BreakRule getDefaultInstanceForType()
getFrequencyConstraints(int index)
public BreakRule.FrequencyConstraint getFrequencyConstraints(int index)
Several FrequencyConstraint
may apply. They must all be satisfied by
the BreakRequest
s of this BreakRule
. See FrequencyConstraint
.
repeated .google.cloud.optimization.v1.BreakRule.FrequencyConstraint frequency_constraints = 2;
Parameter |
---|
Name | Description |
index | int
|
getFrequencyConstraintsCount()
public int getFrequencyConstraintsCount()
Several FrequencyConstraint
may apply. They must all be satisfied by
the BreakRequest
s of this BreakRule
. See FrequencyConstraint
.
repeated .google.cloud.optimization.v1.BreakRule.FrequencyConstraint frequency_constraints = 2;
Returns |
---|
Type | Description |
int | |
getFrequencyConstraintsList()
public List<BreakRule.FrequencyConstraint> getFrequencyConstraintsList()
Several FrequencyConstraint
may apply. They must all be satisfied by
the BreakRequest
s of this BreakRule
. See FrequencyConstraint
.
repeated .google.cloud.optimization.v1.BreakRule.FrequencyConstraint frequency_constraints = 2;
getFrequencyConstraintsOrBuilder(int index)
public BreakRule.FrequencyConstraintOrBuilder getFrequencyConstraintsOrBuilder(int index)
Several FrequencyConstraint
may apply. They must all be satisfied by
the BreakRequest
s of this BreakRule
. See FrequencyConstraint
.
repeated .google.cloud.optimization.v1.BreakRule.FrequencyConstraint frequency_constraints = 2;
Parameter |
---|
Name | Description |
index | int
|
getFrequencyConstraintsOrBuilderList()
public List<? extends BreakRule.FrequencyConstraintOrBuilder> getFrequencyConstraintsOrBuilderList()
Several FrequencyConstraint
may apply. They must all be satisfied by
the BreakRequest
s of this BreakRule
. See FrequencyConstraint
.
repeated .google.cloud.optimization.v1.BreakRule.FrequencyConstraint frequency_constraints = 2;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.optimization.v1.BreakRule.FrequencyConstraintOrBuilder> | |
getParserForType()
public Parser<BreakRule> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BreakRule.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BreakRule.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public BreakRule.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides