public interface IntervalOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getExclusiveMaximum()
Exclusive upper bound.
|
double |
getExclusiveMinimum()
Exclusive lower bound.
|
Interval.MaxCase |
getMaxCase() |
double |
getMaximum()
Inclusive upper bound.
|
Interval.MinCase |
getMinCase() |
double |
getMinimum()
Inclusive lower bound.
|
boolean |
hasExclusiveMaximum()
Exclusive upper bound.
|
boolean |
hasExclusiveMinimum()
Exclusive lower bound.
|
boolean |
hasMaximum()
Inclusive upper bound.
|
boolean |
hasMinimum()
Inclusive lower bound.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMinimum()
Inclusive lower bound.
double minimum = 1;double getMinimum()
Inclusive lower bound.
double minimum = 1;boolean hasExclusiveMinimum()
Exclusive lower bound.
double exclusive_minimum = 2;double getExclusiveMinimum()
Exclusive lower bound.
double exclusive_minimum = 2;boolean hasMaximum()
Inclusive upper bound.
double maximum = 3;double getMaximum()
Inclusive upper bound.
double maximum = 3;boolean hasExclusiveMaximum()
Exclusive upper bound.
double exclusive_maximum = 4;double getExclusiveMaximum()
Exclusive upper bound.
double exclusive_maximum = 4;Interval.MinCase getMinCase()
Interval.MaxCase getMaxCase()
Copyright © 2025 Google LLC. All rights reserved.