public static interface Number.DoubleMatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getExact()
If specified, the input double value must be equal to the value specified here.
|
Number.DoubleMatcher.MatchPatternCase |
getMatchPatternCase() |
Range.DoubleRange |
getRange()
If specified, the input double value must be in the range specified here.
|
Range.DoubleRangeOrBuilder |
getRangeOrBuilder()
If specified, the input double value must be in the range specified here.
|
boolean |
hasRange()
If specified, the input double value must be in the range specified here.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRange()
If specified, the input double value must be in the range specified here. Note: The range is using half-open interval semantics [start, end).
.envoy.type.DoubleRange range = 1;Range.DoubleRange getRange()
If specified, the input double value must be in the range specified here. Note: The range is using half-open interval semantics [start, end).
.envoy.type.DoubleRange range = 1;Range.DoubleRangeOrBuilder getRangeOrBuilder()
If specified, the input double value must be in the range specified here. Note: The range is using half-open interval semantics [start, end).
.envoy.type.DoubleRange range = 1;double getExact()
If specified, the input double value must be equal to the value specified here.
double exact = 2;Number.DoubleMatcher.MatchPatternCase getMatchPatternCase()
Copyright © 2018 The Envoy Project. All rights reserved.