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 DoubleMatcher
DoubleMatcher. DEFAULT_INSTANCE
Fields 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. PARSER
Methods in io.envoyproxy.envoy.type.matcher.v3 that return DoubleMatcher Modifier and Type Method Description DoubleMatcher
DoubleMatcher.Builder. build()
DoubleMatcher
DoubleMatcher.Builder. buildPartial()
static DoubleMatcher
DoubleMatcher. getDefaultInstance()
DoubleMatcher
DoubleMatcher.Builder. getDefaultInstanceForType()
DoubleMatcher
DoubleMatcher. getDefaultInstanceForType()
DoubleMatcher
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.DoubleMatcher
ValueMatcher. getDoubleMatch()
If specified, a match occurs if and only if the target value is a double value and is matched to this field.DoubleMatcher
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(java.io.InputStream input)
static DoubleMatcher
DoubleMatcher. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static DoubleMatcher
DoubleMatcher. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DoubleMatcher
DoubleMatcher. parseFrom(java.nio.ByteBuffer data)
static DoubleMatcher
DoubleMatcher. 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 void
DoubleMatcher.Builder. buildPartial0(DoubleMatcher result)
private void
DoubleMatcher.Builder. buildPartialOneofs(DoubleMatcher result)
ValueMatcher.Builder
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
DoubleMatcher.Builder. mergeFrom(DoubleMatcher other)
static DoubleMatcher.Builder
DoubleMatcher. newBuilder(DoubleMatcher prototype)
ValueMatcher.Builder
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.
-