Interface CapacityQuantityIntervalOrBuilder (1.46.0)

publicinterface CapacityQuantityIntervalOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxValue() (deprecated)

publicabstractlonggetMaxValue()

optional int64 max_value = 3;

Returns
Type Description
long

The maxValue.

getMinValue() (deprecated)

publicabstractlonggetMinValue()

optional int64 min_value = 2;

Returns
Type Description
long

The minValue.

getType() (deprecated)

publicabstractStringgetType()

string type = 1;

Returns
Type Description
String

The type.

getTypeBytes() (deprecated)

publicabstractByteStringgetTypeBytes()

string type = 1;

Returns
Type Description
ByteString

The bytes for type.

hasMaxValue() (deprecated)

publicabstractbooleanhasMaxValue()

optional int64 max_value = 3;

Returns
Type Description
boolean

Whether the maxValue field is set.

hasMinValue() (deprecated)

publicabstractbooleanhasMinValue()

optional int64 min_value = 2;

Returns
Type Description
boolean

Whether the minValue field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.