Interface BufferOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Buffer, Buffer.Builder

public interface BufferOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.UInt32Value
    The maximum request size that the filter will buffer before the connection manager will stop buffering and return a 413 response.
    com.google.protobuf.UInt32ValueOrBuilder
    The maximum request size that the filter will buffer before the connection manager will stop buffering and return a 413 response.
    boolean
    The maximum request size that the filter will buffer before the connection manager will stop buffering and return a 413 response.

    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 Details

    • hasMaxRequestBytes

      boolean hasMaxRequestBytes()
       The maximum request size that the filter will buffer before the connection
       manager will stop buffering and return a 413 response.
       
      .google.protobuf.UInt32Value max_request_bytes = 1 [(.validate.rules) = { ... }
      Returns:
      Whether the maxRequestBytes field is set.
    • getMaxRequestBytes

      com.google.protobuf.UInt32Value getMaxRequestBytes()
       The maximum request size that the filter will buffer before the connection
       manager will stop buffering and return a 413 response.
       
      .google.protobuf.UInt32Value max_request_bytes = 1 [(.validate.rules) = { ... }
      Returns:
      The maxRequestBytes.
    • getMaxRequestBytesOrBuilder

      com.google.protobuf.UInt32ValueOrBuilder getMaxRequestBytesOrBuilder()
       The maximum request size that the filter will buffer before the connection
       manager will stop buffering and return a 413 response.
       
      .google.protobuf.UInt32Value max_request_bytes = 1 [(.validate.rules) = { ... }