Versions in this module Expand all Collapse all v0 v0.9.8 Jun 18, 2021 Changes in this version + var File_envoy_extensions_compression_gzip_compressor_v3_gzip_proto protoreflect.FileDescriptor + var Gzip_CompressionLevel_name = map[int32]string + var Gzip_CompressionLevel_value = map[string]int32 + var Gzip_CompressionStrategy_name = map[int32]string + var Gzip_CompressionStrategy_value = map[string]int32 + type Gzip struct + ChunkSize *wrappers.UInt32Value + CompressionLevel Gzip_CompressionLevel + CompressionStrategy Gzip_CompressionStrategy + MemoryLevel *wrappers.UInt32Value + WindowBits *wrappers.UInt32Value + func (*Gzip) Descriptor() ([]byte, []int) + func (*Gzip) ProtoMessage() + func (m *Gzip) Validate() error + func (x *Gzip) GetChunkSize() *wrappers.UInt32Value + func (x *Gzip) GetCompressionLevel() Gzip_CompressionLevel + func (x *Gzip) GetCompressionStrategy() Gzip_CompressionStrategy + func (x *Gzip) GetMemoryLevel() *wrappers.UInt32Value + func (x *Gzip) GetWindowBits() *wrappers.UInt32Value + func (x *Gzip) ProtoReflect() protoreflect.Message + func (x *Gzip) Reset() + func (x *Gzip) String() string + type GzipValidationError struct + func (e GzipValidationError) Cause() error + func (e GzipValidationError) Error() string + func (e GzipValidationError) ErrorName() string + func (e GzipValidationError) Field() string + func (e GzipValidationError) Key() bool + func (e GzipValidationError) Reason() string + type Gzip_CompressionLevel int32 + const Gzip_BEST_COMPRESSION + const Gzip_BEST_SPEED + const Gzip_COMPRESSION_LEVEL_1 + const Gzip_COMPRESSION_LEVEL_2 + const Gzip_COMPRESSION_LEVEL_3 + const Gzip_COMPRESSION_LEVEL_4 + const Gzip_COMPRESSION_LEVEL_5 + const Gzip_COMPRESSION_LEVEL_6 + const Gzip_COMPRESSION_LEVEL_7 + const Gzip_COMPRESSION_LEVEL_8 + const Gzip_COMPRESSION_LEVEL_9 + const Gzip_DEFAULT_COMPRESSION + func (Gzip_CompressionLevel) Descriptor() protoreflect.EnumDescriptor + func (Gzip_CompressionLevel) EnumDescriptor() ([]byte, []int) + func (Gzip_CompressionLevel) Type() protoreflect.EnumType + func (x Gzip_CompressionLevel) Enum() *Gzip_CompressionLevel + func (x Gzip_CompressionLevel) Number() protoreflect.EnumNumber + func (x Gzip_CompressionLevel) String() string + type Gzip_CompressionStrategy int32 + const Gzip_DEFAULT_STRATEGY + const Gzip_FILTERED + const Gzip_FIXED + const Gzip_HUFFMAN_ONLY + const Gzip_RLE + func (Gzip_CompressionStrategy) Descriptor() protoreflect.EnumDescriptor + func (Gzip_CompressionStrategy) EnumDescriptor() ([]byte, []int) + func (Gzip_CompressionStrategy) Type() protoreflect.EnumType + func (x Gzip_CompressionStrategy) Enum() *Gzip_CompressionStrategy + func (x Gzip_CompressionStrategy) Number() protoreflect.EnumNumber + func (x Gzip_CompressionStrategy) String() string