telemetry_bis

package
v0.0.0-...-f64c045 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2023 License: Apache-2.0 Imports: 4 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_telemetry_bis_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Telemetry

type Telemetry struct {

	// Types that are assignable to NodeId:
	//	*Telemetry_NodeIdStr
	NodeId isTelemetry_NodeId `protobuf_oneof:"node_id"`
	// Types that are assignable to Subscription:
	//	*Telemetry_SubscriptionIdStr
	Subscription isTelemetry_Subscription `protobuf_oneof:"subscription"`
	// string   sensor_path = 5;               // not produced
	EncodingPath string `protobuf:"bytes,6,opt,name=encoding_path,json=encodingPath,proto3" json:"encoding_path,omitempty"`
	// string   model_version = 7;             // not produced
	CollectionId        uint64             `protobuf:"varint,8,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
	CollectionStartTime uint64             `protobuf:"varint,9,opt,name=collection_start_time,json=collectionStartTime,proto3" json:"collection_start_time,omitempty"`
	MsgTimestamp        uint64             `protobuf:"varint,10,opt,name=msg_timestamp,json=msgTimestamp,proto3" json:"msg_timestamp,omitempty"`
	DataGpbkv           []*TelemetryField  `protobuf:"bytes,11,rep,name=data_gpbkv,json=dataGpbkv,proto3" json:"data_gpbkv,omitempty"`
	DataGpb             *TelemetryGPBTable `protobuf:"bytes,12,opt,name=data_gpb,json=dataGpb,proto3" json:"data_gpb,omitempty"`
	CollectionEndTime   uint64             `protobuf:"varint,13,opt,name=collection_end_time,json=collectionEndTime,proto3" json:"collection_end_time,omitempty"` // uint64   heartbeat_sequence_number = 14; // not produced
	// contains filtered or unexported fields
}

func (*Telemetry) Descriptor deprecated

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

Deprecated: Use Telemetry.ProtoReflect.Descriptor instead.

func (*Telemetry) GetCollectionEndTime

func (x *Telemetry) GetCollectionEndTime() uint64

func (*Telemetry) GetCollectionId

func (x *Telemetry) GetCollectionId() uint64

func (*Telemetry) GetCollectionStartTime

func (x *Telemetry) GetCollectionStartTime() uint64

func (*Telemetry) GetDataGpb

func (x *Telemetry) GetDataGpb() *TelemetryGPBTable

func (*Telemetry) GetDataGpbkv

func (x *Telemetry) GetDataGpbkv() []*TelemetryField

func (*Telemetry) GetEncodingPath

func (x *Telemetry) GetEncodingPath() string

func (*Telemetry) GetMsgTimestamp

func (x *Telemetry) GetMsgTimestamp() uint64

func (*Telemetry) GetNodeId

func (m *Telemetry) GetNodeId() isTelemetry_NodeId

func (*Telemetry) GetNodeIdStr

func (x *Telemetry) GetNodeIdStr() string

func (*Telemetry) GetSubscription

func (m *Telemetry) GetSubscription() isTelemetry_Subscription

func (*Telemetry) GetSubscriptionIdStr

func (x *Telemetry) GetSubscriptionIdStr() string

func (*Telemetry) ProtoMessage

func (*Telemetry) ProtoMessage()

func (*Telemetry) ProtoReflect

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

func (*Telemetry) Reset

func (x *Telemetry) Reset()

func (*Telemetry) String

func (x *Telemetry) String() string

type TelemetryField

type TelemetryField struct {
	Timestamp uint64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Types that are assignable to ValueByType:
	//	*TelemetryField_BytesValue
	//	*TelemetryField_StringValue
	//	*TelemetryField_BoolValue
	//	*TelemetryField_Uint32Value
	//	*TelemetryField_Uint64Value
	//	*TelemetryField_Sint32Value
	//	*TelemetryField_Sint64Value
	//	*TelemetryField_DoubleValue
	//	*TelemetryField_FloatValue
	ValueByType isTelemetryField_ValueByType `protobuf_oneof:"value_by_type"`
	Fields      []*TelemetryField            `protobuf:"bytes,15,rep,name=fields,proto3" json:"fields,omitempty"`
	// set only for delete event
	Delete bool `protobuf:"varint,16,opt,name=delete,proto3" json:"delete,omitempty"`
	// contains filtered or unexported fields
}

func (*TelemetryField) Descriptor deprecated

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

Deprecated: Use TelemetryField.ProtoReflect.Descriptor instead.

func (*TelemetryField) GetBoolValue

func (x *TelemetryField) GetBoolValue() bool

func (*TelemetryField) GetBytesValue

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

func (*TelemetryField) GetDelete

func (x *TelemetryField) GetDelete() bool

func (*TelemetryField) GetDoubleValue

func (x *TelemetryField) GetDoubleValue() float64

func (*TelemetryField) GetFields

func (x *TelemetryField) GetFields() []*TelemetryField

func (*TelemetryField) GetFloatValue

func (x *TelemetryField) GetFloatValue() float32

func (*TelemetryField) GetName

func (x *TelemetryField) GetName() string

func (*TelemetryField) GetSint32Value

func (x *TelemetryField) GetSint32Value() int32

func (*TelemetryField) GetSint64Value

func (x *TelemetryField) GetSint64Value() int64

func (*TelemetryField) GetStringValue

func (x *TelemetryField) GetStringValue() string

func (*TelemetryField) GetTimestamp

func (x *TelemetryField) GetTimestamp() uint64

func (*TelemetryField) GetUint32Value

func (x *TelemetryField) GetUint32Value() uint32

func (*TelemetryField) GetUint64Value

func (x *TelemetryField) GetUint64Value() uint64

func (*TelemetryField) GetValueByType

func (m *TelemetryField) GetValueByType() isTelemetryField_ValueByType

func (*TelemetryField) ProtoMessage

func (*TelemetryField) ProtoMessage()

func (*TelemetryField) ProtoReflect

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

func (*TelemetryField) Reset

func (x *TelemetryField) Reset()

func (*TelemetryField) String

func (x *TelemetryField) String() string

type TelemetryField_BoolValue

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

type TelemetryField_BytesValue

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

type TelemetryField_DoubleValue

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

type TelemetryField_FloatValue

type TelemetryField_FloatValue struct {
	FloatValue float32 `protobuf:"fixed32,12,opt,name=float_value,json=floatValue,proto3,oneof"`
}

type TelemetryField_Sint32Value

type TelemetryField_Sint32Value struct {
	Sint32Value int32 `protobuf:"zigzag32,9,opt,name=sint32_value,json=sint32Value,proto3,oneof"`
}

type TelemetryField_Sint64Value

type TelemetryField_Sint64Value struct {
	Sint64Value int64 `protobuf:"zigzag64,10,opt,name=sint64_value,json=sint64Value,proto3,oneof"`
}

type TelemetryField_StringValue

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

type TelemetryField_Uint32Value

type TelemetryField_Uint32Value struct {
	Uint32Value uint32 `protobuf:"varint,7,opt,name=uint32_value,json=uint32Value,proto3,oneof"`
}

type TelemetryField_Uint64Value

type TelemetryField_Uint64Value struct {
	Uint64Value uint64 `protobuf:"varint,8,opt,name=uint64_value,json=uint64Value,proto3,oneof"`
}

type TelemetryGPBTable

type TelemetryGPBTable struct {
	Row []*TelemetryRowGPB `protobuf:"bytes,1,rep,name=row,proto3" json:"row,omitempty"`
	// contains filtered or unexported fields
}

func (*TelemetryGPBTable) Descriptor deprecated

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

Deprecated: Use TelemetryGPBTable.ProtoReflect.Descriptor instead.

func (*TelemetryGPBTable) GetRow

func (x *TelemetryGPBTable) GetRow() []*TelemetryRowGPB

func (*TelemetryGPBTable) ProtoMessage

func (*TelemetryGPBTable) ProtoMessage()

func (*TelemetryGPBTable) ProtoReflect

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

func (*TelemetryGPBTable) Reset

func (x *TelemetryGPBTable) Reset()

func (*TelemetryGPBTable) String

func (x *TelemetryGPBTable) String() string

type TelemetryRowGPB

type TelemetryRowGPB struct {
	Timestamp uint64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Keys      []byte `protobuf:"bytes,10,opt,name=keys,proto3" json:"keys,omitempty"`
	Content   []byte `protobuf:"bytes,11,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*TelemetryRowGPB) Descriptor deprecated

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

Deprecated: Use TelemetryRowGPB.ProtoReflect.Descriptor instead.

func (*TelemetryRowGPB) GetContent

func (x *TelemetryRowGPB) GetContent() []byte

func (*TelemetryRowGPB) GetKeys

func (x *TelemetryRowGPB) GetKeys() []byte

func (*TelemetryRowGPB) GetTimestamp

func (x *TelemetryRowGPB) GetTimestamp() uint64

func (*TelemetryRowGPB) ProtoMessage

func (*TelemetryRowGPB) ProtoMessage()

func (*TelemetryRowGPB) ProtoReflect

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

func (*TelemetryRowGPB) Reset

func (x *TelemetryRowGPB) Reset()

func (*TelemetryRowGPB) String

func (x *TelemetryRowGPB) String() string

type Telemetry_NodeIdStr

type Telemetry_NodeIdStr struct {
	NodeIdStr string `protobuf:"bytes,1,opt,name=node_id_str,json=nodeIdStr,proto3,oneof"` //  bytes node_id_uuid = 2;              // not produced
}

type Telemetry_SubscriptionIdStr

type Telemetry_SubscriptionIdStr struct {
	SubscriptionIdStr string `protobuf:"bytes,3,opt,name=subscription_id_str,json=subscriptionIdStr,proto3,oneof"` //  uint32   subscription_id = 4;        // not produced
}

Jump to

Keyboard shortcuts

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