public interface ResponseFlagFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFlags(int index)
Only responses with the any of the flags listed in this field will be
logged.
|
com.google.protobuf.ByteString |
getFlagsBytes(int index)
Only responses with the any of the flags listed in this field will be
logged.
|
int |
getFlagsCount()
Only responses with the any of the flags listed in this field will be
logged.
|
List<String> |
getFlagsList()
Only responses with the any of the flags listed in this field will be
logged.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getFlagsList()
Only responses with the any of the flags listed in this field will be logged. This field is optional. If it is not specified, then any response flag will pass the filter check.
repeated string flags = 1 [(.validate.rules) = { ... }int getFlagsCount()
Only responses with the any of the flags listed in this field will be logged. This field is optional. If it is not specified, then any response flag will pass the filter check.
repeated string flags = 1 [(.validate.rules) = { ... }String getFlags(int index)
Only responses with the any of the flags listed in this field will be logged. This field is optional. If it is not specified, then any response flag will pass the filter check.
repeated string flags = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getFlagsBytes(int index)
Only responses with the any of the flags listed in this field will be logged. This field is optional. If it is not specified, then any response flag will pass the filter check.
repeated string flags = 1 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.