Uses of Class
io.envoyproxy.envoy.type.matcher.DoubleMatcher
-
Packages that use DoubleMatcher Package Description io.envoyproxy.envoy.type.matcher -
-
Uses of DoubleMatcher in io.envoyproxy.envoy.type.matcher
Methods in io.envoyproxy.envoy.type.matcher that return DoubleMatcher Modifier and Type Method Description DoubleMatcherDoubleMatcher.Builder. build()DoubleMatcherDoubleMatcher.Builder. buildPartial()static DoubleMatcherDoubleMatcher. getDefaultInstance()DoubleMatcherDoubleMatcher.Builder. getDefaultInstanceForType()DoubleMatcherDoubleMatcher. getDefaultInstanceForType()DoubleMatcherValueMatcher.Builder. getDoubleMatch()If specified, a match occurs if and only if the target value is a double value and is matched to this field.DoubleMatcherValueMatcher. getDoubleMatch()If specified, a match occurs if and only if the target value is a double value and is matched to this field.DoubleMatcherValueMatcherOrBuilder. 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 that return types with arguments of type DoubleMatcher Modifier and Type Method Description com.google.protobuf.Parser<DoubleMatcher>DoubleMatcher. getParserForType()static com.google.protobuf.Parser<DoubleMatcher>DoubleMatcher. parser()Methods in io.envoyproxy.envoy.type.matcher with parameters of type DoubleMatcher Modifier and Type Method Description ValueMatcher.BuilderValueMatcher.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.BuilderDoubleMatcher.Builder. mergeFrom(DoubleMatcher other)static DoubleMatcher.BuilderDoubleMatcher. newBuilder(DoubleMatcher prototype)ValueMatcher.BuilderValueMatcher.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.
-