| Package | Description |
|---|---|
| io.envoyproxy.envoy.type.matcher.v3 |
| Modifier and Type | Method and Description |
|---|---|
ValueMatcher.NullMatch |
ValueMatcher.NullMatch.Builder.build() |
ValueMatcher.NullMatch |
ValueMatcher.NullMatch.Builder.buildPartial() |
static ValueMatcher.NullMatch |
ValueMatcher.NullMatch.getDefaultInstance() |
ValueMatcher.NullMatch |
ValueMatcher.NullMatch.getDefaultInstanceForType() |
ValueMatcher.NullMatch |
ValueMatcher.NullMatch.Builder.getDefaultInstanceForType() |
ValueMatcher.NullMatch |
ValueMatcherOrBuilder.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 |
ValueMatcher.Builder.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(ByteBuffer data) |
static ValueMatcher.NullMatch |
ValueMatcher.NullMatch.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ValueMatcher.NullMatch> |
ValueMatcher.NullMatch.getParserForType() |
static com.google.protobuf.Parser<ValueMatcher.NullMatch> |
ValueMatcher.NullMatch.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.