public static interface BufferOuterClass.BufferOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
com.google.protobuf.Duration |
getMaxRequestTime()
The maximum number of seconds that the filter will wait for a complete
request before returning a 408 response.
|
com.google.protobuf.DurationOrBuilder |
getMaxRequestTimeOrBuilder()
The maximum number of seconds that the filter will wait for a complete
request before returning a 408 response.
|
boolean |
hasMaxRequestBytes()
The maximum request size that the filter will buffer before the connection
manager will stop buffering and return a 413 response.
|
boolean |
hasMaxRequestTime()
The maximum number of seconds that the filter will wait for a complete
request before returning a 408 response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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) = { ... }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) = { ... }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) = { ... }boolean hasMaxRequestTime()
The maximum number of seconds that the filter will wait for a complete request before returning a 408 response.
.google.protobuf.Duration max_request_time = 2 [(.gogoproto.stdduration) = true, (.validate.rules) = { ... }com.google.protobuf.Duration getMaxRequestTime()
The maximum number of seconds that the filter will wait for a complete request before returning a 408 response.
.google.protobuf.Duration max_request_time = 2 [(.gogoproto.stdduration) = true, (.validate.rules) = { ... }com.google.protobuf.DurationOrBuilder getMaxRequestTimeOrBuilder()
The maximum number of seconds that the filter will wait for a complete request before returning a 408 response.
.google.protobuf.Duration max_request_time = 2 [(.gogoproto.stdduration) = true, (.validate.rules) = { ... }Copyright © 2018 The Envoy Project. All rights reserved.