v1

package
v0.0.0-...-76a0d45 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_opentelemetry_proto_common_v1_common_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AnyValue

type AnyValue struct {

	// The value is one of the listed fields. It is valid for all values to be unspecified
	// in which case this AnyValue is considered to be "empty".
	//
	// Types that are assignable to Value:
	//
	//	*AnyValue_StringValue
	//	*AnyValue_BoolValue
	//	*AnyValue_IntValue
	//	*AnyValue_DoubleValue
	//	*AnyValue_ArrayValue
	//	*AnyValue_KvlistValue
	//	*AnyValue_BytesValue
	Value isAnyValue_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

AnyValue is used to represent any type of attribute value. AnyValue may contain a primitive value such as a string or integer or it may contain an arbitrary nested object containing arrays, key-value lists and primitives.

func AnyValueFromVTPool

func AnyValueFromVTPool() *AnyValue

func (*AnyValue) CloneMessageVT

func (m *AnyValue) CloneMessageVT() proto.Message

func (*AnyValue) CloneVT

func (m *AnyValue) CloneVT() *AnyValue

func (*AnyValue) Descriptor deprecated

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

Deprecated: Use AnyValue.ProtoReflect.Descriptor instead.

func (*AnyValue) EqualMessageVT

func (this *AnyValue) EqualMessageVT(thatMsg proto.Message) bool

func (*AnyValue) EqualVT

func (this *AnyValue) EqualVT(that *AnyValue) bool

func (*AnyValue) GetArrayValue

func (x *AnyValue) GetArrayValue() *ArrayValue

func (*AnyValue) GetBoolValue

func (x *AnyValue) GetBoolValue() bool

func (*AnyValue) GetBytesValue

func (x *AnyValue) GetBytesValue() []byte

func (*AnyValue) GetDoubleValue

func (x *AnyValue) GetDoubleValue() float64

func (*AnyValue) GetIntValue

func (x *AnyValue) GetIntValue() int64

func (*AnyValue) GetKvlistValue

func (x *AnyValue) GetKvlistValue() *KeyValueList

func (*AnyValue) GetStringValue

func (x *AnyValue) GetStringValue() string

func (*AnyValue) GetValue

func (m *AnyValue) GetValue() isAnyValue_Value

func (*AnyValue) MarshalToSizedBufferVT

func (m *AnyValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AnyValue) MarshalToSizedBufferVTStrict

func (m *AnyValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AnyValue) MarshalToVT

func (m *AnyValue) MarshalToVT(dAtA []byte) (int, error)

func (*AnyValue) MarshalToVTStrict

func (m *AnyValue) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AnyValue) MarshalVT

func (m *AnyValue) MarshalVT() (dAtA []byte, err error)

func (*AnyValue) MarshalVTStrict

func (m *AnyValue) MarshalVTStrict() (dAtA []byte, err error)

func (*AnyValue) ProtoMessage

func (*AnyValue) ProtoMessage()

func (*AnyValue) ProtoReflect

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

func (*AnyValue) Reset

func (x *AnyValue) Reset()

func (*AnyValue) ResetVT

func (m *AnyValue) ResetVT()

func (*AnyValue) ReturnToVTPool

func (m *AnyValue) ReturnToVTPool()

func (*AnyValue) SizeVT

func (m *AnyValue) SizeVT() (n int)

func (*AnyValue) String

func (x *AnyValue) String() string

func (*AnyValue) UnmarshalVT

func (m *AnyValue) UnmarshalVT(dAtA []byte) error

func (*AnyValue) UnmarshalVTUnsafe

func (m *AnyValue) UnmarshalVTUnsafe(dAtA []byte) error

type AnyValue_ArrayValue

type AnyValue_ArrayValue struct {
	ArrayValue *ArrayValue `protobuf:"bytes,5,opt,name=array_value,json=arrayValue,proto3,oneof"`
}

func (*AnyValue_ArrayValue) CloneVT

func (m *AnyValue_ArrayValue) CloneVT() isAnyValue_Value

func (*AnyValue_ArrayValue) EqualVT

func (this *AnyValue_ArrayValue) EqualVT(thatIface isAnyValue_Value) bool

func (*AnyValue_ArrayValue) MarshalToSizedBufferVT

func (m *AnyValue_ArrayValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AnyValue_ArrayValue) MarshalToSizedBufferVTStrict

func (m *AnyValue_ArrayValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AnyValue_ArrayValue) MarshalToVT

func (m *AnyValue_ArrayValue) MarshalToVT(dAtA []byte) (int, error)

func (*AnyValue_ArrayValue) MarshalToVTStrict

func (m *AnyValue_ArrayValue) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AnyValue_ArrayValue) SizeVT

func (m *AnyValue_ArrayValue) SizeVT() (n int)

type AnyValue_BoolValue

type AnyValue_BoolValue struct {
	BoolValue bool `protobuf:"varint,2,opt,name=bool_value,json=boolValue,proto3,oneof"`
}

func (*AnyValue_BoolValue) CloneVT

func (m *AnyValue_BoolValue) CloneVT() isAnyValue_Value

func (*AnyValue_BoolValue) EqualVT

func (this *AnyValue_BoolValue) EqualVT(thatIface isAnyValue_Value) bool

func (*AnyValue_BoolValue) MarshalToSizedBufferVT

func (m *AnyValue_BoolValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AnyValue_BoolValue) MarshalToSizedBufferVTStrict

func (m *AnyValue_BoolValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AnyValue_BoolValue) MarshalToVT

func (m *AnyValue_BoolValue) MarshalToVT(dAtA []byte) (int, error)

func (*AnyValue_BoolValue) MarshalToVTStrict

func (m *AnyValue_BoolValue) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AnyValue_BoolValue) SizeVT

func (m *AnyValue_BoolValue) SizeVT() (n int)

type AnyValue_BytesValue

type AnyValue_BytesValue struct {
	BytesValue []byte `protobuf:"bytes,7,opt,name=bytes_value,json=bytesValue,proto3,oneof"`
}

func (*AnyValue_BytesValue) CloneVT

func (m *AnyValue_BytesValue) CloneVT() isAnyValue_Value

func (*AnyValue_BytesValue) EqualVT

func (this *AnyValue_BytesValue) EqualVT(thatIface isAnyValue_Value) bool

func (*AnyValue_BytesValue) MarshalToSizedBufferVT

func (m *AnyValue_BytesValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AnyValue_BytesValue) MarshalToSizedBufferVTStrict

func (m *AnyValue_BytesValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AnyValue_BytesValue) MarshalToVT

func (m *AnyValue_BytesValue) MarshalToVT(dAtA []byte) (int, error)

func (*AnyValue_BytesValue) MarshalToVTStrict

func (m *AnyValue_BytesValue) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AnyValue_BytesValue) SizeVT

func (m *AnyValue_BytesValue) SizeVT() (n int)

type AnyValue_DoubleValue

type AnyValue_DoubleValue struct {
	DoubleValue float64 `protobuf:"fixed64,4,opt,name=double_value,json=doubleValue,proto3,oneof"`
}

func (*AnyValue_DoubleValue) CloneVT

func (m *AnyValue_DoubleValue) CloneVT() isAnyValue_Value

func (*AnyValue_DoubleValue) EqualVT

func (this *AnyValue_DoubleValue) EqualVT(thatIface isAnyValue_Value) bool

func (*AnyValue_DoubleValue) MarshalToSizedBufferVT

func (m *AnyValue_DoubleValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AnyValue_DoubleValue) MarshalToSizedBufferVTStrict

func (m *AnyValue_DoubleValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AnyValue_DoubleValue) MarshalToVT

func (m *AnyValue_DoubleValue) MarshalToVT(dAtA []byte) (int, error)

func (*AnyValue_DoubleValue) MarshalToVTStrict

func (m *AnyValue_DoubleValue) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AnyValue_DoubleValue) SizeVT

func (m *AnyValue_DoubleValue) SizeVT() (n int)

type AnyValue_IntValue

type AnyValue_IntValue struct {
	IntValue int64 `protobuf:"varint,3,opt,name=int_value,json=intValue,proto3,oneof"`
}

func (*AnyValue_IntValue) CloneVT

func (m *AnyValue_IntValue) CloneVT() isAnyValue_Value

func (*AnyValue_IntValue) EqualVT

func (this *AnyValue_IntValue) EqualVT(thatIface isAnyValue_Value) bool

func (*AnyValue_IntValue) MarshalToSizedBufferVT

func (m *AnyValue_IntValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AnyValue_IntValue) MarshalToSizedBufferVTStrict

func (m *AnyValue_IntValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AnyValue_IntValue) MarshalToVT

func (m *AnyValue_IntValue) MarshalToVT(dAtA []byte) (int, error)

func (*AnyValue_IntValue) MarshalToVTStrict

func (m *AnyValue_IntValue) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AnyValue_IntValue) SizeVT

func (m *AnyValue_IntValue) SizeVT() (n int)

type AnyValue_KvlistValue

type AnyValue_KvlistValue struct {
	KvlistValue *KeyValueList `protobuf:"bytes,6,opt,name=kvlist_value,json=kvlistValue,proto3,oneof"`
}

func (*AnyValue_KvlistValue) CloneVT

func (m *AnyValue_KvlistValue) CloneVT() isAnyValue_Value

func (*AnyValue_KvlistValue) EqualVT

func (this *AnyValue_KvlistValue) EqualVT(thatIface isAnyValue_Value) bool

func (*AnyValue_KvlistValue) MarshalToSizedBufferVT

func (m *AnyValue_KvlistValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AnyValue_KvlistValue) MarshalToSizedBufferVTStrict

func (m *AnyValue_KvlistValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AnyValue_KvlistValue) MarshalToVT

func (m *AnyValue_KvlistValue) MarshalToVT(dAtA []byte) (int, error)

func (*AnyValue_KvlistValue) MarshalToVTStrict

func (m *AnyValue_KvlistValue) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AnyValue_KvlistValue) SizeVT

func (m *AnyValue_KvlistValue) SizeVT() (n int)

type AnyValue_StringValue

type AnyValue_StringValue struct {
	StringValue string `protobuf:"bytes,1,opt,name=string_value,json=stringValue,proto3,oneof"`
}

func (*AnyValue_StringValue) CloneVT

func (m *AnyValue_StringValue) CloneVT() isAnyValue_Value

func (*AnyValue_StringValue) EqualVT

func (this *AnyValue_StringValue) EqualVT(thatIface isAnyValue_Value) bool

func (*AnyValue_StringValue) MarshalToSizedBufferVT

func (m *AnyValue_StringValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AnyValue_StringValue) MarshalToSizedBufferVTStrict

func (m *AnyValue_StringValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AnyValue_StringValue) MarshalToVT

func (m *AnyValue_StringValue) MarshalToVT(dAtA []byte) (int, error)

func (*AnyValue_StringValue) MarshalToVTStrict

func (m *AnyValue_StringValue) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AnyValue_StringValue) SizeVT

func (m *AnyValue_StringValue) SizeVT() (n int)

type ArrayValue

type ArrayValue struct {

	// Array of values. The array may be empty (contain 0 elements).
	Values []*AnyValue `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

ArrayValue is a list of AnyValue messages. We need ArrayValue as a message since oneof in AnyValue does not allow repeated fields.

func ArrayValueFromVTPool

func ArrayValueFromVTPool() *ArrayValue

func (*ArrayValue) CloneMessageVT

func (m *ArrayValue) CloneMessageVT() proto.Message

func (*ArrayValue) CloneVT

func (m *ArrayValue) CloneVT() *ArrayValue

func (*ArrayValue) Descriptor deprecated

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

Deprecated: Use ArrayValue.ProtoReflect.Descriptor instead.

func (*ArrayValue) EqualMessageVT

func (this *ArrayValue) EqualMessageVT(thatMsg proto.Message) bool

func (*ArrayValue) EqualVT

func (this *ArrayValue) EqualVT(that *ArrayValue) bool

func (*ArrayValue) GetValues

func (x *ArrayValue) GetValues() []*AnyValue

func (*ArrayValue) MarshalToSizedBufferVT

func (m *ArrayValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ArrayValue) MarshalToSizedBufferVTStrict

func (m *ArrayValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*ArrayValue) MarshalToVT

func (m *ArrayValue) MarshalToVT(dAtA []byte) (int, error)

func (*ArrayValue) MarshalToVTStrict

func (m *ArrayValue) MarshalToVTStrict(dAtA []byte) (int, error)

func (*ArrayValue) MarshalVT

func (m *ArrayValue) MarshalVT() (dAtA []byte, err error)

func (*ArrayValue) MarshalVTStrict

func (m *ArrayValue) MarshalVTStrict() (dAtA []byte, err error)

func (*ArrayValue) ProtoMessage

func (*ArrayValue) ProtoMessage()

func (*ArrayValue) ProtoReflect

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

func (*ArrayValue) Reset

func (x *ArrayValue) Reset()

func (*ArrayValue) ResetVT

func (m *ArrayValue) ResetVT()

func (*ArrayValue) ReturnToVTPool

func (m *ArrayValue) ReturnToVTPool()

func (*ArrayValue) SizeVT

func (m *ArrayValue) SizeVT() (n int)

func (*ArrayValue) String

func (x *ArrayValue) String() string

func (*ArrayValue) UnmarshalVT

func (m *ArrayValue) UnmarshalVT(dAtA []byte) error

func (*ArrayValue) UnmarshalVTUnsafe

func (m *ArrayValue) UnmarshalVTUnsafe(dAtA []byte) error

type InstrumentationScope

type InstrumentationScope struct {

	// An empty instrumentation scope name means the name is unknown.
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// Additional attributes that describe the scope. [Optional].
	// Attribute keys MUST be unique (it is not allowed to have more than one
	// attribute with the same key).
	Attributes             []*KeyValue `protobuf:"bytes,3,rep,name=attributes,proto3" json:"attributes,omitempty"`
	DroppedAttributesCount uint32      `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

InstrumentationScope is a message representing the instrumentation scope information such as the fully qualified name and version.

func InstrumentationScopeFromVTPool

func InstrumentationScopeFromVTPool() *InstrumentationScope

func (*InstrumentationScope) CloneMessageVT

func (m *InstrumentationScope) CloneMessageVT() proto.Message

func (*InstrumentationScope) CloneVT

func (*InstrumentationScope) Descriptor deprecated

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

Deprecated: Use InstrumentationScope.ProtoReflect.Descriptor instead.

func (*InstrumentationScope) EqualMessageVT

func (this *InstrumentationScope) EqualMessageVT(thatMsg proto.Message) bool

func (*InstrumentationScope) EqualVT

func (this *InstrumentationScope) EqualVT(that *InstrumentationScope) bool

func (*InstrumentationScope) GetAttributes

func (x *InstrumentationScope) GetAttributes() []*KeyValue

func (*InstrumentationScope) GetDroppedAttributesCount

func (x *InstrumentationScope) GetDroppedAttributesCount() uint32

func (*InstrumentationScope) GetName

func (x *InstrumentationScope) GetName() string

func (*InstrumentationScope) GetVersion

func (x *InstrumentationScope) GetVersion() string

func (*InstrumentationScope) MarshalToSizedBufferVT

func (m *InstrumentationScope) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*InstrumentationScope) MarshalToSizedBufferVTStrict

func (m *InstrumentationScope) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*InstrumentationScope) MarshalToVT

func (m *InstrumentationScope) MarshalToVT(dAtA []byte) (int, error)

func (*InstrumentationScope) MarshalToVTStrict

func (m *InstrumentationScope) MarshalToVTStrict(dAtA []byte) (int, error)

func (*InstrumentationScope) MarshalVT

func (m *InstrumentationScope) MarshalVT() (dAtA []byte, err error)

func (*InstrumentationScope) MarshalVTStrict

func (m *InstrumentationScope) MarshalVTStrict() (dAtA []byte, err error)

func (*InstrumentationScope) ProtoMessage

func (*InstrumentationScope) ProtoMessage()

func (*InstrumentationScope) ProtoReflect

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

func (*InstrumentationScope) Reset

func (x *InstrumentationScope) Reset()

func (*InstrumentationScope) ResetVT

func (m *InstrumentationScope) ResetVT()

func (*InstrumentationScope) ReturnToVTPool

func (m *InstrumentationScope) ReturnToVTPool()

func (*InstrumentationScope) SizeVT

func (m *InstrumentationScope) SizeVT() (n int)

func (*InstrumentationScope) String

func (x *InstrumentationScope) String() string

func (*InstrumentationScope) UnmarshalVT

func (m *InstrumentationScope) UnmarshalVT(dAtA []byte) error

func (*InstrumentationScope) UnmarshalVTUnsafe

func (m *InstrumentationScope) UnmarshalVTUnsafe(dAtA []byte) error

type KeyValue

type KeyValue struct {
	Key   string    `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value *AnyValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

KeyValue is a key-value pair that is used to store Span attributes, Link attributes, etc.

func KeyValueFromVTPool

func KeyValueFromVTPool() *KeyValue

func (*KeyValue) CloneMessageVT

func (m *KeyValue) CloneMessageVT() proto.Message

func (*KeyValue) CloneVT

func (m *KeyValue) CloneVT() *KeyValue

func (*KeyValue) Descriptor deprecated

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

Deprecated: Use KeyValue.ProtoReflect.Descriptor instead.

func (*KeyValue) EqualMessageVT

func (this *KeyValue) EqualMessageVT(thatMsg proto.Message) bool

func (*KeyValue) EqualVT

func (this *KeyValue) EqualVT(that *KeyValue) bool

func (*KeyValue) GetKey

func (x *KeyValue) GetKey() string

func (*KeyValue) GetValue

func (x *KeyValue) GetValue() *AnyValue

func (*KeyValue) MarshalToSizedBufferVT

func (m *KeyValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*KeyValue) MarshalToSizedBufferVTStrict

func (m *KeyValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*KeyValue) MarshalToVT

func (m *KeyValue) MarshalToVT(dAtA []byte) (int, error)

func (*KeyValue) MarshalToVTStrict

func (m *KeyValue) MarshalToVTStrict(dAtA []byte) (int, error)

func (*KeyValue) MarshalVT

func (m *KeyValue) MarshalVT() (dAtA []byte, err error)

func (*KeyValue) MarshalVTStrict

func (m *KeyValue) MarshalVTStrict() (dAtA []byte, err error)

func (*KeyValue) ProtoMessage

func (*KeyValue) ProtoMessage()

func (*KeyValue) ProtoReflect

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

func (*KeyValue) Reset

func (x *KeyValue) Reset()

func (*KeyValue) ResetVT

func (m *KeyValue) ResetVT()

func (*KeyValue) ReturnToVTPool

func (m *KeyValue) ReturnToVTPool()

func (*KeyValue) SizeVT

func (m *KeyValue) SizeVT() (n int)

func (*KeyValue) String

func (x *KeyValue) String() string

func (*KeyValue) UnmarshalVT

func (m *KeyValue) UnmarshalVT(dAtA []byte) error

func (*KeyValue) UnmarshalVTUnsafe

func (m *KeyValue) UnmarshalVTUnsafe(dAtA []byte) error

type KeyValueList

type KeyValueList struct {

	// A collection of key/value pairs of key-value pairs. The list may be empty (may
	// contain 0 elements).
	// The keys MUST be unique (it is not allowed to have more than one
	// value with the same key).
	Values []*KeyValue `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

KeyValueList is a list of KeyValue messages. We need KeyValueList as a message since `oneof` in AnyValue does not allow repeated fields. Everywhere else where we need a list of KeyValue messages (e.g. in Span) we use `repeated KeyValue` directly to avoid unnecessary extra wrapping (which slows down the protocol). The 2 approaches are semantically equivalent.

func KeyValueListFromVTPool

func KeyValueListFromVTPool() *KeyValueList

func (*KeyValueList) CloneMessageVT

func (m *KeyValueList) CloneMessageVT() proto.Message

func (*KeyValueList) CloneVT

func (m *KeyValueList) CloneVT() *KeyValueList

func (*KeyValueList) Descriptor deprecated

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

Deprecated: Use KeyValueList.ProtoReflect.Descriptor instead.

func (*KeyValueList) EqualMessageVT

func (this *KeyValueList) EqualMessageVT(thatMsg proto.Message) bool

func (*KeyValueList) EqualVT

func (this *KeyValueList) EqualVT(that *KeyValueList) bool

func (*KeyValueList) GetValues

func (x *KeyValueList) GetValues() []*KeyValue

func (*KeyValueList) MarshalToSizedBufferVT

func (m *KeyValueList) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*KeyValueList) MarshalToSizedBufferVTStrict

func (m *KeyValueList) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*KeyValueList) MarshalToVT

func (m *KeyValueList) MarshalToVT(dAtA []byte) (int, error)

func (*KeyValueList) MarshalToVTStrict

func (m *KeyValueList) MarshalToVTStrict(dAtA []byte) (int, error)

func (*KeyValueList) MarshalVT

func (m *KeyValueList) MarshalVT() (dAtA []byte, err error)

func (*KeyValueList) MarshalVTStrict

func (m *KeyValueList) MarshalVTStrict() (dAtA []byte, err error)

func (*KeyValueList) ProtoMessage

func (*KeyValueList) ProtoMessage()

func (*KeyValueList) ProtoReflect

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

func (*KeyValueList) Reset

func (x *KeyValueList) Reset()

func (*KeyValueList) ResetVT

func (m *KeyValueList) ResetVT()

func (*KeyValueList) ReturnToVTPool

func (m *KeyValueList) ReturnToVTPool()

func (*KeyValueList) SizeVT

func (m *KeyValueList) SizeVT() (n int)

func (*KeyValueList) String

func (x *KeyValueList) String() string

func (*KeyValueList) UnmarshalVT

func (m *KeyValueList) UnmarshalVT(dAtA []byte) error

func (*KeyValueList) UnmarshalVTUnsafe

func (m *KeyValueList) UnmarshalVTUnsafe(dAtA []byte) error

Jump to

Keyboard shortcuts

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