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