public static final class Vehicle.LoadLimit.Interval.Builder extends GeneratedMessage.Builder<Vehicle.LoadLimit.Interval.Builder> implements Vehicle.LoadLimit.IntervalOrBuilderInterval of acceptable load amounts.
Protobuf type google.cloud.optimization.v1.Vehicle.LoadLimit.Interval
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Vehicle.LoadLimit.Interval.BuilderImplements
Vehicle.LoadLimit.IntervalOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Vehicle.LoadLimit.Interval build()| Returns | |
|---|---|
| Type | Description |
Vehicle.LoadLimit.Interval |
|
buildPartial()
public Vehicle.LoadLimit.Interval buildPartial()| Returns | |
|---|---|
| Type | Description |
Vehicle.LoadLimit.Interval |
|
clear()
public Vehicle.LoadLimit.Interval.Builder clear()| Returns | |
|---|---|
| Type | Description |
Vehicle.LoadLimit.Interval.Builder |
|
clearMax()
public Vehicle.LoadLimit.Interval.Builder clearMax()A maximum acceptable load. Must be ≥ 0. If unspecified, the maximum load is unrestricted by this message. If they're both specified, min must be ≤ max.
optional int64 max = 2;
| Returns | |
|---|---|
| Type | Description |
Vehicle.LoadLimit.Interval.Builder |
This builder for chaining. |
clearMin()
public Vehicle.LoadLimit.Interval.Builder clearMin()A minimum acceptable load. Must be ≥ 0. If they're both specified, min must be ≤ max.
int64 min = 1;
| Returns | |
|---|---|
| Type | Description |
Vehicle.LoadLimit.Interval.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Vehicle.LoadLimit.Interval getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Vehicle.LoadLimit.Interval |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMax()
public long getMax()A maximum acceptable load. Must be ≥ 0. If unspecified, the maximum load is unrestricted by this message. If they're both specified, min must be ≤ max.
optional int64 max = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The max. |
getMin()
public long getMin()A minimum acceptable load. Must be ≥ 0. If they're both specified, min must be ≤ max.
int64 min = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The min. |
hasMax()
public boolean hasMax()A maximum acceptable load. Must be ≥ 0. If unspecified, the maximum load is unrestricted by this message. If they're both specified, min must be ≤ max.
optional int64 max = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the max field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Vehicle.LoadLimit.Interval other)
public Vehicle.LoadLimit.Interval.Builder mergeFrom(Vehicle.LoadLimit.Interval other)| Parameter | |
|---|---|
| Name | Description |
other |
Vehicle.LoadLimit.Interval |
| Returns | |
|---|---|
| Type | Description |
Vehicle.LoadLimit.Interval.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Vehicle.LoadLimit.Interval.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Vehicle.LoadLimit.Interval.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Vehicle.LoadLimit.Interval.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Vehicle.LoadLimit.Interval.Builder |
|
setMax(long value)
public Vehicle.LoadLimit.Interval.Builder setMax(long value)A maximum acceptable load. Must be ≥ 0. If unspecified, the maximum load is unrestricted by this message. If they're both specified, min must be ≤ max.
optional int64 max = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe max to set. |
| Returns | |
|---|---|
| Type | Description |
Vehicle.LoadLimit.Interval.Builder |
This builder for chaining. |
setMin(long value)
public Vehicle.LoadLimit.Interval.Builder setMin(long value)A minimum acceptable load. Must be ≥ 0. If they're both specified, min must be ≤ max.
int64 min = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe min to set. |
| Returns | |
|---|---|
| Type | Description |
Vehicle.LoadLimit.Interval.Builder |
This builder for chaining. |