Uses of Class
io.envoyproxy.envoy.type.matcher.v3.ValueMatcher.NullMatch.Builder
-
Packages that use ValueMatcher.NullMatch.Builder Package Description io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of ValueMatcher.NullMatch.Builder in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type ValueMatcher.NullMatch.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ValueMatcher.NullMatch,ValueMatcher.NullMatch.Builder,ValueMatcher.NullMatchOrBuilder>
ValueMatcher.Builder. nullMatchBuilder_
Methods in io.envoyproxy.envoy.type.matcher.v3 that return ValueMatcher.NullMatch.Builder Modifier and Type Method Description ValueMatcher.NullMatch.Builder
ValueMatcher.NullMatch.Builder. clear()
ValueMatcher.NullMatch.Builder
ValueMatcher.Builder. getNullMatchBuilder()
If specified, a match occurs if and only if the target value is a NullValue.ValueMatcher.NullMatch.Builder
ValueMatcher.NullMatch.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ValueMatcher.NullMatch.Builder
ValueMatcher.NullMatch.Builder. mergeFrom(com.google.protobuf.Message other)
ValueMatcher.NullMatch.Builder
ValueMatcher.NullMatch.Builder. mergeFrom(ValueMatcher.NullMatch other)
static ValueMatcher.NullMatch.Builder
ValueMatcher.NullMatch. newBuilder()
static ValueMatcher.NullMatch.Builder
ValueMatcher.NullMatch. newBuilder(ValueMatcher.NullMatch prototype)
ValueMatcher.NullMatch.Builder
ValueMatcher.NullMatch. newBuilderForType()
protected ValueMatcher.NullMatch.Builder
ValueMatcher.NullMatch. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
ValueMatcher.NullMatch.Builder
ValueMatcher.NullMatch. toBuilder()
Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type ValueMatcher.NullMatch.Builder 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.Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type ValueMatcher.NullMatch.Builder Modifier and Type Method Description ValueMatcher.Builder
ValueMatcher.Builder. setNullMatch(ValueMatcher.NullMatch.Builder builderForValue)
If specified, a match occurs if and only if the target value is a NullValue.
-