Uses of Class
io.envoyproxy.envoy.type.matcher.v3.DoubleMatcher
Packages that use DoubleMatcher
-
Uses of DoubleMatcher in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 declared as DoubleMatcherModifier and TypeFieldDescriptionprivate static final DoubleMatcher
DoubleMatcher.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type DoubleMatcherModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<DoubleMatcher, DoubleMatcher.Builder, DoubleMatcherOrBuilder> ValueMatcher.Builder.doubleMatchBuilder_
private static final com.google.protobuf.Parser
<DoubleMatcher> DoubleMatcher.PARSER
Methods in io.envoyproxy.envoy.type.matcher.v3 that return DoubleMatcherModifier and TypeMethodDescriptionDoubleMatcher.Builder.build()
DoubleMatcher.Builder.buildPartial()
static DoubleMatcher
DoubleMatcher.getDefaultInstance()
DoubleMatcher.Builder.getDefaultInstanceForType()
DoubleMatcher.getDefaultInstanceForType()
ValueMatcher.Builder.getDoubleMatch()
If specified, a match occurs if and only if the target value is a double value and is matched to this field.ValueMatcher.getDoubleMatch()
If specified, a match occurs if and only if the target value is a double value and is matched to this field.ValueMatcherOrBuilder.getDoubleMatch()
If specified, a match occurs if and only if the target value is a double value and is matched to this field.static DoubleMatcher
DoubleMatcher.parseDelimitedFrom
(InputStream input) static DoubleMatcher
DoubleMatcher.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DoubleMatcher
DoubleMatcher.parseFrom
(byte[] data) static DoubleMatcher
DoubleMatcher.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DoubleMatcher
DoubleMatcher.parseFrom
(com.google.protobuf.ByteString data) static DoubleMatcher
DoubleMatcher.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DoubleMatcher
DoubleMatcher.parseFrom
(com.google.protobuf.CodedInputStream input) static DoubleMatcher
DoubleMatcher.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DoubleMatcher
DoubleMatcher.parseFrom
(InputStream input) static DoubleMatcher
DoubleMatcher.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DoubleMatcher
DoubleMatcher.parseFrom
(ByteBuffer data) static DoubleMatcher
DoubleMatcher.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type DoubleMatcherModifier 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.com.google.protobuf.Parser
<DoubleMatcher> DoubleMatcher.getParserForType()
static com.google.protobuf.Parser
<DoubleMatcher> DoubleMatcher.parser()
Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type DoubleMatcherModifier and TypeMethodDescriptionprivate void
DoubleMatcher.Builder.buildPartial0
(DoubleMatcher result) private void
DoubleMatcher.Builder.buildPartialOneofs
(DoubleMatcher result) ValueMatcher.Builder.mergeDoubleMatch
(DoubleMatcher value) 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
(DoubleMatcher other) static DoubleMatcher.Builder
DoubleMatcher.newBuilder
(DoubleMatcher prototype) ValueMatcher.Builder.setDoubleMatch
(DoubleMatcher value) If specified, a match occurs if and only if the target value is a double value and is matched to this field.