Documentation ¶
Index ¶
- Variables
- type AccessLog
- func (*AccessLog) Descriptor() ([]byte, []int)
- func (m *AccessLog) GetConfig() *types.Struct
- func (m *AccessLog) GetConfigType() isAccessLog_ConfigType
- func (m *AccessLog) GetFilter() *AccessLogFilter
- func (m *AccessLog) GetName() string
- func (m *AccessLog) GetTypedConfig() *types.Any
- func (m *AccessLog) Marshal() (dAtA []byte, err error)
- func (m *AccessLog) MarshalTo(dAtA []byte) (int, error)
- func (*AccessLog) ProtoMessage()
- func (m *AccessLog) Reset()
- func (m *AccessLog) Size() (n int)
- func (m *AccessLog) String() string
- func (m *AccessLog) Unmarshal(dAtA []byte) error
- func (m *AccessLog) Validate() error
- func (m *AccessLog) XXX_DiscardUnknown()
- func (m *AccessLog) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AccessLog) XXX_Merge(src proto.Message)
- func (*AccessLog) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *AccessLog) XXX_Size() int
- func (m *AccessLog) XXX_Unmarshal(b []byte) error
- type AccessLogFilter
- func (*AccessLogFilter) Descriptor() ([]byte, []int)
- func (m *AccessLogFilter) GetAndFilter() *AndFilter
- func (m *AccessLogFilter) GetDurationFilter() *DurationFilter
- func (m *AccessLogFilter) GetFilterSpecifier() isAccessLogFilter_FilterSpecifier
- func (m *AccessLogFilter) GetHeaderFilter() *HeaderFilter
- func (m *AccessLogFilter) GetNotHealthCheckFilter() *NotHealthCheckFilter
- func (m *AccessLogFilter) GetOrFilter() *OrFilter
- func (m *AccessLogFilter) GetResponseFlagFilter() *ResponseFlagFilter
- func (m *AccessLogFilter) GetRuntimeFilter() *RuntimeFilter
- func (m *AccessLogFilter) GetStatusCodeFilter() *StatusCodeFilter
- func (m *AccessLogFilter) GetTraceableFilter() *TraceableFilter
- func (m *AccessLogFilter) Marshal() (dAtA []byte, err error)
- func (m *AccessLogFilter) MarshalTo(dAtA []byte) (int, error)
- func (*AccessLogFilter) ProtoMessage()
- func (m *AccessLogFilter) Reset()
- func (m *AccessLogFilter) Size() (n int)
- func (m *AccessLogFilter) String() string
- func (m *AccessLogFilter) Unmarshal(dAtA []byte) error
- func (m *AccessLogFilter) Validate() error
- func (m *AccessLogFilter) XXX_DiscardUnknown()
- func (m *AccessLogFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AccessLogFilter) XXX_Merge(src proto.Message)
- func (*AccessLogFilter) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *AccessLogFilter) XXX_Size() int
- func (m *AccessLogFilter) XXX_Unmarshal(b []byte) error
- type AccessLogFilterValidationError
- type AccessLogFilter_AndFilter
- type AccessLogFilter_DurationFilter
- type AccessLogFilter_HeaderFilter
- type AccessLogFilter_NotHealthCheckFilter
- type AccessLogFilter_OrFilter
- type AccessLogFilter_ResponseFlagFilter
- type AccessLogFilter_RuntimeFilter
- type AccessLogFilter_StatusCodeFilter
- type AccessLogFilter_TraceableFilter
- type AccessLogValidationError
- type AccessLog_Config
- type AccessLog_TypedConfig
- type AndFilter
- func (*AndFilter) Descriptor() ([]byte, []int)
- func (m *AndFilter) GetFilters() []*AccessLogFilter
- func (m *AndFilter) Marshal() (dAtA []byte, err error)
- func (m *AndFilter) MarshalTo(dAtA []byte) (int, error)
- func (*AndFilter) ProtoMessage()
- func (m *AndFilter) Reset()
- func (m *AndFilter) Size() (n int)
- func (m *AndFilter) String() string
- func (m *AndFilter) Unmarshal(dAtA []byte) error
- func (m *AndFilter) Validate() error
- func (m *AndFilter) XXX_DiscardUnknown()
- func (m *AndFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AndFilter) XXX_Merge(src proto.Message)
- func (m *AndFilter) XXX_Size() int
- func (m *AndFilter) XXX_Unmarshal(b []byte) error
- type AndFilterValidationError
- type ComparisonFilter
- func (*ComparisonFilter) Descriptor() ([]byte, []int)
- func (m *ComparisonFilter) GetOp() ComparisonFilter_Op
- func (m *ComparisonFilter) GetValue() *core.RuntimeUInt32
- func (m *ComparisonFilter) Marshal() (dAtA []byte, err error)
- func (m *ComparisonFilter) MarshalTo(dAtA []byte) (int, error)
- func (*ComparisonFilter) ProtoMessage()
- func (m *ComparisonFilter) Reset()
- func (m *ComparisonFilter) Size() (n int)
- func (m *ComparisonFilter) String() string
- func (m *ComparisonFilter) Unmarshal(dAtA []byte) error
- func (m *ComparisonFilter) Validate() error
- func (m *ComparisonFilter) XXX_DiscardUnknown()
- func (m *ComparisonFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ComparisonFilter) XXX_Merge(src proto.Message)
- func (m *ComparisonFilter) XXX_Size() int
- func (m *ComparisonFilter) XXX_Unmarshal(b []byte) error
- type ComparisonFilterValidationError
- type ComparisonFilter_Op
- type DurationFilter
- func (*DurationFilter) Descriptor() ([]byte, []int)
- func (m *DurationFilter) GetComparison() *ComparisonFilter
- func (m *DurationFilter) Marshal() (dAtA []byte, err error)
- func (m *DurationFilter) MarshalTo(dAtA []byte) (int, error)
- func (*DurationFilter) ProtoMessage()
- func (m *DurationFilter) Reset()
- func (m *DurationFilter) Size() (n int)
- func (m *DurationFilter) String() string
- func (m *DurationFilter) Unmarshal(dAtA []byte) error
- func (m *DurationFilter) Validate() error
- func (m *DurationFilter) XXX_DiscardUnknown()
- func (m *DurationFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DurationFilter) XXX_Merge(src proto.Message)
- func (m *DurationFilter) XXX_Size() int
- func (m *DurationFilter) XXX_Unmarshal(b []byte) error
- type DurationFilterValidationError
- type HeaderFilter
- func (*HeaderFilter) Descriptor() ([]byte, []int)
- func (m *HeaderFilter) GetHeader() *route.HeaderMatcher
- func (m *HeaderFilter) Marshal() (dAtA []byte, err error)
- func (m *HeaderFilter) MarshalTo(dAtA []byte) (int, error)
- func (*HeaderFilter) ProtoMessage()
- func (m *HeaderFilter) Reset()
- func (m *HeaderFilter) Size() (n int)
- func (m *HeaderFilter) String() string
- func (m *HeaderFilter) Unmarshal(dAtA []byte) error
- func (m *HeaderFilter) Validate() error
- func (m *HeaderFilter) XXX_DiscardUnknown()
- func (m *HeaderFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *HeaderFilter) XXX_Merge(src proto.Message)
- func (m *HeaderFilter) XXX_Size() int
- func (m *HeaderFilter) XXX_Unmarshal(b []byte) error
- type HeaderFilterValidationError
- type NotHealthCheckFilter
- func (*NotHealthCheckFilter) Descriptor() ([]byte, []int)
- func (m *NotHealthCheckFilter) Marshal() (dAtA []byte, err error)
- func (m *NotHealthCheckFilter) MarshalTo(dAtA []byte) (int, error)
- func (*NotHealthCheckFilter) ProtoMessage()
- func (m *NotHealthCheckFilter) Reset()
- func (m *NotHealthCheckFilter) Size() (n int)
- func (m *NotHealthCheckFilter) String() string
- func (m *NotHealthCheckFilter) Unmarshal(dAtA []byte) error
- func (m *NotHealthCheckFilter) Validate() error
- func (m *NotHealthCheckFilter) XXX_DiscardUnknown()
- func (m *NotHealthCheckFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *NotHealthCheckFilter) XXX_Merge(src proto.Message)
- func (m *NotHealthCheckFilter) XXX_Size() int
- func (m *NotHealthCheckFilter) XXX_Unmarshal(b []byte) error
- type NotHealthCheckFilterValidationError
- type OrFilter
- func (*OrFilter) Descriptor() ([]byte, []int)
- func (m *OrFilter) GetFilters() []*AccessLogFilter
- func (m *OrFilter) Marshal() (dAtA []byte, err error)
- func (m *OrFilter) MarshalTo(dAtA []byte) (int, error)
- func (*OrFilter) ProtoMessage()
- func (m *OrFilter) Reset()
- func (m *OrFilter) Size() (n int)
- func (m *OrFilter) String() string
- func (m *OrFilter) Unmarshal(dAtA []byte) error
- func (m *OrFilter) Validate() error
- func (m *OrFilter) XXX_DiscardUnknown()
- func (m *OrFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *OrFilter) XXX_Merge(src proto.Message)
- func (m *OrFilter) XXX_Size() int
- func (m *OrFilter) XXX_Unmarshal(b []byte) error
- type OrFilterValidationError
- type ResponseFlagFilter
- func (*ResponseFlagFilter) Descriptor() ([]byte, []int)
- func (m *ResponseFlagFilter) GetFlags() []string
- func (m *ResponseFlagFilter) Marshal() (dAtA []byte, err error)
- func (m *ResponseFlagFilter) MarshalTo(dAtA []byte) (int, error)
- func (*ResponseFlagFilter) ProtoMessage()
- func (m *ResponseFlagFilter) Reset()
- func (m *ResponseFlagFilter) Size() (n int)
- func (m *ResponseFlagFilter) String() string
- func (m *ResponseFlagFilter) Unmarshal(dAtA []byte) error
- func (m *ResponseFlagFilter) Validate() error
- func (m *ResponseFlagFilter) XXX_DiscardUnknown()
- func (m *ResponseFlagFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ResponseFlagFilter) XXX_Merge(src proto.Message)
- func (m *ResponseFlagFilter) XXX_Size() int
- func (m *ResponseFlagFilter) XXX_Unmarshal(b []byte) error
- type ResponseFlagFilterValidationError
- type RuntimeFilter
- func (*RuntimeFilter) Descriptor() ([]byte, []int)
- func (m *RuntimeFilter) GetPercentSampled() *_type.FractionalPercent
- func (m *RuntimeFilter) GetRuntimeKey() string
- func (m *RuntimeFilter) GetUseIndependentRandomness() bool
- func (m *RuntimeFilter) Marshal() (dAtA []byte, err error)
- func (m *RuntimeFilter) MarshalTo(dAtA []byte) (int, error)
- func (*RuntimeFilter) ProtoMessage()
- func (m *RuntimeFilter) Reset()
- func (m *RuntimeFilter) Size() (n int)
- func (m *RuntimeFilter) String() string
- func (m *RuntimeFilter) Unmarshal(dAtA []byte) error
- func (m *RuntimeFilter) Validate() error
- func (m *RuntimeFilter) XXX_DiscardUnknown()
- func (m *RuntimeFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RuntimeFilter) XXX_Merge(src proto.Message)
- func (m *RuntimeFilter) XXX_Size() int
- func (m *RuntimeFilter) XXX_Unmarshal(b []byte) error
- type RuntimeFilterValidationError
- type StatusCodeFilter
- func (*StatusCodeFilter) Descriptor() ([]byte, []int)
- func (m *StatusCodeFilter) GetComparison() *ComparisonFilter
- func (m *StatusCodeFilter) Marshal() (dAtA []byte, err error)
- func (m *StatusCodeFilter) MarshalTo(dAtA []byte) (int, error)
- func (*StatusCodeFilter) ProtoMessage()
- func (m *StatusCodeFilter) Reset()
- func (m *StatusCodeFilter) Size() (n int)
- func (m *StatusCodeFilter) String() string
- func (m *StatusCodeFilter) Unmarshal(dAtA []byte) error
- func (m *StatusCodeFilter) Validate() error
- func (m *StatusCodeFilter) XXX_DiscardUnknown()
- func (m *StatusCodeFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StatusCodeFilter) XXX_Merge(src proto.Message)
- func (m *StatusCodeFilter) XXX_Size() int
- func (m *StatusCodeFilter) XXX_Unmarshal(b []byte) error
- type StatusCodeFilterValidationError
- type TraceableFilter
- func (*TraceableFilter) Descriptor() ([]byte, []int)
- func (m *TraceableFilter) Marshal() (dAtA []byte, err error)
- func (m *TraceableFilter) MarshalTo(dAtA []byte) (int, error)
- func (*TraceableFilter) ProtoMessage()
- func (m *TraceableFilter) Reset()
- func (m *TraceableFilter) Size() (n int)
- func (m *TraceableFilter) String() string
- func (m *TraceableFilter) Unmarshal(dAtA []byte) error
- func (m *TraceableFilter) Validate() error
- func (m *TraceableFilter) XXX_DiscardUnknown()
- func (m *TraceableFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TraceableFilter) XXX_Merge(src proto.Message)
- func (m *TraceableFilter) XXX_Size() int
- func (m *TraceableFilter) XXX_Unmarshal(b []byte) error
- type TraceableFilterValidationError
Constants ¶
This section is empty.
Variables ¶
var ( ErrInvalidLengthAccesslog = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowAccesslog = fmt.Errorf("proto: integer overflow") )
var ComparisonFilter_Op_name = map[int32]string{
0: "EQ",
1: "GE",
2: "LE",
}
var ComparisonFilter_Op_value = map[string]int32{
"EQ": 0,
"GE": 1,
"LE": 2,
}
Functions ¶
This section is empty.
Types ¶
type AccessLog ¶
type AccessLog struct { // The name of the access log implementation to instantiate. The name must // match a statically registered access log. Current built-in loggers include: // // #. "envoy.file_access_log" // #. "envoy.http_grpc_access_log" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Filter which is used to determine if the access log needs to be written. Filter *AccessLogFilter `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` // Custom configuration that depends on the access log being instantiated. Built-in // configurations include: // // #. "envoy.file_access_log": :ref:`FileAccessLog // <envoy_api_msg_config.accesslog.v2.FileAccessLog>` // #. "envoy.http_grpc_access_log": :ref:`HttpGrpcAccessLogConfig // <envoy_api_msg_config.accesslog.v2.HttpGrpcAccessLogConfig>` // // Types that are valid to be assigned to ConfigType: // *AccessLog_Config // *AccessLog_TypedConfig ConfigType isAccessLog_ConfigType `protobuf_oneof:"config_type"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AccessLog) Descriptor ¶
func (*AccessLog) GetConfigType ¶ added in v0.6.3
func (m *AccessLog) GetConfigType() isAccessLog_ConfigType
func (*AccessLog) GetFilter ¶
func (m *AccessLog) GetFilter() *AccessLogFilter
func (*AccessLog) GetTypedConfig ¶ added in v0.6.3
func (*AccessLog) ProtoMessage ¶
func (*AccessLog) ProtoMessage()
func (*AccessLog) Validate ¶
Validate checks the field values on AccessLog with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*AccessLog) XXX_DiscardUnknown ¶
func (m *AccessLog) XXX_DiscardUnknown()
func (*AccessLog) XXX_Marshal ¶
func (*AccessLog) XXX_OneofFuncs ¶ added in v0.6.3
func (*AccessLog) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*AccessLog) XXX_Unmarshal ¶
type AccessLogFilter ¶
type AccessLogFilter struct { // Types that are valid to be assigned to FilterSpecifier: // *AccessLogFilter_StatusCodeFilter // *AccessLogFilter_DurationFilter // *AccessLogFilter_NotHealthCheckFilter // *AccessLogFilter_TraceableFilter // *AccessLogFilter_RuntimeFilter // *AccessLogFilter_AndFilter // *AccessLogFilter_OrFilter // *AccessLogFilter_HeaderFilter // *AccessLogFilter_ResponseFlagFilter FilterSpecifier isAccessLogFilter_FilterSpecifier `protobuf_oneof:"filter_specifier"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AccessLogFilter) Descriptor ¶
func (*AccessLogFilter) Descriptor() ([]byte, []int)
func (*AccessLogFilter) GetAndFilter ¶
func (m *AccessLogFilter) GetAndFilter() *AndFilter
func (*AccessLogFilter) GetDurationFilter ¶
func (m *AccessLogFilter) GetDurationFilter() *DurationFilter
func (*AccessLogFilter) GetFilterSpecifier ¶
func (m *AccessLogFilter) GetFilterSpecifier() isAccessLogFilter_FilterSpecifier
func (*AccessLogFilter) GetHeaderFilter ¶
func (m *AccessLogFilter) GetHeaderFilter() *HeaderFilter
func (*AccessLogFilter) GetNotHealthCheckFilter ¶
func (m *AccessLogFilter) GetNotHealthCheckFilter() *NotHealthCheckFilter
func (*AccessLogFilter) GetOrFilter ¶
func (m *AccessLogFilter) GetOrFilter() *OrFilter
func (*AccessLogFilter) GetResponseFlagFilter ¶
func (m *AccessLogFilter) GetResponseFlagFilter() *ResponseFlagFilter
func (*AccessLogFilter) GetRuntimeFilter ¶
func (m *AccessLogFilter) GetRuntimeFilter() *RuntimeFilter
func (*AccessLogFilter) GetStatusCodeFilter ¶
func (m *AccessLogFilter) GetStatusCodeFilter() *StatusCodeFilter
func (*AccessLogFilter) GetTraceableFilter ¶
func (m *AccessLogFilter) GetTraceableFilter() *TraceableFilter
func (*AccessLogFilter) Marshal ¶
func (m *AccessLogFilter) Marshal() (dAtA []byte, err error)
func (*AccessLogFilter) ProtoMessage ¶
func (*AccessLogFilter) ProtoMessage()
func (*AccessLogFilter) Reset ¶
func (m *AccessLogFilter) Reset()
func (*AccessLogFilter) Size ¶
func (m *AccessLogFilter) Size() (n int)
func (*AccessLogFilter) String ¶
func (m *AccessLogFilter) String() string
func (*AccessLogFilter) Unmarshal ¶
func (m *AccessLogFilter) Unmarshal(dAtA []byte) error
func (*AccessLogFilter) Validate ¶
func (m *AccessLogFilter) Validate() error
Validate checks the field values on AccessLogFilter with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*AccessLogFilter) XXX_DiscardUnknown ¶
func (m *AccessLogFilter) XXX_DiscardUnknown()
func (*AccessLogFilter) XXX_Marshal ¶
func (m *AccessLogFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccessLogFilter) XXX_Merge ¶
func (dst *AccessLogFilter) XXX_Merge(src proto.Message)
func (*AccessLogFilter) XXX_OneofFuncs ¶
func (*AccessLogFilter) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*AccessLogFilter) XXX_Size ¶
func (m *AccessLogFilter) XXX_Size() int
func (*AccessLogFilter) XXX_Unmarshal ¶
func (m *AccessLogFilter) XXX_Unmarshal(b []byte) error
type AccessLogFilterValidationError ¶
AccessLogFilterValidationError is the validation error returned by AccessLogFilter.Validate if the designated constraints aren't met.
func (AccessLogFilterValidationError) Error ¶
func (e AccessLogFilterValidationError) Error() string
Error satisfies the builtin error interface
type AccessLogFilter_AndFilter ¶
type AccessLogFilter_AndFilter struct {
AndFilter *AndFilter `protobuf:"bytes,6,opt,name=and_filter,json=andFilter,proto3,oneof"`
}
func (*AccessLogFilter_AndFilter) MarshalTo ¶
func (m *AccessLogFilter_AndFilter) MarshalTo(dAtA []byte) (int, error)
func (*AccessLogFilter_AndFilter) Size ¶
func (m *AccessLogFilter_AndFilter) Size() (n int)
type AccessLogFilter_DurationFilter ¶
type AccessLogFilter_DurationFilter struct {
DurationFilter *DurationFilter `protobuf:"bytes,2,opt,name=duration_filter,json=durationFilter,proto3,oneof"`
}
func (*AccessLogFilter_DurationFilter) MarshalTo ¶
func (m *AccessLogFilter_DurationFilter) MarshalTo(dAtA []byte) (int, error)
func (*AccessLogFilter_DurationFilter) Size ¶
func (m *AccessLogFilter_DurationFilter) Size() (n int)
type AccessLogFilter_HeaderFilter ¶
type AccessLogFilter_HeaderFilter struct {
HeaderFilter *HeaderFilter `protobuf:"bytes,8,opt,name=header_filter,json=headerFilter,proto3,oneof"`
}
func (*AccessLogFilter_HeaderFilter) MarshalTo ¶
func (m *AccessLogFilter_HeaderFilter) MarshalTo(dAtA []byte) (int, error)
func (*AccessLogFilter_HeaderFilter) Size ¶
func (m *AccessLogFilter_HeaderFilter) Size() (n int)
type AccessLogFilter_NotHealthCheckFilter ¶
type AccessLogFilter_NotHealthCheckFilter struct {
NotHealthCheckFilter *NotHealthCheckFilter `protobuf:"bytes,3,opt,name=not_health_check_filter,json=notHealthCheckFilter,proto3,oneof"`
}
func (*AccessLogFilter_NotHealthCheckFilter) MarshalTo ¶
func (m *AccessLogFilter_NotHealthCheckFilter) MarshalTo(dAtA []byte) (int, error)
func (*AccessLogFilter_NotHealthCheckFilter) Size ¶
func (m *AccessLogFilter_NotHealthCheckFilter) Size() (n int)
type AccessLogFilter_OrFilter ¶
type AccessLogFilter_OrFilter struct {
OrFilter *OrFilter `protobuf:"bytes,7,opt,name=or_filter,json=orFilter,proto3,oneof"`
}
func (*AccessLogFilter_OrFilter) MarshalTo ¶
func (m *AccessLogFilter_OrFilter) MarshalTo(dAtA []byte) (int, error)
func (*AccessLogFilter_OrFilter) Size ¶
func (m *AccessLogFilter_OrFilter) Size() (n int)
type AccessLogFilter_ResponseFlagFilter ¶
type AccessLogFilter_ResponseFlagFilter struct {
ResponseFlagFilter *ResponseFlagFilter `protobuf:"bytes,9,opt,name=response_flag_filter,json=responseFlagFilter,proto3,oneof"`
}
func (*AccessLogFilter_ResponseFlagFilter) MarshalTo ¶
func (m *AccessLogFilter_ResponseFlagFilter) MarshalTo(dAtA []byte) (int, error)
func (*AccessLogFilter_ResponseFlagFilter) Size ¶
func (m *AccessLogFilter_ResponseFlagFilter) Size() (n int)
type AccessLogFilter_RuntimeFilter ¶
type AccessLogFilter_RuntimeFilter struct {
RuntimeFilter *RuntimeFilter `protobuf:"bytes,5,opt,name=runtime_filter,json=runtimeFilter,proto3,oneof"`
}
func (*AccessLogFilter_RuntimeFilter) MarshalTo ¶
func (m *AccessLogFilter_RuntimeFilter) MarshalTo(dAtA []byte) (int, error)
func (*AccessLogFilter_RuntimeFilter) Size ¶
func (m *AccessLogFilter_RuntimeFilter) Size() (n int)
type AccessLogFilter_StatusCodeFilter ¶
type AccessLogFilter_StatusCodeFilter struct {
StatusCodeFilter *StatusCodeFilter `protobuf:"bytes,1,opt,name=status_code_filter,json=statusCodeFilter,proto3,oneof"`
}
func (*AccessLogFilter_StatusCodeFilter) MarshalTo ¶
func (m *AccessLogFilter_StatusCodeFilter) MarshalTo(dAtA []byte) (int, error)
func (*AccessLogFilter_StatusCodeFilter) Size ¶
func (m *AccessLogFilter_StatusCodeFilter) Size() (n int)
type AccessLogFilter_TraceableFilter ¶
type AccessLogFilter_TraceableFilter struct {
TraceableFilter *TraceableFilter `protobuf:"bytes,4,opt,name=traceable_filter,json=traceableFilter,proto3,oneof"`
}
func (*AccessLogFilter_TraceableFilter) MarshalTo ¶
func (m *AccessLogFilter_TraceableFilter) MarshalTo(dAtA []byte) (int, error)
func (*AccessLogFilter_TraceableFilter) Size ¶
func (m *AccessLogFilter_TraceableFilter) Size() (n int)
type AccessLogValidationError ¶
AccessLogValidationError is the validation error returned by AccessLog.Validate if the designated constraints aren't met.
func (AccessLogValidationError) Error ¶
func (e AccessLogValidationError) Error() string
Error satisfies the builtin error interface
type AccessLog_Config ¶ added in v0.6.3
type AccessLog_Config struct {
Config *types.Struct `protobuf:"bytes,3,opt,name=config,proto3,oneof"`
}
func (*AccessLog_Config) MarshalTo ¶ added in v0.6.3
func (m *AccessLog_Config) MarshalTo(dAtA []byte) (int, error)
func (*AccessLog_Config) Size ¶ added in v0.6.3
func (m *AccessLog_Config) Size() (n int)
type AccessLog_TypedConfig ¶ added in v0.6.3
type AccessLog_TypedConfig struct {
TypedConfig *types.Any `protobuf:"bytes,4,opt,name=typed_config,json=typedConfig,proto3,oneof"`
}
func (*AccessLog_TypedConfig) MarshalTo ¶ added in v0.6.3
func (m *AccessLog_TypedConfig) MarshalTo(dAtA []byte) (int, error)
func (*AccessLog_TypedConfig) Size ¶ added in v0.6.3
func (m *AccessLog_TypedConfig) Size() (n int)
type AndFilter ¶
type AndFilter struct { Filters []*AccessLogFilter `protobuf:"bytes,1,rep,name=filters,proto3" json:"filters,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Performs a logical “and” operation on the result of each filter in filters. Filters are evaluated sequentially and if one of them returns false, the filter returns false immediately.
func (*AndFilter) Descriptor ¶
func (*AndFilter) GetFilters ¶
func (m *AndFilter) GetFilters() []*AccessLogFilter
func (*AndFilter) ProtoMessage ¶
func (*AndFilter) ProtoMessage()
func (*AndFilter) Validate ¶
Validate checks the field values on AndFilter with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*AndFilter) XXX_DiscardUnknown ¶
func (m *AndFilter) XXX_DiscardUnknown()
func (*AndFilter) XXX_Marshal ¶
func (*AndFilter) XXX_Unmarshal ¶
type AndFilterValidationError ¶
AndFilterValidationError is the validation error returned by AndFilter.Validate if the designated constraints aren't met.
func (AndFilterValidationError) Error ¶
func (e AndFilterValidationError) Error() string
Error satisfies the builtin error interface
type ComparisonFilter ¶
type ComparisonFilter struct { // Comparison operator. Op ComparisonFilter_Op `protobuf:"varint,1,opt,name=op,proto3,enum=envoy.config.filter.accesslog.v2.ComparisonFilter_Op" json:"op,omitempty"` // Value to compare against. Value *core.RuntimeUInt32 `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Filter on an integer comparison.
func (*ComparisonFilter) Descriptor ¶
func (*ComparisonFilter) Descriptor() ([]byte, []int)
func (*ComparisonFilter) GetOp ¶
func (m *ComparisonFilter) GetOp() ComparisonFilter_Op
func (*ComparisonFilter) GetValue ¶
func (m *ComparisonFilter) GetValue() *core.RuntimeUInt32
func (*ComparisonFilter) Marshal ¶
func (m *ComparisonFilter) Marshal() (dAtA []byte, err error)
func (*ComparisonFilter) ProtoMessage ¶
func (*ComparisonFilter) ProtoMessage()
func (*ComparisonFilter) Reset ¶
func (m *ComparisonFilter) Reset()
func (*ComparisonFilter) Size ¶
func (m *ComparisonFilter) Size() (n int)
func (*ComparisonFilter) String ¶
func (m *ComparisonFilter) String() string
func (*ComparisonFilter) Unmarshal ¶
func (m *ComparisonFilter) Unmarshal(dAtA []byte) error
func (*ComparisonFilter) Validate ¶
func (m *ComparisonFilter) Validate() error
Validate checks the field values on ComparisonFilter with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*ComparisonFilter) XXX_DiscardUnknown ¶
func (m *ComparisonFilter) XXX_DiscardUnknown()
func (*ComparisonFilter) XXX_Marshal ¶
func (m *ComparisonFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ComparisonFilter) XXX_Merge ¶
func (dst *ComparisonFilter) XXX_Merge(src proto.Message)
func (*ComparisonFilter) XXX_Size ¶
func (m *ComparisonFilter) XXX_Size() int
func (*ComparisonFilter) XXX_Unmarshal ¶
func (m *ComparisonFilter) XXX_Unmarshal(b []byte) error
type ComparisonFilterValidationError ¶
ComparisonFilterValidationError is the validation error returned by ComparisonFilter.Validate if the designated constraints aren't met.
func (ComparisonFilterValidationError) Error ¶
func (e ComparisonFilterValidationError) Error() string
Error satisfies the builtin error interface
type ComparisonFilter_Op ¶
type ComparisonFilter_Op int32
const ( // = ComparisonFilter_EQ ComparisonFilter_Op = 0 // >= ComparisonFilter_GE ComparisonFilter_Op = 1 // <= ComparisonFilter_LE ComparisonFilter_Op = 2 )
func (ComparisonFilter_Op) EnumDescriptor ¶
func (ComparisonFilter_Op) EnumDescriptor() ([]byte, []int)
func (ComparisonFilter_Op) String ¶
func (x ComparisonFilter_Op) String() string
type DurationFilter ¶
type DurationFilter struct { // Comparison. Comparison *ComparisonFilter `protobuf:"bytes,1,opt,name=comparison,proto3" json:"comparison,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Filters on total request duration in milliseconds.
func (*DurationFilter) Descriptor ¶
func (*DurationFilter) Descriptor() ([]byte, []int)
func (*DurationFilter) GetComparison ¶
func (m *DurationFilter) GetComparison() *ComparisonFilter
func (*DurationFilter) Marshal ¶
func (m *DurationFilter) Marshal() (dAtA []byte, err error)
func (*DurationFilter) ProtoMessage ¶
func (*DurationFilter) ProtoMessage()
func (*DurationFilter) Reset ¶
func (m *DurationFilter) Reset()
func (*DurationFilter) Size ¶
func (m *DurationFilter) Size() (n int)
func (*DurationFilter) String ¶
func (m *DurationFilter) String() string
func (*DurationFilter) Unmarshal ¶
func (m *DurationFilter) Unmarshal(dAtA []byte) error
func (*DurationFilter) Validate ¶
func (m *DurationFilter) Validate() error
Validate checks the field values on DurationFilter with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*DurationFilter) XXX_DiscardUnknown ¶
func (m *DurationFilter) XXX_DiscardUnknown()
func (*DurationFilter) XXX_Marshal ¶
func (m *DurationFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DurationFilter) XXX_Merge ¶
func (dst *DurationFilter) XXX_Merge(src proto.Message)
func (*DurationFilter) XXX_Size ¶
func (m *DurationFilter) XXX_Size() int
func (*DurationFilter) XXX_Unmarshal ¶
func (m *DurationFilter) XXX_Unmarshal(b []byte) error
type DurationFilterValidationError ¶
DurationFilterValidationError is the validation error returned by DurationFilter.Validate if the designated constraints aren't met.
func (DurationFilterValidationError) Error ¶
func (e DurationFilterValidationError) Error() string
Error satisfies the builtin error interface
type HeaderFilter ¶
type HeaderFilter struct { // Only requests with a header which matches the specified HeaderMatcher will pass the filter // check. Header *route.HeaderMatcher `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Filters requests based on the presence or value of a request header.
func (*HeaderFilter) Descriptor ¶
func (*HeaderFilter) Descriptor() ([]byte, []int)
func (*HeaderFilter) GetHeader ¶
func (m *HeaderFilter) GetHeader() *route.HeaderMatcher
func (*HeaderFilter) Marshal ¶
func (m *HeaderFilter) Marshal() (dAtA []byte, err error)
func (*HeaderFilter) ProtoMessage ¶
func (*HeaderFilter) ProtoMessage()
func (*HeaderFilter) Reset ¶
func (m *HeaderFilter) Reset()
func (*HeaderFilter) Size ¶
func (m *HeaderFilter) Size() (n int)
func (*HeaderFilter) String ¶
func (m *HeaderFilter) String() string
func (*HeaderFilter) Unmarshal ¶
func (m *HeaderFilter) Unmarshal(dAtA []byte) error
func (*HeaderFilter) Validate ¶
func (m *HeaderFilter) Validate() error
Validate checks the field values on HeaderFilter with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*HeaderFilter) XXX_DiscardUnknown ¶
func (m *HeaderFilter) XXX_DiscardUnknown()
func (*HeaderFilter) XXX_Marshal ¶
func (m *HeaderFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HeaderFilter) XXX_Merge ¶
func (dst *HeaderFilter) XXX_Merge(src proto.Message)
func (*HeaderFilter) XXX_Size ¶
func (m *HeaderFilter) XXX_Size() int
func (*HeaderFilter) XXX_Unmarshal ¶
func (m *HeaderFilter) XXX_Unmarshal(b []byte) error
type HeaderFilterValidationError ¶
HeaderFilterValidationError is the validation error returned by HeaderFilter.Validate if the designated constraints aren't met.
func (HeaderFilterValidationError) Error ¶
func (e HeaderFilterValidationError) Error() string
Error satisfies the builtin error interface
type NotHealthCheckFilter ¶
type NotHealthCheckFilter struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Filters for requests that are not health check requests. A health check request is marked by the health check filter.
func (*NotHealthCheckFilter) Descriptor ¶
func (*NotHealthCheckFilter) Descriptor() ([]byte, []int)
func (*NotHealthCheckFilter) Marshal ¶
func (m *NotHealthCheckFilter) Marshal() (dAtA []byte, err error)
func (*NotHealthCheckFilter) MarshalTo ¶
func (m *NotHealthCheckFilter) MarshalTo(dAtA []byte) (int, error)
func (*NotHealthCheckFilter) ProtoMessage ¶
func (*NotHealthCheckFilter) ProtoMessage()
func (*NotHealthCheckFilter) Reset ¶
func (m *NotHealthCheckFilter) Reset()
func (*NotHealthCheckFilter) Size ¶
func (m *NotHealthCheckFilter) Size() (n int)
func (*NotHealthCheckFilter) String ¶
func (m *NotHealthCheckFilter) String() string
func (*NotHealthCheckFilter) Unmarshal ¶
func (m *NotHealthCheckFilter) Unmarshal(dAtA []byte) error
func (*NotHealthCheckFilter) Validate ¶
func (m *NotHealthCheckFilter) Validate() error
Validate checks the field values on NotHealthCheckFilter with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*NotHealthCheckFilter) XXX_DiscardUnknown ¶
func (m *NotHealthCheckFilter) XXX_DiscardUnknown()
func (*NotHealthCheckFilter) XXX_Marshal ¶
func (m *NotHealthCheckFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NotHealthCheckFilter) XXX_Merge ¶
func (dst *NotHealthCheckFilter) XXX_Merge(src proto.Message)
func (*NotHealthCheckFilter) XXX_Size ¶
func (m *NotHealthCheckFilter) XXX_Size() int
func (*NotHealthCheckFilter) XXX_Unmarshal ¶
func (m *NotHealthCheckFilter) XXX_Unmarshal(b []byte) error
type NotHealthCheckFilterValidationError ¶
NotHealthCheckFilterValidationError is the validation error returned by NotHealthCheckFilter.Validate if the designated constraints aren't met.
func (NotHealthCheckFilterValidationError) Error ¶
func (e NotHealthCheckFilterValidationError) Error() string
Error satisfies the builtin error interface
type OrFilter ¶
type OrFilter struct { Filters []*AccessLogFilter `protobuf:"bytes,2,rep,name=filters,proto3" json:"filters,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Performs a logical “or” operation on the result of each individual filter. Filters are evaluated sequentially and if one of them returns true, the filter returns true immediately.
func (*OrFilter) Descriptor ¶
func (*OrFilter) GetFilters ¶
func (m *OrFilter) GetFilters() []*AccessLogFilter
func (*OrFilter) ProtoMessage ¶
func (*OrFilter) ProtoMessage()
func (*OrFilter) Validate ¶
Validate checks the field values on OrFilter with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*OrFilter) XXX_DiscardUnknown ¶
func (m *OrFilter) XXX_DiscardUnknown()
func (*OrFilter) XXX_Marshal ¶
func (*OrFilter) XXX_Unmarshal ¶
type OrFilterValidationError ¶
OrFilterValidationError is the validation error returned by OrFilter.Validate if the designated constraints aren't met.
func (OrFilterValidationError) Error ¶
func (e OrFilterValidationError) Error() string
Error satisfies the builtin error interface
type ResponseFlagFilter ¶
type ResponseFlagFilter struct { // Only responses with the any of the flags listed in this field will be logged. // This field is optional. If it is not specified, then any response flag will pass // the filter check. Flags []string `protobuf:"bytes,1,rep,name=flags,proto3" json:"flags,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Filters requests that received responses with an Envoy response flag set. A list of the response flags can be found in the access log formatter :ref:`documentation<config_access_log_format_response_flags>`.
func (*ResponseFlagFilter) Descriptor ¶
func (*ResponseFlagFilter) Descriptor() ([]byte, []int)
func (*ResponseFlagFilter) GetFlags ¶
func (m *ResponseFlagFilter) GetFlags() []string
func (*ResponseFlagFilter) Marshal ¶
func (m *ResponseFlagFilter) Marshal() (dAtA []byte, err error)
func (*ResponseFlagFilter) MarshalTo ¶
func (m *ResponseFlagFilter) MarshalTo(dAtA []byte) (int, error)
func (*ResponseFlagFilter) ProtoMessage ¶
func (*ResponseFlagFilter) ProtoMessage()
func (*ResponseFlagFilter) Reset ¶
func (m *ResponseFlagFilter) Reset()
func (*ResponseFlagFilter) Size ¶
func (m *ResponseFlagFilter) Size() (n int)
func (*ResponseFlagFilter) String ¶
func (m *ResponseFlagFilter) String() string
func (*ResponseFlagFilter) Unmarshal ¶
func (m *ResponseFlagFilter) Unmarshal(dAtA []byte) error
func (*ResponseFlagFilter) Validate ¶
func (m *ResponseFlagFilter) Validate() error
Validate checks the field values on ResponseFlagFilter with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*ResponseFlagFilter) XXX_DiscardUnknown ¶
func (m *ResponseFlagFilter) XXX_DiscardUnknown()
func (*ResponseFlagFilter) XXX_Marshal ¶
func (m *ResponseFlagFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseFlagFilter) XXX_Merge ¶
func (dst *ResponseFlagFilter) XXX_Merge(src proto.Message)
func (*ResponseFlagFilter) XXX_Size ¶
func (m *ResponseFlagFilter) XXX_Size() int
func (*ResponseFlagFilter) XXX_Unmarshal ¶
func (m *ResponseFlagFilter) XXX_Unmarshal(b []byte) error
type ResponseFlagFilterValidationError ¶
ResponseFlagFilterValidationError is the validation error returned by ResponseFlagFilter.Validate if the designated constraints aren't met.
func (ResponseFlagFilterValidationError) Error ¶
func (e ResponseFlagFilterValidationError) Error() string
Error satisfies the builtin error interface
type RuntimeFilter ¶
type RuntimeFilter struct { // Runtime key to get an optional overridden numerator for use in the *percent_sampled* field. // If found in runtime, this value will replace the default numerator. RuntimeKey string `protobuf:"bytes,1,opt,name=runtime_key,json=runtimeKey,proto3" json:"runtime_key,omitempty"` // The default sampling percentage. If not specified, defaults to 0% with denominator of 100. PercentSampled *_type.FractionalPercent `protobuf:"bytes,2,opt,name=percent_sampled,json=percentSampled,proto3" json:"percent_sampled,omitempty"` // By default, sampling pivots on the header // :ref:`x-request-id<config_http_conn_man_headers_x-request-id>` being present. If // :ref:`x-request-id<config_http_conn_man_headers_x-request-id>` is present, the filter will // consistently sample across multiple hosts based on the runtime key value and the value // extracted from :ref:`x-request-id<config_http_conn_man_headers_x-request-id>`. If it is // missing, or *use_independent_randomness* is set to true, the filter will randomly sample based // on the runtime key value alone. *use_independent_randomness* can be used for logging kill // switches within complex nested :ref:`AndFilter // <envoy_api_msg_config.filter.accesslog.v2.AndFilter>` and :ref:`OrFilter // <envoy_api_msg_config.filter.accesslog.v2.OrFilter>` blocks that are easier to reason about // from a probability perspective (i.e., setting to true will cause the filter to behave like // an independent random variable when composed within logical operator filters). UseIndependentRandomness bool `` /* 136-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Filters for random sampling of requests.
func (*RuntimeFilter) Descriptor ¶
func (*RuntimeFilter) Descriptor() ([]byte, []int)
func (*RuntimeFilter) GetPercentSampled ¶
func (m *RuntimeFilter) GetPercentSampled() *_type.FractionalPercent
func (*RuntimeFilter) GetRuntimeKey ¶
func (m *RuntimeFilter) GetRuntimeKey() string
func (*RuntimeFilter) GetUseIndependentRandomness ¶
func (m *RuntimeFilter) GetUseIndependentRandomness() bool
func (*RuntimeFilter) Marshal ¶
func (m *RuntimeFilter) Marshal() (dAtA []byte, err error)
func (*RuntimeFilter) ProtoMessage ¶
func (*RuntimeFilter) ProtoMessage()
func (*RuntimeFilter) Reset ¶
func (m *RuntimeFilter) Reset()
func (*RuntimeFilter) Size ¶
func (m *RuntimeFilter) Size() (n int)
func (*RuntimeFilter) String ¶
func (m *RuntimeFilter) String() string
func (*RuntimeFilter) Unmarshal ¶
func (m *RuntimeFilter) Unmarshal(dAtA []byte) error
func (*RuntimeFilter) Validate ¶
func (m *RuntimeFilter) Validate() error
Validate checks the field values on RuntimeFilter with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*RuntimeFilter) XXX_DiscardUnknown ¶
func (m *RuntimeFilter) XXX_DiscardUnknown()
func (*RuntimeFilter) XXX_Marshal ¶
func (m *RuntimeFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RuntimeFilter) XXX_Merge ¶
func (dst *RuntimeFilter) XXX_Merge(src proto.Message)
func (*RuntimeFilter) XXX_Size ¶
func (m *RuntimeFilter) XXX_Size() int
func (*RuntimeFilter) XXX_Unmarshal ¶
func (m *RuntimeFilter) XXX_Unmarshal(b []byte) error
type RuntimeFilterValidationError ¶
RuntimeFilterValidationError is the validation error returned by RuntimeFilter.Validate if the designated constraints aren't met.
func (RuntimeFilterValidationError) Error ¶
func (e RuntimeFilterValidationError) Error() string
Error satisfies the builtin error interface
type StatusCodeFilter ¶
type StatusCodeFilter struct { // Comparison. Comparison *ComparisonFilter `protobuf:"bytes,1,opt,name=comparison,proto3" json:"comparison,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Filters on HTTP response/status code.
func (*StatusCodeFilter) Descriptor ¶
func (*StatusCodeFilter) Descriptor() ([]byte, []int)
func (*StatusCodeFilter) GetComparison ¶
func (m *StatusCodeFilter) GetComparison() *ComparisonFilter
func (*StatusCodeFilter) Marshal ¶
func (m *StatusCodeFilter) Marshal() (dAtA []byte, err error)
func (*StatusCodeFilter) ProtoMessage ¶
func (*StatusCodeFilter) ProtoMessage()
func (*StatusCodeFilter) Reset ¶
func (m *StatusCodeFilter) Reset()
func (*StatusCodeFilter) Size ¶
func (m *StatusCodeFilter) Size() (n int)
func (*StatusCodeFilter) String ¶
func (m *StatusCodeFilter) String() string
func (*StatusCodeFilter) Unmarshal ¶
func (m *StatusCodeFilter) Unmarshal(dAtA []byte) error
func (*StatusCodeFilter) Validate ¶
func (m *StatusCodeFilter) Validate() error
Validate checks the field values on StatusCodeFilter with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*StatusCodeFilter) XXX_DiscardUnknown ¶
func (m *StatusCodeFilter) XXX_DiscardUnknown()
func (*StatusCodeFilter) XXX_Marshal ¶
func (m *StatusCodeFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StatusCodeFilter) XXX_Merge ¶
func (dst *StatusCodeFilter) XXX_Merge(src proto.Message)
func (*StatusCodeFilter) XXX_Size ¶
func (m *StatusCodeFilter) XXX_Size() int
func (*StatusCodeFilter) XXX_Unmarshal ¶
func (m *StatusCodeFilter) XXX_Unmarshal(b []byte) error
type StatusCodeFilterValidationError ¶
StatusCodeFilterValidationError is the validation error returned by StatusCodeFilter.Validate if the designated constraints aren't met.
func (StatusCodeFilterValidationError) Error ¶
func (e StatusCodeFilterValidationError) Error() string
Error satisfies the builtin error interface
type TraceableFilter ¶
type TraceableFilter struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Filters for requests that are traceable. See the tracing overview for more information on how a request becomes traceable.
func (*TraceableFilter) Descriptor ¶
func (*TraceableFilter) Descriptor() ([]byte, []int)
func (*TraceableFilter) Marshal ¶
func (m *TraceableFilter) Marshal() (dAtA []byte, err error)
func (*TraceableFilter) ProtoMessage ¶
func (*TraceableFilter) ProtoMessage()
func (*TraceableFilter) Reset ¶
func (m *TraceableFilter) Reset()
func (*TraceableFilter) Size ¶
func (m *TraceableFilter) Size() (n int)
func (*TraceableFilter) String ¶
func (m *TraceableFilter) String() string
func (*TraceableFilter) Unmarshal ¶
func (m *TraceableFilter) Unmarshal(dAtA []byte) error
func (*TraceableFilter) Validate ¶
func (m *TraceableFilter) Validate() error
Validate checks the field values on TraceableFilter with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*TraceableFilter) XXX_DiscardUnknown ¶
func (m *TraceableFilter) XXX_DiscardUnknown()
func (*TraceableFilter) XXX_Marshal ¶
func (m *TraceableFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TraceableFilter) XXX_Merge ¶
func (dst *TraceableFilter) XXX_Merge(src proto.Message)
func (*TraceableFilter) XXX_Size ¶
func (m *TraceableFilter) XXX_Size() int
func (*TraceableFilter) XXX_Unmarshal ¶
func (m *TraceableFilter) XXX_Unmarshal(b []byte) error
type TraceableFilterValidationError ¶
TraceableFilterValidationError is the validation error returned by TraceableFilter.Validate if the designated constraints aren't met.
func (TraceableFilterValidationError) Error ¶
func (e TraceableFilterValidationError) Error() string
Error satisfies the builtin error interface