public static final class Vehicle.LoadLimit.Interval extends GeneratedMessageV3 implements Vehicle.LoadLimit.IntervalOrBuilder
Interval of acceptable load amounts.
Protobuf type google.cloud.optimization.v1.Vehicle.LoadLimit.Interval
Static Fields
MAX_FIELD_NUMBER
public static final int MAX_FIELD_NUMBER
Field Value
MIN_FIELD_NUMBER
public static final int MIN_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Vehicle.LoadLimit.Interval getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Vehicle.LoadLimit.Interval.Builder newBuilder()
Returns
newBuilder(Vehicle.LoadLimit.Interval prototype)
public static Vehicle.LoadLimit.Interval.Builder newBuilder(Vehicle.LoadLimit.Interval prototype)
Parameter
Returns
public static Vehicle.LoadLimit.Interval parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Vehicle.LoadLimit.Interval parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Vehicle.LoadLimit.Interval parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Vehicle.LoadLimit.Interval parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Vehicle.LoadLimit.Interval parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Vehicle.LoadLimit.Interval parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Vehicle.LoadLimit.Interval parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Vehicle.LoadLimit.Interval parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Vehicle.LoadLimit.Interval parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Vehicle.LoadLimit.Interval parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Vehicle.LoadLimit.Interval parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Vehicle.LoadLimit.Interval parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Vehicle.LoadLimit.Interval> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Vehicle.LoadLimit.Interval getDefaultInstanceForType()
Returns
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()
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.
|
getParserForType()
public Parser<Vehicle.LoadLimit.Interval> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Vehicle.LoadLimit.Interval.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Vehicle.LoadLimit.Interval.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Vehicle.LoadLimit.Interval.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions