Interface PreserveCaseFormatterConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getForwardReasonPhrase()
      Allows forwarding reason phrase text.
      • 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

      • getForwardReasonPhrase

        boolean getForwardReasonPhrase()
         Allows forwarding reason phrase text.
         This is off by default, and a standard reason phrase is used for a corresponding HTTP response code.
         
        bool forward_reason_phrase = 1;