Uses of Class
io.envoyproxy.envoy.type.matcher.v3.DoubleMatcher
Packages that use DoubleMatcher
-
Uses of DoubleMatcher in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return DoubleMatcherModifier and TypeMethodDescriptionDoubleMatcher.Builder.build()DoubleMatcher.Builder.buildPartial()static DoubleMatcherDoubleMatcher.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 DoubleMatcherDoubleMatcher.parseDelimitedFrom(InputStream input) static DoubleMatcherDoubleMatcher.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DoubleMatcherDoubleMatcher.parseFrom(byte[] data) static DoubleMatcherDoubleMatcher.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DoubleMatcherDoubleMatcher.parseFrom(com.google.protobuf.ByteString data) static DoubleMatcherDoubleMatcher.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DoubleMatcherDoubleMatcher.parseFrom(com.google.protobuf.CodedInputStream input) static DoubleMatcherDoubleMatcher.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DoubleMatcherDoubleMatcher.parseFrom(InputStream input) static DoubleMatcherDoubleMatcher.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DoubleMatcherDoubleMatcher.parseFrom(ByteBuffer data) static DoubleMatcherDoubleMatcher.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 TypeMethodDescriptioncom.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 TypeMethodDescriptionValueMatcher.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.BuilderDoubleMatcher.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.