import "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/gzip/v3"
gzip.pb.go gzip.pb.validate.go
var ( Gzip_CompressionStrategy_name = map[int32]string{ 0: "DEFAULT", 1: "FILTERED", 2: "HUFFMAN", 3: "RLE", } Gzip_CompressionStrategy_value = map[string]int32{ "DEFAULT": 0, "FILTERED": 1, "HUFFMAN": 2, "RLE": 3, } )
Enum value maps for Gzip_CompressionStrategy.
var ( Gzip_CompressionLevel_Enum_name = map[int32]string{ 0: "DEFAULT", 1: "BEST", 2: "SPEED", } Gzip_CompressionLevel_Enum_value = map[string]int32{ "DEFAULT": 0, "BEST": 1, "SPEED": 2, } )
Enum value maps for Gzip_CompressionLevel_Enum.
var File_envoy_extensions_filters_http_gzip_v3_gzip_proto protoreflect.FileDescriptor
type Gzip struct { // Value from 1 to 9 that controls the amount of internal memory used by zlib. Higher values // use more memory, but are faster and produce better compression results. The default value is 5. MemoryLevel *wrappers.UInt32Value `protobuf:"bytes,1,opt,name=memory_level,json=memoryLevel,proto3" json:"memory_level,omitempty"` // A value used for selecting the zlib compression level. This setting will affect speed and // amount of compression applied to the content. "BEST" provides higher compression at the cost of // higher latency, "SPEED" provides lower compression with minimum impact on response time. // "DEFAULT" provides an optimal result between speed and compression. This field will be set to // "DEFAULT" if not specified. CompressionLevel Gzip_CompressionLevel_Enum `protobuf:"varint,3,opt,name=compression_level,json=compressionLevel,proto3,enum=envoy.extensions.filters.http.gzip.v3.Gzip_CompressionLevel_Enum" json:"compression_level,omitempty"` // A value used for selecting the zlib compression strategy which is directly related to the // characteristics of the content. Most of the time "DEFAULT" will be the best choice, though // there are situations which changing this parameter might produce better results. For example, // run-length encoding (RLE) is typically used when the content is known for having sequences // which same data occurs many consecutive times. For more information about each strategy, please // refer to zlib manual. CompressionStrategy Gzip_CompressionStrategy `protobuf:"varint,4,opt,name=compression_strategy,json=compressionStrategy,proto3,enum=envoy.extensions.filters.http.gzip.v3.Gzip_CompressionStrategy" json:"compression_strategy,omitempty"` // Value from 9 to 15 that represents the base two logarithmic of the compressor's window size. // Larger window results in better compression at the expense of memory usage. The default is 12 // which will produce a 4096 bytes window. For more details about this parameter, please refer to // zlib manual > deflateInit2. WindowBits *wrappers.UInt32Value `protobuf:"bytes,9,opt,name=window_bits,json=windowBits,proto3" json:"window_bits,omitempty"` // Set of configuration parameters common for all compression filters. If this field is set then // the fields `content_length`, `content_type`, `disable_on_etag_header` and // `remove_accept_encoding_header` are ignored. Compressor *v3.Compressor `protobuf:"bytes,10,opt,name=compressor,proto3" json:"compressor,omitempty"` // Value for Zlib's next output buffer. If not set, defaults to 4096. // See https://www.zlib.net/manual.html for more details. Also see // https://github.com/envoyproxy/envoy/issues/8448 for context on this filter's performance. ChunkSize *wrappers.UInt32Value `protobuf:"bytes,11,opt,name=chunk_size,json=chunkSize,proto3" json:"chunk_size,omitempty"` // Deprecated: Do not use. HiddenEnvoyDeprecatedContentLength *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=hidden_envoy_deprecated_content_length,json=hiddenEnvoyDeprecatedContentLength,proto3" json:"hidden_envoy_deprecated_content_length,omitempty"` // Deprecated: Do not use. HiddenEnvoyDeprecatedContentType []string `protobuf:"bytes,6,rep,name=hidden_envoy_deprecated_content_type,json=hiddenEnvoyDeprecatedContentType,proto3" json:"hidden_envoy_deprecated_content_type,omitempty"` // Deprecated: Do not use. HiddenEnvoyDeprecatedDisableOnEtagHeader bool `protobuf:"varint,7,opt,name=hidden_envoy_deprecated_disable_on_etag_header,json=hiddenEnvoyDeprecatedDisableOnEtagHeader,proto3" json:"hidden_envoy_deprecated_disable_on_etag_header,omitempty"` // Deprecated: Do not use. HiddenEnvoyDeprecatedRemoveAcceptEncodingHeader bool `protobuf:"varint,8,opt,name=hidden_envoy_deprecated_remove_accept_encoding_header,json=hiddenEnvoyDeprecatedRemoveAcceptEncodingHeader,proto3" json:"hidden_envoy_deprecated_remove_accept_encoding_header,omitempty"` // contains filtered or unexported fields }
[#next-free-field: 12]
Deprecated: Use Gzip.ProtoReflect.Descriptor instead.
func (x *Gzip) GetChunkSize() *wrappers.UInt32Value
func (x *Gzip) GetCompressionLevel() Gzip_CompressionLevel_Enum
func (x *Gzip) GetCompressionStrategy() Gzip_CompressionStrategy
func (x *Gzip) GetCompressor() *v3.Compressor
func (x *Gzip) GetHiddenEnvoyDeprecatedContentLength() *wrappers.UInt32Value
Deprecated: Do not use.
Deprecated: Do not use.
Deprecated: Do not use.
Deprecated: Do not use.
func (x *Gzip) GetMemoryLevel() *wrappers.UInt32Value
func (x *Gzip) GetWindowBits() *wrappers.UInt32Value
func (x *Gzip) ProtoReflect() protoreflect.Message
Validate checks the field values on Gzip with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GzipValidationError struct {
// contains filtered or unexported fields
}
GzipValidationError is the validation error returned by Gzip.Validate if the designated constraints aren't met.
func (e GzipValidationError) Cause() error
Cause function returns cause value.
func (e GzipValidationError) Error() string
Error satisfies the builtin error interface
func (e GzipValidationError) ErrorName() string
ErrorName returns error name.
func (e GzipValidationError) Field() string
Field function returns field value.
func (e GzipValidationError) Key() bool
Key function returns key value.
func (e GzipValidationError) Reason() string
Reason function returns reason value.
type Gzip_CompressionLevel struct {
// contains filtered or unexported fields
}
func (*Gzip_CompressionLevel) Descriptor() ([]byte, []int)
Deprecated: Use Gzip_CompressionLevel.ProtoReflect.Descriptor instead.
func (*Gzip_CompressionLevel) ProtoMessage()
func (x *Gzip_CompressionLevel) ProtoReflect() protoreflect.Message
func (x *Gzip_CompressionLevel) Reset()
func (x *Gzip_CompressionLevel) String() string
func (m *Gzip_CompressionLevel) Validate() error
Validate checks the field values on Gzip_CompressionLevel with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type Gzip_CompressionLevelValidationError struct {
// contains filtered or unexported fields
}
Gzip_CompressionLevelValidationError is the validation error returned by Gzip_CompressionLevel.Validate if the designated constraints aren't met.
func (e Gzip_CompressionLevelValidationError) Cause() error
Cause function returns cause value.
func (e Gzip_CompressionLevelValidationError) Error() string
Error satisfies the builtin error interface
func (e Gzip_CompressionLevelValidationError) ErrorName() string
ErrorName returns error name.
func (e Gzip_CompressionLevelValidationError) Field() string
Field function returns field value.
func (e Gzip_CompressionLevelValidationError) Key() bool
Key function returns key value.
func (e Gzip_CompressionLevelValidationError) Reason() string
Reason function returns reason value.
const ( Gzip_CompressionLevel_DEFAULT Gzip_CompressionLevel_Enum = 0 Gzip_CompressionLevel_BEST Gzip_CompressionLevel_Enum = 1 Gzip_CompressionLevel_SPEED Gzip_CompressionLevel_Enum = 2 )
func (Gzip_CompressionLevel_Enum) Descriptor() protoreflect.EnumDescriptor
func (x Gzip_CompressionLevel_Enum) Enum() *Gzip_CompressionLevel_Enum
func (Gzip_CompressionLevel_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use Gzip_CompressionLevel_Enum.Descriptor instead.
func (x Gzip_CompressionLevel_Enum) Number() protoreflect.EnumNumber
func (x Gzip_CompressionLevel_Enum) String() string
func (Gzip_CompressionLevel_Enum) Type() protoreflect.EnumType
const ( Gzip_DEFAULT Gzip_CompressionStrategy = 0 Gzip_FILTERED Gzip_CompressionStrategy = 1 Gzip_HUFFMAN Gzip_CompressionStrategy = 2 Gzip_RLE Gzip_CompressionStrategy = 3 )
func (Gzip_CompressionStrategy) Descriptor() protoreflect.EnumDescriptor
func (x Gzip_CompressionStrategy) Enum() *Gzip_CompressionStrategy
func (Gzip_CompressionStrategy) EnumDescriptor() ([]byte, []int)
Deprecated: Use Gzip_CompressionStrategy.Descriptor instead.
func (x Gzip_CompressionStrategy) Number() protoreflect.EnumNumber
func (x Gzip_CompressionStrategy) String() string
func (Gzip_CompressionStrategy) Type() protoreflect.EnumType
Package envoy_extensions_filters_http_gzip_v3 imports 20 packages (graph) and is imported by 7 packages. Updated 2021-01-07. Refresh now. Tools for package owners.