Send feedback
Class BreakRule (1.74.0)
Stay organized with collections
Save and categorize content based on your preferences.
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 )
Parameter
Name
Description
prototype
BreakRule
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 )
Returns
Type
Description
Object
Overrides
toBuilder()
public BreakRule . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]