protos

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_protos_dataplane_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ArraySt

type ArraySt struct {
	Count     int64    `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Values    *ValueSt `protobuf:"bytes,2,opt,name=values,proto3" json:"values,omitempty"`
	MinLength float64  `protobuf:"fixed64,3,opt,name=min_length,json=minLength,proto3" json:"min_length,omitempty"`
	MaxLength float64  `protobuf:"fixed64,4,opt,name=max_length,json=maxLength,proto3" json:"max_length,omitempty"`
	// to be able to calculate the average when aggregating digests
	SumLength float64 `protobuf:"fixed64,5,opt,name=sum_length,json=sumLength,proto3" json:"sum_length,omitempty"`
	// contains filtered or unexported fields
}

func (*ArraySt) Descriptor deprecated

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

Deprecated: Use ArraySt.ProtoReflect.Descriptor instead.

func (*ArraySt) GetCount

func (x *ArraySt) GetCount() int64

func (*ArraySt) GetMaxLength

func (x *ArraySt) GetMaxLength() float64

func (*ArraySt) GetMinLength

func (x *ArraySt) GetMinLength() float64

func (*ArraySt) GetSumLength

func (x *ArraySt) GetSumLength() float64

func (*ArraySt) GetValues

func (x *ArraySt) GetValues() *ValueSt

func (*ArraySt) ProtoMessage

func (*ArraySt) ProtoMessage()

func (*ArraySt) ProtoReflect

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

func (*ArraySt) Reset

func (x *ArraySt) Reset()

func (*ArraySt) String

func (x *ArraySt) String() string

type ArrayValue

type ArrayValue struct {
	TotalCount   uint64      `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	DefaultCount uint64      `protobuf:"varint,2,opt,name=default_count,json=defaultCount,proto3" json:"default_count,omitempty"`
	NullCount    uint64      `protobuf:"varint,3,opt,name=null_count,json=nullCount,proto3" json:"null_count,omitempty"`
	Values       *ValueValue `protobuf:"bytes,4,opt,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func NewArrayValue

func NewArrayValue() *ArrayValue

func (*ArrayValue) Descriptor deprecated

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

Deprecated: Use ArrayValue.ProtoReflect.Descriptor instead.

func (*ArrayValue) GetDefaultCount

func (x *ArrayValue) GetDefaultCount() uint64

func (*ArrayValue) GetNullCount

func (x *ArrayValue) GetNullCount() uint64

func (*ArrayValue) GetTotalCount

func (x *ArrayValue) GetTotalCount() uint64

func (*ArrayValue) GetValues

func (x *ArrayValue) GetValues() *ValueValue

func (*ArrayValue) ProtoMessage

func (*ArrayValue) ProtoMessage()

func (*ArrayValue) ProtoReflect

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

func (*ArrayValue) Reset

func (x *ArrayValue) Reset()

func (*ArrayValue) String

func (x *ArrayValue) String() string

type AvgStat

type AvgStat struct {
	Sum   float64 `protobuf:"fixed64,1,opt,name=sum,proto3" json:"sum,omitempty"`
	Count uint64  `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func NewAvgStat

func NewAvgStat() *AvgStat

func (*AvgStat) Descriptor deprecated

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

Deprecated: Use AvgStat.ProtoReflect.Descriptor instead.

func (*AvgStat) GetCount

func (x *AvgStat) GetCount() uint64

func (*AvgStat) GetSum

func (x *AvgStat) GetSum() float64

func (*AvgStat) ProtoMessage

func (*AvgStat) ProtoMessage()

func (*AvgStat) ProtoReflect

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

func (*AvgStat) Reset

func (x *AvgStat) Reset()

func (*AvgStat) String

func (x *AvgStat) String() string

type BooleanSt

type BooleanSt struct {
	Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*BooleanSt) Descriptor deprecated

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

Deprecated: Use BooleanSt.ProtoReflect.Descriptor instead.

func (*BooleanSt) GetCount

func (x *BooleanSt) GetCount() int64

func (*BooleanSt) ProtoMessage

func (*BooleanSt) ProtoMessage()

func (*BooleanSt) ProtoReflect

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

func (*BooleanSt) Reset

func (x *BooleanSt) Reset()

func (*BooleanSt) String

func (x *BooleanSt) String() string

type BooleanValue

type BooleanValue struct {
	TotalCount   uint64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	DefaultCount uint64 `protobuf:"varint,2,opt,name=default_count,json=defaultCount,proto3" json:"default_count,omitempty"`
	NullCount    uint64 `protobuf:"varint,3,opt,name=null_count,json=nullCount,proto3" json:"null_count,omitempty"`
	FalseCount   uint64 `protobuf:"varint,4,opt,name=false_count,json=falseCount,proto3" json:"false_count,omitempty"`
	TrueCount    uint64 `protobuf:"varint,5,opt,name=true_count,json=trueCount,proto3" json:"true_count,omitempty"`
	// contains filtered or unexported fields
}

func NewBooleanValue

func NewBooleanValue() *BooleanValue

func (*BooleanValue) Descriptor deprecated

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

Deprecated: Use BooleanValue.ProtoReflect.Descriptor instead.

func (*BooleanValue) GetDefaultCount

func (x *BooleanValue) GetDefaultCount() uint64

func (*BooleanValue) GetFalseCount

func (x *BooleanValue) GetFalseCount() uint64

func (*BooleanValue) GetNullCount

func (x *BooleanValue) GetNullCount() uint64

func (*BooleanValue) GetTotalCount

func (x *BooleanValue) GetTotalCount() uint64

func (*BooleanValue) GetTrueCount

func (x *BooleanValue) GetTrueCount() uint64

func (*BooleanValue) ProtoMessage

func (*BooleanValue) ProtoMessage()

func (*BooleanValue) ProtoReflect

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

func (*BooleanValue) Reset

func (x *BooleanValue) Reset()

func (*BooleanValue) String

func (x *BooleanValue) String() string

type FloatNumSt

type FloatNumSt struct {
	Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*FloatNumSt) Descriptor deprecated

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

Deprecated: Use FloatNumSt.ProtoReflect.Descriptor instead.

func (*FloatNumSt) GetCount

func (x *FloatNumSt) GetCount() int64

func (*FloatNumSt) ProtoMessage

func (*FloatNumSt) ProtoMessage()

func (*FloatNumSt) ProtoReflect

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

func (*FloatNumSt) Reset

func (x *FloatNumSt) Reset()

func (*FloatNumSt) String

func (x *FloatNumSt) String() string

type HyperLogLog

type HyperLogLog struct {
	Data        []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	Cardinality uint64 `protobuf:"varint,2,opt,name=cardinality,proto3" json:"cardinality,omitempty"`
	// contains filtered or unexported fields
}

func (*HyperLogLog) Descriptor deprecated

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

Deprecated: Use HyperLogLog.ProtoReflect.Descriptor instead.

func (*HyperLogLog) GetCardinality

func (x *HyperLogLog) GetCardinality() uint64

func (*HyperLogLog) GetData

func (x *HyperLogLog) GetData() []byte

func (*HyperLogLog) ProtoMessage

func (*HyperLogLog) ProtoMessage()

func (*HyperLogLog) ProtoReflect

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

func (*HyperLogLog) Reset

func (x *HyperLogLog) Reset()

func (*HyperLogLog) String

func (x *HyperLogLog) String() string

type IntNumSt

type IntNumSt struct {
	Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*IntNumSt) Descriptor deprecated

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

Deprecated: Use IntNumSt.ProtoReflect.Descriptor instead.

func (*IntNumSt) GetCount

func (x *IntNumSt) GetCount() int64

func (*IntNumSt) ProtoMessage

func (*IntNumSt) ProtoMessage()

func (*IntNumSt) ProtoReflect

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

func (*IntNumSt) Reset

func (x *IntNumSt) Reset()

func (*IntNumSt) String

func (x *IntNumSt) String() string

type MaxStat

type MaxStat struct {
	Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func NewMaxStat

func NewMaxStat() *MaxStat

func (*MaxStat) Descriptor deprecated

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

Deprecated: Use MaxStat.ProtoReflect.Descriptor instead.

func (*MaxStat) GetValue

func (x *MaxStat) GetValue() float64

func (*MaxStat) ProtoMessage

func (*MaxStat) ProtoMessage()

func (*MaxStat) ProtoReflect

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

func (*MaxStat) Reset

func (x *MaxStat) Reset()

func (*MaxStat) String

func (x *MaxStat) String() string

type MinStat

type MinStat struct {
	Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func NewMinStat

func NewMinStat() *MinStat

func (*MinStat) Descriptor deprecated

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

Deprecated: Use MinStat.ProtoReflect.Descriptor instead.

func (*MinStat) GetValue

func (x *MinStat) GetValue() float64

func (*MinStat) ProtoMessage

func (*MinStat) ProtoMessage()

func (*MinStat) ProtoReflect

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

func (*MinStat) Reset

func (x *MinStat) Reset()

func (*MinStat) String

func (x *MinStat) String() string

type NumberSt

type NumberSt struct {

	// if more than one is set, multiple types detected
	IntegerNum  *IntNumSt   `protobuf:"bytes,1,opt,name=integer_num,json=integerNum,proto3" json:"integer_num,omitempty"`
	UintegerNum *UIntNumSt  `protobuf:"bytes,2,opt,name=uinteger_num,json=uintegerNum,proto3" json:"uinteger_num,omitempty"`
	FloatNum    *FloatNumSt `protobuf:"bytes,3,opt,name=float_num,json=floatNum,proto3" json:"float_num,omitempty"`
	// contains filtered or unexported fields
}

func (*NumberSt) Descriptor deprecated

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

Deprecated: Use NumberSt.ProtoReflect.Descriptor instead.

func (*NumberSt) GetFloatNum

func (x *NumberSt) GetFloatNum() *FloatNumSt

func (*NumberSt) GetIntegerNum

func (x *NumberSt) GetIntegerNum() *IntNumSt

func (*NumberSt) GetUintegerNum

func (x *NumberSt) GetUintegerNum() *UIntNumSt

func (*NumberSt) ProtoMessage

func (*NumberSt) ProtoMessage()

func (*NumberSt) ProtoReflect

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

func (*NumberSt) Reset

func (x *NumberSt) Reset()

func (*NumberSt) String

func (x *NumberSt) String() string

type NumberStat

type NumberStat struct {
	Min         *MinStat     `protobuf:"bytes,1,opt,name=min,proto3" json:"min,omitempty"`
	Avg         *AvgStat     `protobuf:"bytes,2,opt,name=avg,proto3" json:"avg,omitempty"`
	Max         *MaxStat     `protobuf:"bytes,3,opt,name=max,proto3" json:"max,omitempty"`
	HyperLogLog *HyperLogLog `protobuf:"bytes,4,opt,name=hyper_log_log,json=hyperLogLog,proto3" json:"hyper_log_log,omitempty"`
	// contains filtered or unexported fields
}

func NewNumberStat

func NewNumberStat() *NumberStat

func (*NumberStat) Descriptor deprecated

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

Deprecated: Use NumberStat.ProtoReflect.Descriptor instead.

func (*NumberStat) GetAvg

func (x *NumberStat) GetAvg() *AvgStat

func (*NumberStat) GetHyperLogLog

func (x *NumberStat) GetHyperLogLog() *HyperLogLog

func (*NumberStat) GetMax

func (x *NumberStat) GetMax() *MaxStat

func (*NumberStat) GetMin

func (x *NumberStat) GetMin() *MinStat

func (*NumberStat) ProtoMessage

func (*NumberStat) ProtoMessage()

func (*NumberStat) ProtoReflect

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

func (*NumberStat) Reset

func (x *NumberStat) Reset()

func (*NumberStat) String

func (x *NumberStat) String() string

type NumberValue

type NumberValue struct {
	TotalCount   uint64       `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	DefaultCount uint64       `protobuf:"varint,2,opt,name=default_count,json=defaultCount,proto3" json:"default_count,omitempty"`
	NullCount    uint64       `protobuf:"varint,3,opt,name=null_count,json=nullCount,proto3" json:"null_count,omitempty"`
	Min          *MinStat     `protobuf:"bytes,4,opt,name=min,proto3" json:"min,omitempty"`
	Avg          *AvgStat     `protobuf:"bytes,5,opt,name=avg,proto3" json:"avg,omitempty"`
	Max          *MaxStat     `protobuf:"bytes,6,opt,name=max,proto3" json:"max,omitempty"`
	HyperLogLog  *HyperLogLog `protobuf:"bytes,7,opt,name=hyper_log_log,json=hyperLogLog,proto3" json:"hyper_log_log,omitempty"`
	// contains filtered or unexported fields
}

func NewNumberValue

func NewNumberValue() *NumberValue

func (*NumberValue) Descriptor deprecated

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

Deprecated: Use NumberValue.ProtoReflect.Descriptor instead.

func (*NumberValue) GetAvg

func (x *NumberValue) GetAvg() *AvgStat

func (*NumberValue) GetDefaultCount

func (x *NumberValue) GetDefaultCount() uint64

func (*NumberValue) GetHyperLogLog

func (x *NumberValue) GetHyperLogLog() *HyperLogLog

func (*NumberValue) GetMax

func (x *NumberValue) GetMax() *MaxStat

func (*NumberValue) GetMin

func (x *NumberValue) GetMin() *MinStat

func (*NumberValue) GetNullCount

func (x *NumberValue) GetNullCount() uint64

func (*NumberValue) GetTotalCount

func (x *NumberValue) GetTotalCount() uint64

func (*NumberValue) ProtoMessage

func (*NumberValue) ProtoMessage()

func (*NumberValue) ProtoReflect

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

func (*NumberValue) Reset

func (x *NumberValue) Reset()

func (*NumberValue) String

func (x *NumberValue) String() string

type ObjSt

type ObjSt struct {
	Count  int64               `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Fields map[string]*ValueSt `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ObjSt) Descriptor deprecated

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

Deprecated: Use ObjSt.ProtoReflect.Descriptor instead.

func (*ObjSt) GetCount

func (x *ObjSt) GetCount() int64

func (*ObjSt) GetFields

func (x *ObjSt) GetFields() map[string]*ValueSt

func (*ObjSt) ProtoMessage

func (*ObjSt) ProtoMessage()

func (*ObjSt) ProtoReflect

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

func (*ObjSt) Reset

func (x *ObjSt) Reset()

func (*ObjSt) String

func (x *ObjSt) String() string

type ObjValue

type ObjValue struct {
	TotalCount   uint64                 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	DefaultCount uint64                 `protobuf:"varint,2,opt,name=default_count,json=defaultCount,proto3" json:"default_count,omitempty"`
	NullCount    uint64                 `protobuf:"varint,3,opt,name=null_count,json=nullCount,proto3" json:"null_count,omitempty"`
	Fields       map[string]*ValueValue `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func NewObjValue

func NewObjValue() *ObjValue

func (*ObjValue) Descriptor deprecated

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

Deprecated: Use ObjValue.ProtoReflect.Descriptor instead.

func (*ObjValue) GetDefaultCount

func (x *ObjValue) GetDefaultCount() uint64

func (*ObjValue) GetFields

func (x *ObjValue) GetFields() map[string]*ValueValue

func (*ObjValue) GetNullCount

func (x *ObjValue) GetNullCount() uint64

func (*ObjValue) GetTotalCount

func (x *ObjValue) GetTotalCount() uint64

func (*ObjValue) ProtoMessage

func (*ObjValue) ProtoMessage()

func (*ObjValue) ProtoReflect

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

func (*ObjValue) Reset

func (x *ObjValue) Reset()

func (*ObjValue) String

func (x *ObjValue) String() string

type StringSt

type StringSt struct {
	Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*StringSt) Descriptor deprecated

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

Deprecated: Use StringSt.ProtoReflect.Descriptor instead.

func (*StringSt) GetCount

func (x *StringSt) GetCount() int64

func (*StringSt) ProtoMessage

func (*StringSt) ProtoMessage()

func (*StringSt) ProtoReflect

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

func (*StringSt) Reset

func (x *StringSt) Reset()

func (*StringSt) String

func (x *StringSt) String() string

type StringValue

type StringValue struct {
	TotalCount   uint64       `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	DefaultCount uint64       `protobuf:"varint,2,opt,name=default_count,json=defaultCount,proto3" json:"default_count,omitempty"`
	NullCount    uint64       `protobuf:"varint,3,opt,name=null_count,json=nullCount,proto3" json:"null_count,omitempty"`
	HyperLogLog  *HyperLogLog `protobuf:"bytes,4,opt,name=hyper_log_log,json=hyperLogLog,proto3" json:"hyper_log_log,omitempty"`
	Length       *NumberStat  `protobuf:"bytes,6,opt,name=length,proto3" json:"length,omitempty"`
	// contains filtered or unexported fields
}

func NewStringValue

func NewStringValue() *StringValue

func (*StringValue) Descriptor deprecated

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

Deprecated: Use StringValue.ProtoReflect.Descriptor instead.

func (*StringValue) GetDefaultCount

func (x *StringValue) GetDefaultCount() uint64

func (*StringValue) GetHyperLogLog

func (x *StringValue) GetHyperLogLog() *HyperLogLog

func (*StringValue) GetLength

func (x *StringValue) GetLength() *NumberStat

func (*StringValue) GetNullCount

func (x *StringValue) GetNullCount() uint64

func (*StringValue) GetTotalCount

func (x *StringValue) GetTotalCount() uint64

func (*StringValue) ProtoMessage

func (*StringValue) ProtoMessage()

func (*StringValue) ProtoReflect

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

func (*StringValue) Reset

func (x *StringValue) Reset()

func (*StringValue) String

func (x *StringValue) String() string

type StructureDigest

type StructureDigest struct {
	Obj *ObjSt `protobuf:"bytes,1,opt,name=obj,proto3" json:"obj,omitempty"`
	// contains filtered or unexported fields
}

func (*StructureDigest) Descriptor deprecated

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

Deprecated: Use StructureDigest.ProtoReflect.Descriptor instead.

func (*StructureDigest) GetObj

func (x *StructureDigest) GetObj() *ObjSt

func (*StructureDigest) ProtoMessage

func (*StructureDigest) ProtoMessage()

func (*StructureDigest) ProtoReflect

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

func (*StructureDigest) Reset

func (x *StructureDigest) Reset()

func (*StructureDigest) String

func (x *StructureDigest) String() string

type TestSample

type TestSample struct {
	Double     float64         `protobuf:"fixed64,1,opt,name=double,proto3" json:"double,omitempty"`
	Float      float32         `protobuf:"fixed32,2,opt,name=float,proto3" json:"float,omitempty"`
	Int32      int32           `protobuf:"varint,3,opt,name=int32,proto3" json:"int32,omitempty"`
	Int64      int64           `protobuf:"varint,4,opt,name=int64,proto3" json:"int64,omitempty"`
	Uint32     uint32          `protobuf:"varint,5,opt,name=uint32,proto3" json:"uint32,omitempty"`
	Uint64     uint64          `protobuf:"varint,6,opt,name=uint64,proto3" json:"uint64,omitempty"`
	Sint32     int32           `protobuf:"zigzag32,7,opt,name=sint32,proto3" json:"sint32,omitempty"`
	Sint64     int64           `protobuf:"zigzag64,8,opt,name=sint64,proto3" json:"sint64,omitempty"`
	Fixed32    uint32          `protobuf:"fixed32,9,opt,name=fixed32,proto3" json:"fixed32,omitempty"`
	Fixed64    uint64          `protobuf:"fixed64,10,opt,name=fixed64,proto3" json:"fixed64,omitempty"`
	Sfixed32   int32           `protobuf:"fixed32,11,opt,name=sfixed32,proto3" json:"sfixed32,omitempty"`
	Sfixed64   int64           `protobuf:"fixed64,12,opt,name=sfixed64,proto3" json:"sfixed64,omitempty"`
	Bool       bool            `protobuf:"varint,13,opt,name=bool,proto3" json:"bool,omitempty"`
	String_    string          `protobuf:"bytes,14,opt,name=string,proto3" json:"string,omitempty"`
	Bytes      []byte          `protobuf:"bytes,15,opt,name=bytes,proto3" json:"bytes,omitempty"`
	Array      []int32         `protobuf:"varint,16,rep,packed,name=array,proto3" json:"array,omitempty"`
	Map        map[int32]int32 `` /* 150-byte string literal not displayed */
	NestedMsg  *TestSample     `protobuf:"bytes,18,opt,name=nested_msg,json=nestedMsg,proto3" json:"nested_msg,omitempty"`
	NestedMsgs []*TestSample   `protobuf:"bytes,19,rep,name=nested_msgs,json=nestedMsgs,proto3" json:"nested_msgs,omitempty"`
	// contains filtered or unexported fields
}

used for testing

func (*TestSample) Descriptor deprecated

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

Deprecated: Use TestSample.ProtoReflect.Descriptor instead.

func (*TestSample) GetArray

func (x *TestSample) GetArray() []int32

func (*TestSample) GetBool

func (x *TestSample) GetBool() bool

func (*TestSample) GetBytes

func (x *TestSample) GetBytes() []byte

func (*TestSample) GetDouble

func (x *TestSample) GetDouble() float64

func (*TestSample) GetFixed32

func (x *TestSample) GetFixed32() uint32

func (*TestSample) GetFixed64

func (x *TestSample) GetFixed64() uint64

func (*TestSample) GetFloat

func (x *TestSample) GetFloat() float32

func (*TestSample) GetInt32

func (x *TestSample) GetInt32() int32

func (*TestSample) GetInt64

func (x *TestSample) GetInt64() int64

func (*TestSample) GetMap

func (x *TestSample) GetMap() map[int32]int32

func (*TestSample) GetNestedMsg

func (x *TestSample) GetNestedMsg() *TestSample

func (*TestSample) GetNestedMsgs

func (x *TestSample) GetNestedMsgs() []*TestSample

func (*TestSample) GetSfixed32

func (x *TestSample) GetSfixed32() int32

func (*TestSample) GetSfixed64

func (x *TestSample) GetSfixed64() int64

func (*TestSample) GetSint32

func (x *TestSample) GetSint32() int32

func (*TestSample) GetSint64

func (x *TestSample) GetSint64() int64

func (*TestSample) GetString_

func (x *TestSample) GetString_() string

func (*TestSample) GetUint32

func (x *TestSample) GetUint32() uint32

func (*TestSample) GetUint64

func (x *TestSample) GetUint64() uint64

func (*TestSample) ProtoMessage

func (*TestSample) ProtoMessage()

func (*TestSample) ProtoReflect

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

func (*TestSample) Reset

func (x *TestSample) Reset()

func (*TestSample) String

func (x *TestSample) String() string

type UIntNumSt

type UIntNumSt struct {
	Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*UIntNumSt) Descriptor deprecated

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

Deprecated: Use UIntNumSt.ProtoReflect.Descriptor instead.

func (*UIntNumSt) GetCount

func (x *UIntNumSt) GetCount() int64

func (*UIntNumSt) ProtoMessage

func (*UIntNumSt) ProtoMessage()

func (*UIntNumSt) ProtoReflect

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

func (*UIntNumSt) Reset

func (x *UIntNumSt) Reset()

func (*UIntNumSt) String

func (x *UIntNumSt) String() string

type ValueSt

type ValueSt struct {

	// if more than one is set, multiple types detected
	Number  *NumberSt  `protobuf:"bytes,1,opt,name=number,proto3" json:"number,omitempty"`
	String_ *StringSt  `protobuf:"bytes,2,opt,name=string,proto3" json:"string,omitempty"`
	Boolean *BooleanSt `protobuf:"bytes,3,opt,name=boolean,proto3" json:"boolean,omitempty"`
	Array   *ArraySt   `protobuf:"bytes,4,opt,name=array,proto3" json:"array,omitempty"`
	Obj     *ObjSt     `protobuf:"bytes,5,opt,name=obj,proto3" json:"obj,omitempty"`
	// contains filtered or unexported fields
}

func (*ValueSt) Descriptor deprecated

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

Deprecated: Use ValueSt.ProtoReflect.Descriptor instead.

func (*ValueSt) GetArray

func (x *ValueSt) GetArray() *ArraySt

func (*ValueSt) GetBoolean

func (x *ValueSt) GetBoolean() *BooleanSt

func (*ValueSt) GetNumber

func (x *ValueSt) GetNumber() *NumberSt

func (*ValueSt) GetObj

func (x *ValueSt) GetObj() *ObjSt

func (*ValueSt) GetString_

func (x *ValueSt) GetString_() *StringSt

func (*ValueSt) ProtoMessage

func (*ValueSt) ProtoMessage()

func (*ValueSt) ProtoReflect

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

func (*ValueSt) Reset

func (x *ValueSt) Reset()

func (*ValueSt) String

func (x *ValueSt) String() string

type ValueValue

type ValueValue struct {
	TotalCount uint64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	NullCount  uint64 `protobuf:"varint,2,opt,name=null_count,json=nullCount,proto3" json:"null_count,omitempty"`
	// if more than one is set, multiple types detected
	Number  *NumberValue  `protobuf:"bytes,3,opt,name=number,proto3" json:"number,omitempty"`
	String_ *StringValue  `protobuf:"bytes,4,opt,name=string,proto3" json:"string,omitempty"`
	Boolean *BooleanValue `protobuf:"bytes,5,opt,name=boolean,proto3" json:"boolean,omitempty"`
	Array   *ArrayValue   `protobuf:"bytes,6,opt,name=array,proto3" json:"array,omitempty"`
	Obj     *ObjValue     `protobuf:"bytes,7,opt,name=obj,proto3" json:"obj,omitempty"`
	// contains filtered or unexported fields
}

func NewValueValue

func NewValueValue() *ValueValue

func (*ValueValue) Descriptor deprecated

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

Deprecated: Use ValueValue.ProtoReflect.Descriptor instead.

func (*ValueValue) GetArray

func (x *ValueValue) GetArray() *ArrayValue

func (*ValueValue) GetBoolean

func (x *ValueValue) GetBoolean() *BooleanValue

func (*ValueValue) GetNullCount

func (x *ValueValue) GetNullCount() uint64

func (*ValueValue) GetNumber

func (x *ValueValue) GetNumber() *NumberValue

func (*ValueValue) GetObj

func (x *ValueValue) GetObj() *ObjValue

func (*ValueValue) GetString_

func (x *ValueValue) GetString_() *StringValue

func (*ValueValue) GetTotalCount

func (x *ValueValue) GetTotalCount() uint64

func (*ValueValue) ProtoMessage

func (*ValueValue) ProtoMessage()

func (*ValueValue) ProtoReflect

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

func (*ValueValue) Reset

func (x *ValueValue) Reset()

func (*ValueValue) String

func (x *ValueValue) String() string

Jump to

Keyboard shortcuts

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