Documentation ¶
Index ¶
- Variables
- type WasmAccessLog
- func (*WasmAccessLog) Descriptor() ([]byte, []int)deprecated
- func (x *WasmAccessLog) GetConfig() *v3.PluginConfig
- func (*WasmAccessLog) ProtoMessage()
- func (x *WasmAccessLog) ProtoReflect() protoreflect.Message
- func (x *WasmAccessLog) Reset()
- func (x *WasmAccessLog) String() string
- func (m *WasmAccessLog) Validate() error
- type WasmAccessLogValidationError
- func (e WasmAccessLogValidationError) Cause() error
- func (e WasmAccessLogValidationError) Error() string
- func (e WasmAccessLogValidationError) ErrorName() string
- func (e WasmAccessLogValidationError) Field() string
- func (e WasmAccessLogValidationError) Key() bool
- func (e WasmAccessLogValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_extensions_access_loggers_wasm_v3_wasm_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type WasmAccessLog ¶
type WasmAccessLog struct { Config *v3.PluginConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*WasmAccessLog) Descriptor
deprecated
func (*WasmAccessLog) Descriptor() ([]byte, []int)
Deprecated: Use WasmAccessLog.ProtoReflect.Descriptor instead.
func (*WasmAccessLog) GetConfig ¶
func (x *WasmAccessLog) GetConfig() *v3.PluginConfig
func (*WasmAccessLog) ProtoMessage ¶
func (*WasmAccessLog) ProtoMessage()
func (*WasmAccessLog) ProtoReflect ¶
func (x *WasmAccessLog) ProtoReflect() protoreflect.Message
func (*WasmAccessLog) Reset ¶
func (x *WasmAccessLog) Reset()
func (*WasmAccessLog) String ¶
func (x *WasmAccessLog) String() string
func (*WasmAccessLog) Validate ¶
func (m *WasmAccessLog) Validate() error
Validate checks the field values on WasmAccessLog with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type WasmAccessLogValidationError ¶
type WasmAccessLogValidationError struct {
// contains filtered or unexported fields
}
WasmAccessLogValidationError is the validation error returned by WasmAccessLog.Validate if the designated constraints aren't met.
func (WasmAccessLogValidationError) Cause ¶
func (e WasmAccessLogValidationError) Cause() error
Cause function returns cause value.
func (WasmAccessLogValidationError) Error ¶
func (e WasmAccessLogValidationError) Error() string
Error satisfies the builtin error interface
func (WasmAccessLogValidationError) ErrorName ¶
func (e WasmAccessLogValidationError) ErrorName() string
ErrorName returns error name.
func (WasmAccessLogValidationError) Field ¶
func (e WasmAccessLogValidationError) Field() string
Field function returns field value.
func (WasmAccessLogValidationError) Key ¶
func (e WasmAccessLogValidationError) Key() bool
Key function returns key value.
func (WasmAccessLogValidationError) Reason ¶
func (e WasmAccessLogValidationError) Reason() string
Reason function returns reason value.
Click to show internal directories.
Click to hide internal directories.