package envoy_extensions_tracers_dynamic_ot_v4alpha

import "github.com/envoyproxy/go-control-plane/envoy/extensions/tracers/dynamic_ot/v4alpha"

Index

Variables

var File_envoy_extensions_tracers_dynamic_ot_v4alpha_dynamic_ot_proto protoreflect.FileDescriptor

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

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

Cause function returns cause value.

func (DynamicOtConfigValidationError) Error

Error satisfies the builtin error interface

func (DynamicOtConfigValidationError) ErrorName

func (e DynamicOtConfigValidationError) ErrorName() string

ErrorName returns error name.

func (DynamicOtConfigValidationError) Field

Field function returns field value.

func (DynamicOtConfigValidationError) Key

Key function returns key value.

func (DynamicOtConfigValidationError) Reason

Reason function returns reason value.

Source Files

dynamic_ot.pb.go dynamic_ot.pb.validate.go

Version
v0.9.6
Published
Jul 5, 2020
Platform
windows/amd64
Imports
19 packages
Last checked
1 hour ago

Tools for package owners.