compressorv3

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 2, 2024 License: Apache-2.0 Imports: 21 Imported by: 30

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_envoy_extensions_filters_http_compressor_v3_compressor_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Compressor

type Compressor struct {

	// Minimum response length, in bytes, which will trigger compression. The default value is 30.
	//
	// Deprecated: Marked as deprecated in envoy/extensions/filters/http/compressor/v3/compressor.proto.
	ContentLength *wrappers.UInt32Value `protobuf:"bytes,1,opt,name=content_length,json=contentLength,proto3" json:"content_length,omitempty"`
	// Set of strings that allows specifying which mime-types yield compression; e.g.,
	// application/json, text/html, etc. When this field is not defined, compression will be applied
	// to the following mime-types: "application/javascript", "application/json",
	// "application/xhtml+xml", "image/svg+xml", "text/css", "text/html", "text/plain", "text/xml"
	// and their synonyms.
	//
	// Deprecated: Marked as deprecated in envoy/extensions/filters/http/compressor/v3/compressor.proto.
	ContentType []string `protobuf:"bytes,2,rep,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	// If true, disables compression when the response contains an etag header. When it is false, the
	// filter will preserve weak etags and remove the ones that require strong validation.
	//
	// Deprecated: Marked as deprecated in envoy/extensions/filters/http/compressor/v3/compressor.proto.
	DisableOnEtagHeader bool `protobuf:"varint,3,opt,name=disable_on_etag_header,json=disableOnEtagHeader,proto3" json:"disable_on_etag_header,omitempty"`
	// If true, removes accept-encoding from the request headers before dispatching it to the upstream
	// so that responses do not get compressed before reaching the filter.
	//
	// .. attention::
	//
	//	To avoid interfering with other compression filters in the same chain use this option in
	//	the filter closest to the upstream.
	//
	// Deprecated: Marked as deprecated in envoy/extensions/filters/http/compressor/v3/compressor.proto.
	RemoveAcceptEncodingHeader bool `` /* 144-byte string literal not displayed */
	// Runtime flag that controls whether the filter is enabled or not. If set to false, the
	// filter will operate as a pass-through filter, unless overridden by
	// CompressorPerRoute. If not specified, defaults to enabled.
	//
	// Deprecated: Marked as deprecated in envoy/extensions/filters/http/compressor/v3/compressor.proto.
	RuntimeEnabled *v3.RuntimeFeatureFlag `protobuf:"bytes,5,opt,name=runtime_enabled,json=runtimeEnabled,proto3" json:"runtime_enabled,omitempty"`
	// A compressor library to use for compression. Currently only
	// :ref:`envoy.compression.gzip.compressor<envoy_v3_api_msg_extensions.compression.gzip.compressor.v3.Gzip>`
	// is included in Envoy.
	// [#extension-category: envoy.compression.compressor]
	CompressorLibrary *v3.TypedExtensionConfig `protobuf:"bytes,6,opt,name=compressor_library,json=compressorLibrary,proto3" json:"compressor_library,omitempty"`
	// Configuration for request compression. Compression is disabled by default if left empty.
	RequestDirectionConfig *Compressor_RequestDirectionConfig `` /* 129-byte string literal not displayed */
	// Configuration for response compression. Compression is enabled by default if left empty.
	//
	// .. attention::
	//
	//	If the field is not empty then the duplicate deprecated fields of the “Compressor“ message,
	//	such as “content_length“, “content_type“, “disable_on_etag_header“,
	//	“remove_accept_encoding_header“ and “runtime_enabled“, are ignored.
	//
	//	Also all the statistics related to response compression will be rooted in
	//	“<stat_prefix>.compressor.<compressor_library.name>.<compressor_library_stat_prefix>.response.*“
	//	instead of
	//	“<stat_prefix>.compressor.<compressor_library.name>.<compressor_library_stat_prefix>.*“.
	ResponseDirectionConfig *Compressor_ResponseDirectionConfig `` /* 132-byte string literal not displayed */
	// If true, chooses this compressor first to do compression when the q-values in “Accept-Encoding“ are same.
	// The last compressor which enables choose_first will be chosen if multiple compressor filters in the chain have choose_first as true.
	ChooseFirst bool `protobuf:"varint,9,opt,name=choose_first,json=chooseFirst,proto3" json:"choose_first,omitempty"`
	// contains filtered or unexported fields
}

[#next-free-field: 10]

func (*Compressor) Descriptor deprecated

func (*Compressor) Descriptor() ([]byte, []int)

Deprecated: Use Compressor.ProtoReflect.Descriptor instead.

func (*Compressor) GetChooseFirst added in v0.11.0

func (x *Compressor) GetChooseFirst() bool

func (*Compressor) GetCompressorLibrary added in v0.9.6

func (x *Compressor) GetCompressorLibrary() *v3.TypedExtensionConfig

func (*Compressor) GetContentLength deprecated

func (x *Compressor) GetContentLength() *wrappers.UInt32Value

Deprecated: Marked as deprecated in envoy/extensions/filters/http/compressor/v3/compressor.proto.

func (*Compressor) GetContentType deprecated

func (x *Compressor) GetContentType() []string

Deprecated: Marked as deprecated in envoy/extensions/filters/http/compressor/v3/compressor.proto.

func (*Compressor) GetDisableOnEtagHeader deprecated

func (x *Compressor) GetDisableOnEtagHeader() bool

Deprecated: Marked as deprecated in envoy/extensions/filters/http/compressor/v3/compressor.proto.

func (*Compressor) GetRemoveAcceptEncodingHeader deprecated

func (x *Compressor) GetRemoveAcceptEncodingHeader() bool

Deprecated: Marked as deprecated in envoy/extensions/filters/http/compressor/v3/compressor.proto.

func (*Compressor) GetRequestDirectionConfig added in v0.9.9

func (x *Compressor) GetRequestDirectionConfig() *Compressor_RequestDirectionConfig

func (*Compressor) GetResponseDirectionConfig added in v0.9.9

func (x *Compressor) GetResponseDirectionConfig() *Compressor_ResponseDirectionConfig

func (*Compressor) GetRuntimeEnabled deprecated

func (x *Compressor) GetRuntimeEnabled() *v3.RuntimeFeatureFlag

Deprecated: Marked as deprecated in envoy/extensions/filters/http/compressor/v3/compressor.proto.

func (*Compressor) ProtoMessage

func (*Compressor) ProtoMessage()

func (*Compressor) ProtoReflect added in v0.9.6

func (x *Compressor) ProtoReflect() protoreflect.Message

func (*Compressor) Reset

func (x *Compressor) Reset()

func (*Compressor) String

func (x *Compressor) String() string

func (*Compressor) Validate

func (m *Compressor) Validate() error

Validate checks the field values on Compressor with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Compressor) ValidateAll added in v0.10.0

func (m *Compressor) ValidateAll() error

ValidateAll checks the field values on Compressor with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CompressorMultiError, or nil if none found.

type CompressorMultiError added in v0.10.0

type CompressorMultiError []error

CompressorMultiError is an error wrapping multiple validation errors returned by Compressor.ValidateAll() if the designated constraints aren't met.

func (CompressorMultiError) AllErrors added in v0.10.0

func (m CompressorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CompressorMultiError) Error added in v0.10.0

func (m CompressorMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CompressorOverrides added in v0.11.0

type CompressorOverrides struct {

	// If present, response compression is enabled.
	ResponseDirectionConfig *ResponseDirectionOverrides `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

Per-route overrides. As per-route overrides are needed, they should be added here, mirroring the structure of “Compressor“. All fields should be optional, to allow overriding arbitrary subsets of configuration.

func (*CompressorOverrides) Descriptor deprecated added in v0.11.0

func (*CompressorOverrides) Descriptor() ([]byte, []int)

Deprecated: Use CompressorOverrides.ProtoReflect.Descriptor instead.

func (*CompressorOverrides) GetResponseDirectionConfig added in v0.11.0

func (x *CompressorOverrides) GetResponseDirectionConfig() *ResponseDirectionOverrides

func (*CompressorOverrides) ProtoMessage added in v0.11.0

func (*CompressorOverrides) ProtoMessage()

func (*CompressorOverrides) ProtoReflect added in v0.11.0

func (x *CompressorOverrides) ProtoReflect() protoreflect.Message

func (*CompressorOverrides) Reset added in v0.11.0

func (x *CompressorOverrides) Reset()

func (*CompressorOverrides) String added in v0.11.0

func (x *CompressorOverrides) String() string

func (*CompressorOverrides) Validate added in v0.11.0

func (m *CompressorOverrides) Validate() error

Validate checks the field values on CompressorOverrides with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CompressorOverrides) ValidateAll added in v0.11.0

func (m *CompressorOverrides) ValidateAll() error

ValidateAll checks the field values on CompressorOverrides with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CompressorOverridesMultiError, or nil if none found.

type CompressorOverridesMultiError added in v0.11.0

type CompressorOverridesMultiError []error

CompressorOverridesMultiError is an error wrapping multiple validation errors returned by CompressorOverrides.ValidateAll() if the designated constraints aren't met.

func (CompressorOverridesMultiError) AllErrors added in v0.11.0

func (m CompressorOverridesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CompressorOverridesMultiError) Error added in v0.11.0

Error returns a concatenation of all the error messages it wraps.

type CompressorOverridesValidationError added in v0.11.0

type CompressorOverridesValidationError struct {
	// contains filtered or unexported fields
}

CompressorOverridesValidationError is the validation error returned by CompressorOverrides.Validate if the designated constraints aren't met.

func (CompressorOverridesValidationError) Cause added in v0.11.0

Cause function returns cause value.

func (CompressorOverridesValidationError) Error added in v0.11.0

Error satisfies the builtin error interface

func (CompressorOverridesValidationError) ErrorName added in v0.11.0

ErrorName returns error name.

func (CompressorOverridesValidationError) Field added in v0.11.0

Field function returns field value.

func (CompressorOverridesValidationError) Key added in v0.11.0

Key function returns key value.

func (CompressorOverridesValidationError) Reason added in v0.11.0

Reason function returns reason value.

type CompressorPerRoute added in v0.11.0

type CompressorPerRoute struct {

	// Types that are assignable to Override:
	//
	//	*CompressorPerRoute_Disabled
	//	*CompressorPerRoute_Overrides
	Override isCompressorPerRoute_Override `protobuf_oneof:"override"`
	// contains filtered or unexported fields
}

func (*CompressorPerRoute) Descriptor deprecated added in v0.11.0

func (*CompressorPerRoute) Descriptor() ([]byte, []int)

Deprecated: Use CompressorPerRoute.ProtoReflect.Descriptor instead.

func (*CompressorPerRoute) GetDisabled added in v0.11.0

func (x *CompressorPerRoute) GetDisabled() bool

func (*CompressorPerRoute) GetOverride added in v0.11.0

func (m *CompressorPerRoute) GetOverride() isCompressorPerRoute_Override

func (*CompressorPerRoute) GetOverrides added in v0.11.0

func (x *CompressorPerRoute) GetOverrides() *CompressorOverrides

func (*CompressorPerRoute) ProtoMessage added in v0.11.0

func (*CompressorPerRoute) ProtoMessage()

func (*CompressorPerRoute) ProtoReflect added in v0.11.0

func (x *CompressorPerRoute) ProtoReflect() protoreflect.Message

func (*CompressorPerRoute) Reset added in v0.11.0

func (x *CompressorPerRoute) Reset()

func (*CompressorPerRoute) String added in v0.11.0

func (x *CompressorPerRoute) String() string

func (*CompressorPerRoute) Validate added in v0.11.0

func (m *CompressorPerRoute) Validate() error

Validate checks the field values on CompressorPerRoute with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CompressorPerRoute) ValidateAll added in v0.11.0

func (m *CompressorPerRoute) ValidateAll() error

ValidateAll checks the field values on CompressorPerRoute with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CompressorPerRouteMultiError, or nil if none found.

type CompressorPerRouteMultiError added in v0.11.0

type CompressorPerRouteMultiError []error

CompressorPerRouteMultiError is an error wrapping multiple validation errors returned by CompressorPerRoute.ValidateAll() if the designated constraints aren't met.

func (CompressorPerRouteMultiError) AllErrors added in v0.11.0

func (m CompressorPerRouteMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CompressorPerRouteMultiError) Error added in v0.11.0

Error returns a concatenation of all the error messages it wraps.

type CompressorPerRouteValidationError added in v0.11.0

type CompressorPerRouteValidationError struct {
	// contains filtered or unexported fields
}

CompressorPerRouteValidationError is the validation error returned by CompressorPerRoute.Validate if the designated constraints aren't met.

func (CompressorPerRouteValidationError) Cause added in v0.11.0

Cause function returns cause value.

func (CompressorPerRouteValidationError) Error added in v0.11.0

Error satisfies the builtin error interface

func (CompressorPerRouteValidationError) ErrorName added in v0.11.0

ErrorName returns error name.

func (CompressorPerRouteValidationError) Field added in v0.11.0

Field function returns field value.

func (CompressorPerRouteValidationError) Key added in v0.11.0

Key function returns key value.

func (CompressorPerRouteValidationError) Reason added in v0.11.0

Reason function returns reason value.

type CompressorPerRoute_Disabled added in v0.11.0

type CompressorPerRoute_Disabled struct {
	// If set, the filter will operate as a pass-through filter.
	// Overrides Compressor.runtime_enabled and CommonDirectionConfig.enabled.
	Disabled bool `protobuf:"varint,1,opt,name=disabled,proto3,oneof"`
}

type CompressorPerRoute_Overrides added in v0.11.0

type CompressorPerRoute_Overrides struct {
	// Per-route overrides. Fields set here will override corresponding fields in “Compressor“.
	Overrides *CompressorOverrides `protobuf:"bytes,2,opt,name=overrides,proto3,oneof"`
}

type CompressorValidationError

type CompressorValidationError struct {
	// contains filtered or unexported fields
}

CompressorValidationError is the validation error returned by Compressor.Validate if the designated constraints aren't met.

func (CompressorValidationError) Cause

func (e CompressorValidationError) Cause() error

Cause function returns cause value.

func (CompressorValidationError) Error

Error satisfies the builtin error interface

func (CompressorValidationError) ErrorName

func (e CompressorValidationError) ErrorName() string

ErrorName returns error name.

func (CompressorValidationError) Field

Field function returns field value.

func (CompressorValidationError) Key

Key function returns key value.

func (CompressorValidationError) Reason

func (e CompressorValidationError) Reason() string

Reason function returns reason value.

type Compressor_CommonDirectionConfig added in v0.9.9

type Compressor_CommonDirectionConfig struct {

	// Runtime flag that controls whether compression is enabled or not for the direction this
	// common config is put in. If set to false, the filter will operate as a pass-through filter
	// in the chosen direction, unless overridden by CompressorPerRoute.
	// If the field is omitted, the filter will be enabled.
	Enabled *v3.RuntimeFeatureFlag `protobuf:"bytes,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// Minimum value of Content-Length header of request or response messages (depending on the direction
	// this common config is put in), in bytes, which will trigger compression. The default value is 30.
	MinContentLength *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=min_content_length,json=minContentLength,proto3" json:"min_content_length,omitempty"`
	// Set of strings that allows specifying which mime-types yield compression; e.g.,
	// application/json, text/html, etc. When this field is not defined, compression will be applied
	// to the following mime-types: "application/javascript", "application/json",
	// "application/xhtml+xml", "image/svg+xml", "text/css", "text/html", "text/plain", "text/xml"
	// and their synonyms.
	ContentType []string `protobuf:"bytes,3,rep,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	// contains filtered or unexported fields
}

func (*Compressor_CommonDirectionConfig) Descriptor deprecated added in v0.9.9

func (*Compressor_CommonDirectionConfig) Descriptor() ([]byte, []int)

Deprecated: Use Compressor_CommonDirectionConfig.ProtoReflect.Descriptor instead.

func (*Compressor_CommonDirectionConfig) GetContentType added in v0.9.9

func (x *Compressor_CommonDirectionConfig) GetContentType() []string

func (*Compressor_CommonDirectionConfig) GetEnabled added in v0.9.9

func (*Compressor_CommonDirectionConfig) GetMinContentLength added in v0.9.9

func (x *Compressor_CommonDirectionConfig) GetMinContentLength() *wrappers.UInt32Value

func (*Compressor_CommonDirectionConfig) ProtoMessage added in v0.9.9

func (*Compressor_CommonDirectionConfig) ProtoMessage()

func (*Compressor_CommonDirectionConfig) ProtoReflect added in v0.9.9

func (*Compressor_CommonDirectionConfig) Reset added in v0.9.9

func (*Compressor_CommonDirectionConfig) String added in v0.9.9

func (*Compressor_CommonDirectionConfig) Validate added in v0.9.9

Validate checks the field values on Compressor_CommonDirectionConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Compressor_CommonDirectionConfig) ValidateAll added in v0.10.0

func (m *Compressor_CommonDirectionConfig) ValidateAll() error

ValidateAll checks the field values on Compressor_CommonDirectionConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Compressor_CommonDirectionConfigMultiError, or nil if none found.

type Compressor_CommonDirectionConfigMultiError added in v0.10.0

type Compressor_CommonDirectionConfigMultiError []error

Compressor_CommonDirectionConfigMultiError is an error wrapping multiple validation errors returned by Compressor_CommonDirectionConfig.ValidateAll() if the designated constraints aren't met.

func (Compressor_CommonDirectionConfigMultiError) AllErrors added in v0.10.0

AllErrors returns a list of validation violation errors.

func (Compressor_CommonDirectionConfigMultiError) Error added in v0.10.0

Error returns a concatenation of all the error messages it wraps.

type Compressor_CommonDirectionConfigValidationError added in v0.9.9

type Compressor_CommonDirectionConfigValidationError struct {
	// contains filtered or unexported fields
}

Compressor_CommonDirectionConfigValidationError is the validation error returned by Compressor_CommonDirectionConfig.Validate if the designated constraints aren't met.

func (Compressor_CommonDirectionConfigValidationError) Cause added in v0.9.9

Cause function returns cause value.

func (Compressor_CommonDirectionConfigValidationError) Error added in v0.9.9

Error satisfies the builtin error interface

func (Compressor_CommonDirectionConfigValidationError) ErrorName added in v0.9.9

ErrorName returns error name.

func (Compressor_CommonDirectionConfigValidationError) Field added in v0.9.9

Field function returns field value.

func (Compressor_CommonDirectionConfigValidationError) Key added in v0.9.9

Key function returns key value.

func (Compressor_CommonDirectionConfigValidationError) Reason added in v0.9.9

Reason function returns reason value.

type Compressor_RequestDirectionConfig added in v0.9.9

type Compressor_RequestDirectionConfig struct {
	CommonConfig *Compressor_CommonDirectionConfig `protobuf:"bytes,1,opt,name=common_config,json=commonConfig,proto3" json:"common_config,omitempty"`
	// contains filtered or unexported fields
}

Configuration for filter behavior on the request direction.

func (*Compressor_RequestDirectionConfig) Descriptor deprecated added in v0.9.9

func (*Compressor_RequestDirectionConfig) Descriptor() ([]byte, []int)

Deprecated: Use Compressor_RequestDirectionConfig.ProtoReflect.Descriptor instead.

func (*Compressor_RequestDirectionConfig) GetCommonConfig added in v0.9.9

func (*Compressor_RequestDirectionConfig) ProtoMessage added in v0.9.9

func (*Compressor_RequestDirectionConfig) ProtoMessage()

func (*Compressor_RequestDirectionConfig) ProtoReflect added in v0.9.9

func (*Compressor_RequestDirectionConfig) Reset added in v0.9.9

func (*Compressor_RequestDirectionConfig) String added in v0.9.9

func (*Compressor_RequestDirectionConfig) Validate added in v0.9.9

Validate checks the field values on Compressor_RequestDirectionConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Compressor_RequestDirectionConfig) ValidateAll added in v0.10.0

func (m *Compressor_RequestDirectionConfig) ValidateAll() error

ValidateAll checks the field values on Compressor_RequestDirectionConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Compressor_RequestDirectionConfigMultiError, or nil if none found.

type Compressor_RequestDirectionConfigMultiError added in v0.10.0

type Compressor_RequestDirectionConfigMultiError []error

Compressor_RequestDirectionConfigMultiError is an error wrapping multiple validation errors returned by Compressor_RequestDirectionConfig.ValidateAll() if the designated constraints aren't met.

func (Compressor_RequestDirectionConfigMultiError) AllErrors added in v0.10.0

AllErrors returns a list of validation violation errors.

func (Compressor_RequestDirectionConfigMultiError) Error added in v0.10.0

Error returns a concatenation of all the error messages it wraps.

type Compressor_RequestDirectionConfigValidationError added in v0.9.9

type Compressor_RequestDirectionConfigValidationError struct {
	// contains filtered or unexported fields
}

Compressor_RequestDirectionConfigValidationError is the validation error returned by Compressor_RequestDirectionConfig.Validate if the designated constraints aren't met.

func (Compressor_RequestDirectionConfigValidationError) Cause added in v0.9.9

Cause function returns cause value.

func (Compressor_RequestDirectionConfigValidationError) Error added in v0.9.9

Error satisfies the builtin error interface

func (Compressor_RequestDirectionConfigValidationError) ErrorName added in v0.9.9

ErrorName returns error name.

func (Compressor_RequestDirectionConfigValidationError) Field added in v0.9.9

Field function returns field value.

func (Compressor_RequestDirectionConfigValidationError) Key added in v0.9.9

Key function returns key value.

func (Compressor_RequestDirectionConfigValidationError) Reason added in v0.9.9

Reason function returns reason value.

type Compressor_ResponseDirectionConfig added in v0.9.9

type Compressor_ResponseDirectionConfig struct {
	CommonConfig *Compressor_CommonDirectionConfig `protobuf:"bytes,1,opt,name=common_config,json=commonConfig,proto3" json:"common_config,omitempty"`
	// If true, disables compression when the response contains an etag header. When it is false, the
	// filter will preserve weak etags and remove the ones that require strong validation.
	DisableOnEtagHeader bool `protobuf:"varint,2,opt,name=disable_on_etag_header,json=disableOnEtagHeader,proto3" json:"disable_on_etag_header,omitempty"`
	// If true, removes accept-encoding from the request headers before dispatching it to the upstream
	// so that responses do not get compressed before reaching the filter.
	//
	// .. attention::
	//
	//	To avoid interfering with other compression filters in the same chain use this option in
	//	the filter closest to the upstream.
	RemoveAcceptEncodingHeader bool `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

Configuration for filter behavior on the response direction.

func (*Compressor_ResponseDirectionConfig) Descriptor deprecated added in v0.9.9

func (*Compressor_ResponseDirectionConfig) Descriptor() ([]byte, []int)

Deprecated: Use Compressor_ResponseDirectionConfig.ProtoReflect.Descriptor instead.

func (*Compressor_ResponseDirectionConfig) GetCommonConfig added in v0.9.9

func (*Compressor_ResponseDirectionConfig) GetDisableOnEtagHeader added in v0.9.9

func (x *Compressor_ResponseDirectionConfig) GetDisableOnEtagHeader() bool

func (*Compressor_ResponseDirectionConfig) GetRemoveAcceptEncodingHeader added in v0.9.9

func (x *Compressor_ResponseDirectionConfig) GetRemoveAcceptEncodingHeader() bool

func (*Compressor_ResponseDirectionConfig) ProtoMessage added in v0.9.9

func (*Compressor_ResponseDirectionConfig) ProtoMessage()

func (*Compressor_ResponseDirectionConfig) ProtoReflect added in v0.9.9

func (*Compressor_ResponseDirectionConfig) Reset added in v0.9.9

func (*Compressor_ResponseDirectionConfig) String added in v0.9.9

func (*Compressor_ResponseDirectionConfig) Validate added in v0.9.9

Validate checks the field values on Compressor_ResponseDirectionConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Compressor_ResponseDirectionConfig) ValidateAll added in v0.10.0

func (m *Compressor_ResponseDirectionConfig) ValidateAll() error

ValidateAll checks the field values on Compressor_ResponseDirectionConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Compressor_ResponseDirectionConfigMultiError, or nil if none found.

type Compressor_ResponseDirectionConfigMultiError added in v0.10.0

type Compressor_ResponseDirectionConfigMultiError []error

Compressor_ResponseDirectionConfigMultiError is an error wrapping multiple validation errors returned by Compressor_ResponseDirectionConfig.ValidateAll() if the designated constraints aren't met.

func (Compressor_ResponseDirectionConfigMultiError) AllErrors added in v0.10.0

AllErrors returns a list of validation violation errors.

func (Compressor_ResponseDirectionConfigMultiError) Error added in v0.10.0

Error returns a concatenation of all the error messages it wraps.

type Compressor_ResponseDirectionConfigValidationError added in v0.9.9

type Compressor_ResponseDirectionConfigValidationError struct {
	// contains filtered or unexported fields
}

Compressor_ResponseDirectionConfigValidationError is the validation error returned by Compressor_ResponseDirectionConfig.Validate if the designated constraints aren't met.

func (Compressor_ResponseDirectionConfigValidationError) Cause added in v0.9.9

Cause function returns cause value.

func (Compressor_ResponseDirectionConfigValidationError) Error added in v0.9.9

Error satisfies the builtin error interface

func (Compressor_ResponseDirectionConfigValidationError) ErrorName added in v0.9.9

ErrorName returns error name.

func (Compressor_ResponseDirectionConfigValidationError) Field added in v0.9.9

Field function returns field value.

func (Compressor_ResponseDirectionConfigValidationError) Key added in v0.9.9

Key function returns key value.

func (Compressor_ResponseDirectionConfigValidationError) Reason added in v0.9.9

Reason function returns reason value.

type ResponseDirectionOverrides added in v0.11.0

type ResponseDirectionOverrides struct {

	// If set, overrides the filter-level
	// :ref:`remove_accept_encoding_header<envoy_v3_api_field_extensions.filters.http.compressor.v3.Compressor.ResponseDirectionConfig.remove_accept_encoding_header>`.
	RemoveAcceptEncodingHeader *wrappers.BoolValue `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

Per-route overrides of “ResponseDirectionConfig“. Anything added here should be optional, to allow overriding arbitrary subsets of configuration. Omitted fields must have no effect.

func (*ResponseDirectionOverrides) Descriptor deprecated added in v0.11.0

func (*ResponseDirectionOverrides) Descriptor() ([]byte, []int)

Deprecated: Use ResponseDirectionOverrides.ProtoReflect.Descriptor instead.

func (*ResponseDirectionOverrides) GetRemoveAcceptEncodingHeader added in v0.12.0

func (x *ResponseDirectionOverrides) GetRemoveAcceptEncodingHeader() *wrappers.BoolValue

func (*ResponseDirectionOverrides) ProtoMessage added in v0.11.0

func (*ResponseDirectionOverrides) ProtoMessage()

func (*ResponseDirectionOverrides) ProtoReflect added in v0.11.0

func (*ResponseDirectionOverrides) Reset added in v0.11.0

func (x *ResponseDirectionOverrides) Reset()

func (*ResponseDirectionOverrides) String added in v0.11.0

func (x *ResponseDirectionOverrides) String() string

func (*ResponseDirectionOverrides) Validate added in v0.11.0

func (m *ResponseDirectionOverrides) Validate() error

Validate checks the field values on ResponseDirectionOverrides with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResponseDirectionOverrides) ValidateAll added in v0.11.0

func (m *ResponseDirectionOverrides) ValidateAll() error

ValidateAll checks the field values on ResponseDirectionOverrides with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResponseDirectionOverridesMultiError, or nil if none found.

type ResponseDirectionOverridesMultiError added in v0.11.0

type ResponseDirectionOverridesMultiError []error

ResponseDirectionOverridesMultiError is an error wrapping multiple validation errors returned by ResponseDirectionOverrides.ValidateAll() if the designated constraints aren't met.

func (ResponseDirectionOverridesMultiError) AllErrors added in v0.11.0

AllErrors returns a list of validation violation errors.

func (ResponseDirectionOverridesMultiError) Error added in v0.11.0

Error returns a concatenation of all the error messages it wraps.

type ResponseDirectionOverridesValidationError added in v0.11.0

type ResponseDirectionOverridesValidationError struct {
	// contains filtered or unexported fields
}

ResponseDirectionOverridesValidationError is the validation error returned by ResponseDirectionOverrides.Validate if the designated constraints aren't met.

func (ResponseDirectionOverridesValidationError) Cause added in v0.11.0

Cause function returns cause value.

func (ResponseDirectionOverridesValidationError) Error added in v0.11.0

Error satisfies the builtin error interface

func (ResponseDirectionOverridesValidationError) ErrorName added in v0.11.0

ErrorName returns error name.

func (ResponseDirectionOverridesValidationError) Field added in v0.11.0

Field function returns field value.

func (ResponseDirectionOverridesValidationError) Key added in v0.11.0

Key function returns key value.

func (ResponseDirectionOverridesValidationError) Reason added in v0.11.0

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL