envoy.extensions.compression.brotli.decompressor.v3.Brotli
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.envoy.extensions.compression.brotli.decompressor.v3.Brotli
.withChunkSize(1)
.withDisableRingBufferReallocation(false)
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
chunk_size |
google.protobuf.UInt32Value
|
|
|
{"Uint32":{"gte":4096,"lte":65536}}
|
disable_ring_buffer_reallocation |
bool
|
|
|
|