local types = import 'types.libsonnet'; types.envoy.extensions.compression.brotli.compressor.v3.Brotli .withChunkSize(1) .withDisableLiteralContextModeling(false) .withEncoderMode(types.envoy.extensions.compression.brotli.compressor.v3.Brotli.EncoderMode.DEFAULT) .withInputBlockBits(1) .withQuality(1) .withWindowBits(1) ._validate()
Name | Type | One-of group | Required | Constraints |
---|---|---|---|---|
chunk_size | google.protobuf.UInt32Value |
{"Uint32":{"gte":4096,"lte":65536}}
|
||
disable_literal_context_modeling | bool |
|
||
encoder_mode | envoy.extensions.compression.brotli.compressor.v3.Brotli.EncoderMode |
{"Enum":{"defined_only":true}}
|
||
input_block_bits | google.protobuf.UInt32Value |
{"Uint32":{"gte":16,"lte":24}}
|
||
quality | google.protobuf.UInt32Value |
{"Uint32":{"lte":11}}
|
||
window_bits | google.protobuf.UInt32Value |
{"Uint32":{"gte":10,"lte":24}}
|