Uses of Class
io.envoyproxy.envoy.type.matcher.v3.ValueMatcher.NullMatch
-
Packages that use ValueMatcher.NullMatch Package Description io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of ValueMatcher.NullMatch in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 declared as ValueMatcher.NullMatch Modifier and Type Field Description private static ValueMatcher.NullMatch
ValueMatcher.NullMatch. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type ValueMatcher.NullMatch Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ValueMatcher.NullMatch,ValueMatcher.NullMatch.Builder,ValueMatcher.NullMatchOrBuilder>
ValueMatcher.Builder. nullMatchBuilder_
private static com.google.protobuf.Parser<ValueMatcher.NullMatch>
ValueMatcher.NullMatch. PARSER
Methods in io.envoyproxy.envoy.type.matcher.v3 that return ValueMatcher.NullMatch Modifier and Type Method Description ValueMatcher.NullMatch
ValueMatcher.NullMatch.Builder. build()
ValueMatcher.NullMatch
ValueMatcher.NullMatch.Builder. buildPartial()
static ValueMatcher.NullMatch
ValueMatcher.NullMatch. getDefaultInstance()
ValueMatcher.NullMatch
ValueMatcher.NullMatch.Builder. getDefaultInstanceForType()
ValueMatcher.NullMatch
ValueMatcher.NullMatch. getDefaultInstanceForType()
ValueMatcher.NullMatch
ValueMatcher.Builder. getNullMatch()
If specified, a match occurs if and only if the target value is a NullValue.ValueMatcher.NullMatch
ValueMatcher. getNullMatch()
If specified, a match occurs if and only if the target value is a NullValue.ValueMatcher.NullMatch
ValueMatcherOrBuilder. getNullMatch()
If specified, a match occurs if and only if the target value is a NullValue.static ValueMatcher.NullMatch
ValueMatcher.NullMatch. parseDelimitedFrom(java.io.InputStream input)
static ValueMatcher.NullMatch
ValueMatcher.NullMatch. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValueMatcher.NullMatch
ValueMatcher.NullMatch. parseFrom(byte[] data)
static ValueMatcher.NullMatch
ValueMatcher.NullMatch. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValueMatcher.NullMatch
ValueMatcher.NullMatch. parseFrom(com.google.protobuf.ByteString data)
static ValueMatcher.NullMatch
ValueMatcher.NullMatch. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValueMatcher.NullMatch
ValueMatcher.NullMatch. parseFrom(com.google.protobuf.CodedInputStream input)
static ValueMatcher.NullMatch
ValueMatcher.NullMatch. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValueMatcher.NullMatch
ValueMatcher.NullMatch. parseFrom(java.io.InputStream input)
static ValueMatcher.NullMatch
ValueMatcher.NullMatch. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValueMatcher.NullMatch
ValueMatcher.NullMatch. parseFrom(java.nio.ByteBuffer data)
static ValueMatcher.NullMatch
ValueMatcher.NullMatch. 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 ValueMatcher.NullMatch Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ValueMatcher.NullMatch,ValueMatcher.NullMatch.Builder,ValueMatcher.NullMatchOrBuilder>
ValueMatcher.Builder. getNullMatchFieldBuilder()
If specified, a match occurs if and only if the target value is a NullValue.com.google.protobuf.Parser<ValueMatcher.NullMatch>
ValueMatcher.NullMatch. getParserForType()
static com.google.protobuf.Parser<ValueMatcher.NullMatch>
ValueMatcher.NullMatch. parser()
Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type ValueMatcher.NullMatch Modifier and Type Method Description ValueMatcher.NullMatch.Builder
ValueMatcher.NullMatch.Builder. mergeFrom(ValueMatcher.NullMatch other)
ValueMatcher.Builder
ValueMatcher.Builder. mergeNullMatch(ValueMatcher.NullMatch value)
If specified, a match occurs if and only if the target value is a NullValue.static ValueMatcher.NullMatch.Builder
ValueMatcher.NullMatch. newBuilder(ValueMatcher.NullMatch prototype)
ValueMatcher.Builder
ValueMatcher.Builder. setNullMatch(ValueMatcher.NullMatch value)
If specified, a match occurs if and only if the target value is a NullValue.
-