public static final class CapacityQuantityInterval.Builder extends GeneratedMessage.Builder<CapacityQuantityInterval.Builder> implements CapacityQuantityIntervalOrBuilderDeprecated: Use Vehicle.LoadLimit.Interval instead.
Protobuf type google.cloud.optimization.v1.CapacityQuantityInterval
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CapacityQuantityInterval.BuilderImplements
CapacityQuantityIntervalOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CapacityQuantityInterval build()| Returns | |
|---|---|
| Type | Description |
CapacityQuantityInterval |
|
buildPartial()
public CapacityQuantityInterval buildPartial()| Returns | |
|---|---|
| Type | Description |
CapacityQuantityInterval |
|
clear()
public CapacityQuantityInterval.Builder clear()| Returns | |
|---|---|
| Type | Description |
CapacityQuantityInterval.Builder |
|
clearMaxValue()
public CapacityQuantityInterval.Builder clearMaxValue()optional int64 max_value = 3;
| Returns | |
|---|---|
| Type | Description |
CapacityQuantityInterval.Builder |
This builder for chaining. |
clearMinValue()
public CapacityQuantityInterval.Builder clearMinValue()optional int64 min_value = 2;
| Returns | |
|---|---|
| Type | Description |
CapacityQuantityInterval.Builder |
This builder for chaining. |
clearType()
public CapacityQuantityInterval.Builder clearType()string type = 1;
| Returns | |
|---|---|
| Type | Description |
CapacityQuantityInterval.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CapacityQuantityInterval getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CapacityQuantityInterval |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMaxValue()
public long getMaxValue()optional int64 max_value = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The maxValue. |
getMinValue()
public long getMinValue()optional int64 min_value = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The minValue. |
getType()
public String getType()string type = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
public ByteString getTypeBytes()string type = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |
hasMaxValue()
public boolean hasMaxValue()optional int64 max_value = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the maxValue field is set. |
hasMinValue()
public boolean hasMinValue()optional int64 min_value = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the minValue field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CapacityQuantityInterval other)
public CapacityQuantityInterval.Builder mergeFrom(CapacityQuantityInterval other)| Parameter | |
|---|---|
| Name | Description |
other |
CapacityQuantityInterval |
| Returns | |
|---|---|
| Type | Description |
CapacityQuantityInterval.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CapacityQuantityInterval.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CapacityQuantityInterval.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CapacityQuantityInterval.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CapacityQuantityInterval.Builder |
|
setMaxValue(long value)
public CapacityQuantityInterval.Builder setMaxValue(long value)optional int64 max_value = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe maxValue to set. |
| Returns | |
|---|---|
| Type | Description |
CapacityQuantityInterval.Builder |
This builder for chaining. |
setMinValue(long value)
public CapacityQuantityInterval.Builder setMinValue(long value)optional int64 min_value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe minValue to set. |
| Returns | |
|---|---|
| Type | Description |
CapacityQuantityInterval.Builder |
This builder for chaining. |
setType(String value)
public CapacityQuantityInterval.Builder setType(String value)string type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe type to set. |
| Returns | |
|---|---|
| Type | Description |
CapacityQuantityInterval.Builder |
This builder for chaining. |
setTypeBytes(ByteString value)
public CapacityQuantityInterval.Builder setTypeBytes(ByteString value)string type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for type to set. |
| Returns | |
|---|---|
| Type | Description |
CapacityQuantityInterval.Builder |
This builder for chaining. |