import "github.com/envoyproxy/go-control-plane/envoy/extensions/compression/gzip/decompressor/v3"
gzip.pb.go gzip.pb.validate.go
var File_envoy_extensions_compression_gzip_decompressor_v3_gzip_proto protoreflect.FileDescriptor
type Gzip struct { // Value from 9 to 15 that represents the base two logarithmic of the decompressor's window size. // The decompression window size needs to be equal or larger than the compression window size. // The default window size is 15. // This is so that the decompressor can decompress a response compressed by a compressor with any compression window size. // For more details about this parameter, please refer to `zlib manual <https://www.zlib.net/manual.html>`_ > inflateInit2. WindowBits *wrappers.UInt32Value `protobuf:"bytes,1,opt,name=window_bits,json=windowBits,proto3" json:"window_bits,omitempty"` // Value for zlib's decompressor output buffer. If not set, defaults to 4096. // See https://www.zlib.net/manual.html for more details. ChunkSize *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=chunk_size,json=chunkSize,proto3" json:"chunk_size,omitempty"` // contains filtered or unexported fields }
Deprecated: Use Gzip.ProtoReflect.Descriptor instead.
func (x *Gzip) GetChunkSize() *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.
Package envoy_extensions_compression_gzip_decompressor_v3 imports 19 packages (graph) and is imported by 6 packages. Updated 2021-01-07. Refresh now. Tools for package owners.