Home

envoy.extensions.filters.http.compressor.v3.Compressor.CommonDirectionConfig

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.filters.http.compressor.v3.Compressor.CommonDirectionConfig
.withContentType([ 'string' ])
.withEnabled(types.envoy.config.core.v3.RuntimeFeatureFlag)
.withMinContentLength(1)
._validate()

Fields

Name Type One-of group Required Constraints
content_type [] string  
enabled envoy.config.core.v3.RuntimeFeatureFlag  
min_content_length google.protobuf.UInt32Value