Interface ResponseFlagFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResponseFlagFilter,ResponseFlagFilter.Builder
public interface ResponseFlagFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFlags(int index)Only responses with the any of the flags listed in this field will be logged.com.google.protobuf.ByteStringgetFlagsBytes(int index)Only responses with the any of the flags listed in this field will be logged.intgetFlagsCount()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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFlagsList
List<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) = { ... }
-
getFlagsCount
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) = { ... }
-
getFlags
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) = { ... }
-
getFlagsBytes
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) = { ... }
-
-