public interface CapacityQuantityIntervalOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMaxValue() (deprecated)
public abstract long getMaxValue()optional int64 max_value = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The maxValue. |
getMinValue() (deprecated)
public abstract long getMinValue()optional int64 min_value = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The minValue. |
getType() (deprecated)
public abstract String getType()string type = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes() (deprecated)
public abstract ByteString getTypeBytes()string type = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |
hasMaxValue() (deprecated)
public abstract boolean hasMaxValue()optional int64 max_value = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the maxValue field is set. |
hasMinValue() (deprecated)
public abstract boolean hasMinValue()optional int64 min_value = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the minValue field is set. |