public static final class Vehicle.LoadLimit.Interval.Builder extends GeneratedMessageV3.Builder<Vehicle.LoadLimit.Interval.Builder> implements Vehicle.LoadLimit.IntervalOrBuilder
Interval of acceptable load amounts.
Protobuf type google.cloud.optimization.v1.Vehicle.LoadLimit.Interval
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Vehicle.LoadLimit.Interval.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public Vehicle.LoadLimit.Interval build()
Returns
buildPartial()
public Vehicle.LoadLimit.Interval buildPartial()
Returns
clear()
public Vehicle.LoadLimit.Interval.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public Vehicle.LoadLimit.Interval.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearMax()
public Vehicle.LoadLimit.Interval.Builder clearMax()
A maximum acceptable load. Must be \u2265 0. If unspecified, the maximum
load is unrestricted by this message.
If they're both specified, min must be \u2264 max.
optional int64 max = 2;
Returns
clearMin()
public Vehicle.LoadLimit.Interval.Builder clearMin()
A minimum acceptable load. Must be \u2265 0.
If they're both specified, min must be \u2264 max.
int64 min = 1;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public Vehicle.LoadLimit.Interval.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public Vehicle.LoadLimit.Interval.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public Vehicle.LoadLimit.Interval getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getMax()
A maximum acceptable load. Must be \u2265 0. If unspecified, the maximum
load is unrestricted by this message.
If they're both specified, min must be \u2264 max.
optional int64 max = 2;
Returns
Type | Description |
long | The max.
|
getMin()
A minimum acceptable load. Must be \u2265 0.
If they're both specified, min must be \u2264 max.
int64 min = 1;
Returns
Type | Description |
long | The min.
|
hasMax()
A maximum acceptable load. Must be \u2265 0. If unspecified, the maximum
load is unrestricted by this message.
If they're both specified, min must be \u2264 max.
optional int64 max = 2;
Returns
Type | Description |
boolean | Whether the max field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(Vehicle.LoadLimit.Interval other)
public Vehicle.LoadLimit.Interval.Builder mergeFrom(Vehicle.LoadLimit.Interval other)
Parameter
Returns
public Vehicle.LoadLimit.Interval.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public Vehicle.LoadLimit.Interval.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Vehicle.LoadLimit.Interval.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Vehicle.LoadLimit.Interval.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setMax(long value)
public Vehicle.LoadLimit.Interval.Builder setMax(long value)
A maximum acceptable load. Must be \u2265 0. If unspecified, the maximum
load is unrestricted by this message.
If they're both specified, min must be \u2264 max.
optional int64 max = 2;
Parameter
Name | Description |
value | long
The max to set.
|
Returns
setMin(long value)
public Vehicle.LoadLimit.Interval.Builder setMin(long value)
A minimum acceptable load. Must be \u2265 0.
If they're both specified, min must be \u2264 max.
int64 min = 1;
Parameter
Name | Description |
value | long
The min to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Vehicle.LoadLimit.Interval.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Vehicle.LoadLimit.Interval.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides