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
Static Fields
BREAK_REQUESTS_FIELD_NUMBER
public static final int BREAK_REQUESTS_FIELD_NUMBER
Field Value
FREQUENCY_CONSTRAINTS_FIELD_NUMBER
public static final int FREQUENCY_CONSTRAINTS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static BreakRule getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static BreakRule.Builder newBuilder()
Returns
newBuilder(BreakRule prototype)
public static BreakRule.Builder newBuilder(BreakRule prototype)
Parameter
Returns
public static BreakRule parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static BreakRule parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static BreakRule parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BreakRule parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static BreakRule parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BreakRule parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BreakRule parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static BreakRule parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BreakRule parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static BreakRule parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static BreakRule parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BreakRule parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<BreakRule> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
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
Returns
getBreakRequestsCount()
public int getBreakRequestsCount()
Sequence of breaks. See the BreakRequest
message.
repeated .google.cloud.optimization.v1.BreakRule.BreakRequest break_requests = 1;
Returns
getBreakRequestsList()
public List<BreakRule.BreakRequest> getBreakRequestsList()
Sequence of breaks. See the BreakRequest
message.
repeated .google.cloud.optimization.v1.BreakRule.BreakRequest break_requests = 1;
Returns
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
Returns
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()
Returns
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
Returns
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
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;
Returns
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
Returns
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()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public BreakRule.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BreakRule.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public BreakRule.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions