Interface Sku.SkuPrice.AiPlatformManagedModelUsageFee.CombinedRequestInputTokensRangeOrBuilder (0.1.0)

public static interface Sku.SkuPrice.AiPlatformManagedModelUsageFee.CombinedRequestInputTokensRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndValue()

public abstract long getEndValue()

Output only. The exclusive upper bound of the range. If no end value is specified, the range is unbounded from above.

optional int64 end_value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The endValue.

getStartValue()

public abstract long getStartValue()

Output only. The inclusive lower bound of the range.

int64 start_value = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The startValue.

hasEndValue()

public abstract boolean hasEndValue()

Output only. The exclusive upper bound of the range. If no end value is specified, the range is unbounded from above.

optional int64 end_value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the endValue field is set.