public interface MetadataFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MetadataMatcher |
getMatcher()
Matcher to check metadata for specified value.
|
MetadataMatcherOrBuilder |
getMatcherOrBuilder()
Matcher to check metadata for specified value.
|
com.google.protobuf.BoolValue |
getMatchIfKeyNotFound()
Default result if the key does not exist in dynamic metadata: if unset or
true, then log; if false, then don't log.
|
com.google.protobuf.BoolValueOrBuilder |
getMatchIfKeyNotFoundOrBuilder()
Default result if the key does not exist in dynamic metadata: if unset or
true, then log; if false, then don't log.
|
boolean |
hasMatcher()
Matcher to check metadata for specified value.
|
boolean |
hasMatchIfKeyNotFound()
Default result if the key does not exist in dynamic metadata: if unset or
true, then log; if false, then don't log.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMatcher()
Matcher to check metadata for specified value. For example, to match on the access_log_hint metadata, set the filter to "envoy.common" and the path to "access_log_hint", and the value to "true".
.envoy.type.matcher.v4alpha.MetadataMatcher matcher = 1;MetadataMatcher getMatcher()
Matcher to check metadata for specified value. For example, to match on the access_log_hint metadata, set the filter to "envoy.common" and the path to "access_log_hint", and the value to "true".
.envoy.type.matcher.v4alpha.MetadataMatcher matcher = 1;MetadataMatcherOrBuilder getMatcherOrBuilder()
Matcher to check metadata for specified value. For example, to match on the access_log_hint metadata, set the filter to "envoy.common" and the path to "access_log_hint", and the value to "true".
.envoy.type.matcher.v4alpha.MetadataMatcher matcher = 1;boolean hasMatchIfKeyNotFound()
Default result if the key does not exist in dynamic metadata: if unset or true, then log; if false, then don't log.
.google.protobuf.BoolValue match_if_key_not_found = 2;com.google.protobuf.BoolValue getMatchIfKeyNotFound()
Default result if the key does not exist in dynamic metadata: if unset or true, then log; if false, then don't log.
.google.protobuf.BoolValue match_if_key_not_found = 2;com.google.protobuf.BoolValueOrBuilder getMatchIfKeyNotFoundOrBuilder()
Default result if the key does not exist in dynamic metadata: if unset or true, then log; if false, then don't log.
.google.protobuf.BoolValue match_if_key_not_found = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.