Uses of Class
io.envoyproxy.envoy.type.matcher.v3.DoubleMatcher.Builder
Packages that use DoubleMatcher.Builder
-
Uses of DoubleMatcher.Builder in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type DoubleMatcher.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<DoubleMatcher, DoubleMatcher.Builder, DoubleMatcherOrBuilder> ValueMatcher.Builder.doubleMatchBuilder_
Methods in io.envoyproxy.envoy.type.matcher.v3 that return DoubleMatcher.BuilderModifier and TypeMethodDescriptionDoubleMatcher.Builder.clear()
DoubleMatcher.Builder.clearExact()
If specified, the input double value must be equal to the value specified here.DoubleMatcher.Builder.clearMatchPattern()
DoubleMatcher.Builder.clearRange()
If specified, the input double value must be in the range specified here.ValueMatcher.Builder.getDoubleMatchBuilder()
If specified, a match occurs if and only if the target value is a double value and is matched to this field.DoubleMatcher.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DoubleMatcher.Builder.mergeFrom
(com.google.protobuf.Message other) DoubleMatcher.Builder.mergeFrom
(DoubleMatcher other) DoubleMatcher.Builder.mergeRange
(DoubleRange value) If specified, the input double value must be in the range specified here.static DoubleMatcher.Builder
DoubleMatcher.newBuilder()
static DoubleMatcher.Builder
DoubleMatcher.newBuilder
(DoubleMatcher prototype) DoubleMatcher.newBuilderForType()
protected DoubleMatcher.Builder
DoubleMatcher.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) DoubleMatcher.Builder.setExact
(double value) If specified, the input double value must be equal to the value specified here.DoubleMatcher.Builder.setRange
(DoubleRange value) If specified, the input double value must be in the range specified here.DoubleMatcher.Builder.setRange
(DoubleRange.Builder builderForValue) If specified, the input double value must be in the range specified here.DoubleMatcher.toBuilder()
Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type DoubleMatcher.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<DoubleMatcher, DoubleMatcher.Builder, DoubleMatcherOrBuilder> ValueMatcher.Builder.getDoubleMatchFieldBuilder()
If specified, a match occurs if and only if the target value is a double value and is matched to this field.Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type DoubleMatcher.BuilderModifier and TypeMethodDescriptionValueMatcher.Builder.setDoubleMatch
(DoubleMatcher.Builder builderForValue) If specified, a match occurs if and only if the target value is a double value and is matched to this field.