Uses of Class
io.envoyproxy.envoy.type.matcher.v3.ValueMatcher.NullMatch
Packages that use ValueMatcher.NullMatch
-
Uses of ValueMatcher.NullMatch in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 declared as ValueMatcher.NullMatchModifier and TypeFieldDescriptionprivate static final ValueMatcher.NullMatch
ValueMatcher.NullMatch.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type ValueMatcher.NullMatchModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ValueMatcher.NullMatch, ValueMatcher.NullMatch.Builder, ValueMatcher.NullMatchOrBuilder> ValueMatcher.Builder.nullMatchBuilder_
private static final com.google.protobuf.Parser
<ValueMatcher.NullMatch> ValueMatcher.NullMatch.PARSER
Methods in io.envoyproxy.envoy.type.matcher.v3 that return ValueMatcher.NullMatchModifier and TypeMethodDescriptionValueMatcher.NullMatch.Builder.build()
ValueMatcher.NullMatch.Builder.buildPartial()
static ValueMatcher.NullMatch
ValueMatcher.NullMatch.getDefaultInstance()
ValueMatcher.NullMatch.Builder.getDefaultInstanceForType()
ValueMatcher.NullMatch.getDefaultInstanceForType()
ValueMatcher.Builder.getNullMatch()
If specified, a match occurs if and only if the target value is a NullValue.ValueMatcher.getNullMatch()
If specified, a match occurs if and only if the target value is a NullValue.ValueMatcherOrBuilder.getNullMatch()
If specified, a match occurs if and only if the target value is a NullValue.static ValueMatcher.NullMatch
ValueMatcher.NullMatch.parseDelimitedFrom
(InputStream input) static ValueMatcher.NullMatch
ValueMatcher.NullMatch.parseDelimitedFrom
(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
(InputStream input) static ValueMatcher.NullMatch
ValueMatcher.NullMatch.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueMatcher.NullMatch
ValueMatcher.NullMatch.parseFrom
(ByteBuffer data) static ValueMatcher.NullMatch
ValueMatcher.NullMatch.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type ValueMatcher.NullMatchModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<ValueMatcher.NullMatch> ValueMatcher.NullMatch.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<ValueMatcher.NullMatch, ValueMatcher.NullMatch.Builder, ValueMatcher.NullMatchOrBuilder> ValueMatcher.Builder.internalGetNullMatchFieldBuilder()
If specified, a match occurs if and only if the target value is a NullValue.static com.google.protobuf.Parser
<ValueMatcher.NullMatch> ValueMatcher.NullMatch.parser()
Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type ValueMatcher.NullMatchModifier and TypeMethodDescriptionValueMatcher.NullMatch.Builder.mergeFrom
(ValueMatcher.NullMatch other) ValueMatcher.Builder.mergeNullMatch
(ValueMatcher.NullMatch value) If specified, a match occurs if and only if the target value is a NullValue.ValueMatcher.NullMatch.newBuilder
(ValueMatcher.NullMatch prototype) ValueMatcher.Builder.setNullMatch
(ValueMatcher.NullMatch value) If specified, a match occurs if and only if the target value is a NullValue.