Uses of Class
io.envoyproxy.envoy.type.matcher.v3.DoubleMatcher
-
Packages that use DoubleMatcher Package Description io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of DoubleMatcher in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 declared as DoubleMatcher Modifier and Type Field Description private static DoubleMatcherDoubleMatcher. DEFAULT_INSTANCEFields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type DoubleMatcher Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<DoubleMatcher,DoubleMatcher.Builder,DoubleMatcherOrBuilder>ValueMatcher.Builder. doubleMatchBuilder_private static com.google.protobuf.Parser<DoubleMatcher>DoubleMatcher. PARSERMethods in io.envoyproxy.envoy.type.matcher.v3 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(java.io.InputStream input)static DoubleMatcherDoubleMatcher. parseDelimitedFrom(java.io.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(java.io.InputStream input)static DoubleMatcherDoubleMatcher. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DoubleMatcherDoubleMatcher. parseFrom(java.nio.ByteBuffer data)static DoubleMatcherDoubleMatcher. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type DoubleMatcher Modifier and Type Method Description private 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 DoubleMatcher Modifier and Type Method Description private voidDoubleMatcher.Builder. buildPartial0(DoubleMatcher result)private voidDoubleMatcher.Builder. buildPartialOneofs(DoubleMatcher result)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.
-