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
      java.lang.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.
      java.util.List<java.lang.String> getFlagsList()
      Only responses with the any of the flags listed in this field will be logged.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getFlagsList

        java.util.List<java.lang.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) = { ... }
        Returns:
        A list containing the flags.
      • 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) = { ... }
        Returns:
        The count of flags.
      • getFlags

        java.lang.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) = { ... }
        Parameters:
        index - The index of the element to return.
        Returns:
        The flags at the given index.
      • 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) = { ... }
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the flags at the given index.