public interface 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.
|
DoubleMatcher.MatchPatternCase |
getMatchPatternCase() |
DoubleRange |
getRange()
If specified, the input double value must be in the range specified here.
|
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.v3.DoubleRange range = 1;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.v3.DoubleRange range = 1;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.v3.DoubleRange range = 1;double getExact()
If specified, the input double value must be equal to the value specified here.
double exact = 2;DoubleMatcher.MatchPatternCase getMatchPatternCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.