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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.UInt32ValuegetMaxRequestBytes()The maximum request size that the filter will buffer before the connection manager will stop buffering and return a 413 response.com.google.protobuf.UInt32ValueOrBuildergetMaxRequestBytesOrBuilder()The maximum request size that the filter will buffer before the connection manager will stop buffering and return a 413 response.booleanhasMaxRequestBytes()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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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) = { ... }
-
-