Documentation ¶
Index ¶
- type TelemetryFieldOLD
- func (*TelemetryFieldOLD) Descriptor() ([]byte, []int)
- func (m *TelemetryFieldOLD) GetAugmentData() bool
- func (m *TelemetryFieldOLD) GetBoolValue() bool
- func (m *TelemetryFieldOLD) GetBytesValue() []byte
- func (m *TelemetryFieldOLD) GetDoubleValue() float64
- func (m *TelemetryFieldOLD) GetFields() []*TelemetryFieldOLD
- func (m *TelemetryFieldOLD) GetFloatValue() float32
- func (m *TelemetryFieldOLD) GetName() string
- func (m *TelemetryFieldOLD) GetSint32Value() int32
- func (m *TelemetryFieldOLD) GetSint64Value() int64
- func (m *TelemetryFieldOLD) GetStringValue() string
- func (m *TelemetryFieldOLD) GetTimestamp() uint64
- func (m *TelemetryFieldOLD) GetUint32Value() uint32
- func (m *TelemetryFieldOLD) GetUint64Value() uint64
- func (m *TelemetryFieldOLD) GetValueByType() isTelemetryFieldOLD_ValueByType
- func (*TelemetryFieldOLD) ProtoMessage()
- func (m *TelemetryFieldOLD) Reset()
- func (m *TelemetryFieldOLD) String() string
- func (m *TelemetryFieldOLD) XXX_DiscardUnknown()
- func (m *TelemetryFieldOLD) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TelemetryFieldOLD) XXX_Merge(src proto.Message)
- func (*TelemetryFieldOLD) XXX_OneofWrappers() []interface{}
- func (m *TelemetryFieldOLD) XXX_Size() int
- func (m *TelemetryFieldOLD) XXX_Unmarshal(b []byte) error
- type TelemetryFieldOLD_BoolValue
- type TelemetryFieldOLD_BytesValue
- type TelemetryFieldOLD_DoubleValue
- type TelemetryFieldOLD_FloatValue
- type TelemetryFieldOLD_Sint32Value
- type TelemetryFieldOLD_Sint64Value
- type TelemetryFieldOLD_StringValue
- type TelemetryFieldOLD_Uint32Value
- type TelemetryFieldOLD_Uint64Value
- type TelemetryOLD
- func (*TelemetryOLD) Descriptor() ([]byte, []int)
- func (m *TelemetryOLD) GetBasePath() string
- func (m *TelemetryOLD) GetCollectionEndTime() uint64
- func (m *TelemetryOLD) GetCollectionId() uint64
- func (m *TelemetryOLD) GetCollectionStartTime() uint64
- func (m *TelemetryOLD) GetFields() []*TelemetryFieldOLD
- func (m *TelemetryOLD) GetModelVersion() string
- func (m *TelemetryOLD) GetMsgTimestamp() uint64
- func (m *TelemetryOLD) GetSubscriptionIdentifier() string
- func (*TelemetryOLD) ProtoMessage()
- func (m *TelemetryOLD) Reset()
- func (m *TelemetryOLD) String() string
- func (m *TelemetryOLD) XXX_DiscardUnknown()
- func (m *TelemetryOLD) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TelemetryOLD) XXX_Merge(src proto.Message)
- func (m *TelemetryOLD) XXX_Size() int
- func (m *TelemetryOLD) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TelemetryFieldOLD ¶
type TelemetryFieldOLD 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"` AugmentData bool `protobuf:"varint,3,opt,name=augment_data,json=augmentData,proto3" json:"augment_data,omitempty"` // Types that are valid to be assigned to ValueByType: // *TelemetryFieldOLD_BytesValue // *TelemetryFieldOLD_StringValue // *TelemetryFieldOLD_BoolValue // *TelemetryFieldOLD_Uint32Value // *TelemetryFieldOLD_Uint64Value // *TelemetryFieldOLD_Sint32Value // *TelemetryFieldOLD_Sint64Value // *TelemetryFieldOLD_DoubleValue // *TelemetryFieldOLD_FloatValue ValueByType isTelemetryFieldOLD_ValueByType `protobuf_oneof:"value_by_type"` Fields []*TelemetryFieldOLD `protobuf:"bytes,15,rep,name=fields,proto3" json:"fields,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TelemetryFieldOLD) Descriptor ¶
func (*TelemetryFieldOLD) Descriptor() ([]byte, []int)
func (*TelemetryFieldOLD) GetAugmentData ¶
func (m *TelemetryFieldOLD) GetAugmentData() bool
func (*TelemetryFieldOLD) GetBoolValue ¶
func (m *TelemetryFieldOLD) GetBoolValue() bool
func (*TelemetryFieldOLD) GetBytesValue ¶
func (m *TelemetryFieldOLD) GetBytesValue() []byte
func (*TelemetryFieldOLD) GetDoubleValue ¶
func (m *TelemetryFieldOLD) GetDoubleValue() float64
func (*TelemetryFieldOLD) GetFields ¶
func (m *TelemetryFieldOLD) GetFields() []*TelemetryFieldOLD
func (*TelemetryFieldOLD) GetFloatValue ¶
func (m *TelemetryFieldOLD) GetFloatValue() float32
func (*TelemetryFieldOLD) GetName ¶
func (m *TelemetryFieldOLD) GetName() string
func (*TelemetryFieldOLD) GetSint32Value ¶
func (m *TelemetryFieldOLD) GetSint32Value() int32
func (*TelemetryFieldOLD) GetSint64Value ¶
func (m *TelemetryFieldOLD) GetSint64Value() int64
func (*TelemetryFieldOLD) GetStringValue ¶
func (m *TelemetryFieldOLD) GetStringValue() string
func (*TelemetryFieldOLD) GetTimestamp ¶
func (m *TelemetryFieldOLD) GetTimestamp() uint64
func (*TelemetryFieldOLD) GetUint32Value ¶
func (m *TelemetryFieldOLD) GetUint32Value() uint32
func (*TelemetryFieldOLD) GetUint64Value ¶
func (m *TelemetryFieldOLD) GetUint64Value() uint64
func (*TelemetryFieldOLD) GetValueByType ¶
func (m *TelemetryFieldOLD) GetValueByType() isTelemetryFieldOLD_ValueByType
func (*TelemetryFieldOLD) ProtoMessage ¶
func (*TelemetryFieldOLD) ProtoMessage()
func (*TelemetryFieldOLD) Reset ¶
func (m *TelemetryFieldOLD) Reset()
func (*TelemetryFieldOLD) String ¶
func (m *TelemetryFieldOLD) String() string
func (*TelemetryFieldOLD) XXX_DiscardUnknown ¶
func (m *TelemetryFieldOLD) XXX_DiscardUnknown()
func (*TelemetryFieldOLD) XXX_Marshal ¶
func (m *TelemetryFieldOLD) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TelemetryFieldOLD) XXX_Merge ¶
func (m *TelemetryFieldOLD) XXX_Merge(src proto.Message)
func (*TelemetryFieldOLD) XXX_OneofWrappers ¶
func (*TelemetryFieldOLD) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*TelemetryFieldOLD) XXX_Size ¶
func (m *TelemetryFieldOLD) XXX_Size() int
func (*TelemetryFieldOLD) XXX_Unmarshal ¶
func (m *TelemetryFieldOLD) XXX_Unmarshal(b []byte) error
type TelemetryFieldOLD_BoolValue ¶
type TelemetryFieldOLD_BoolValue struct {
BoolValue bool `protobuf:"varint,6,opt,name=bool_value,json=boolValue,proto3,oneof"`
}
type TelemetryFieldOLD_BytesValue ¶
type TelemetryFieldOLD_BytesValue struct {
BytesValue []byte `protobuf:"bytes,4,opt,name=bytes_value,json=bytesValue,proto3,oneof"`
}
type TelemetryFieldOLD_DoubleValue ¶
type TelemetryFieldOLD_DoubleValue struct {
DoubleValue float64 `protobuf:"fixed64,11,opt,name=double_value,json=doubleValue,proto3,oneof"`
}
type TelemetryFieldOLD_FloatValue ¶
type TelemetryFieldOLD_FloatValue struct {
FloatValue float32 `protobuf:"fixed32,12,opt,name=float_value,json=floatValue,proto3,oneof"`
}
type TelemetryFieldOLD_Sint32Value ¶
type TelemetryFieldOLD_Sint32Value struct {
Sint32Value int32 `protobuf:"zigzag32,9,opt,name=sint32_value,json=sint32Value,proto3,oneof"`
}
type TelemetryFieldOLD_Sint64Value ¶
type TelemetryFieldOLD_Sint64Value struct {
Sint64Value int64 `protobuf:"zigzag64,10,opt,name=sint64_value,json=sint64Value,proto3,oneof"`
}
type TelemetryFieldOLD_StringValue ¶
type TelemetryFieldOLD_StringValue struct {
StringValue string `protobuf:"bytes,5,opt,name=string_value,json=stringValue,proto3,oneof"`
}
type TelemetryFieldOLD_Uint32Value ¶
type TelemetryFieldOLD_Uint32Value struct {
Uint32Value uint32 `protobuf:"varint,7,opt,name=uint32_value,json=uint32Value,proto3,oneof"`
}
type TelemetryFieldOLD_Uint64Value ¶
type TelemetryFieldOLD_Uint64Value struct {
Uint64Value uint64 `protobuf:"varint,8,opt,name=uint64_value,json=uint64Value,proto3,oneof"`
}
type TelemetryOLD ¶
type TelemetryOLD struct { CollectionId uint64 `protobuf:"varint,1,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` BasePath string `protobuf:"bytes,2,opt,name=base_path,json=basePath,proto3" json:"base_path,omitempty"` SubscriptionIdentifier string `` /* 127-byte string literal not displayed */ ModelVersion string `protobuf:"bytes,4,opt,name=model_version,json=modelVersion,proto3" json:"model_version,omitempty"` CollectionStartTime uint64 `protobuf:"varint,5,opt,name=collection_start_time,json=collectionStartTime,proto3" json:"collection_start_time,omitempty"` MsgTimestamp uint64 `protobuf:"varint,6,opt,name=msg_timestamp,json=msgTimestamp,proto3" json:"msg_timestamp,omitempty"` Fields []*TelemetryFieldOLD `protobuf:"bytes,14,rep,name=fields,proto3" json:"fields,omitempty"` CollectionEndTime uint64 `protobuf:"varint,15,opt,name=collection_end_time,json=collectionEndTime,proto3" json:"collection_end_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TelemetryOLD) Descriptor ¶
func (*TelemetryOLD) Descriptor() ([]byte, []int)
func (*TelemetryOLD) GetBasePath ¶
func (m *TelemetryOLD) GetBasePath() string
func (*TelemetryOLD) GetCollectionEndTime ¶
func (m *TelemetryOLD) GetCollectionEndTime() uint64
func (*TelemetryOLD) GetCollectionId ¶
func (m *TelemetryOLD) GetCollectionId() uint64
func (*TelemetryOLD) GetCollectionStartTime ¶
func (m *TelemetryOLD) GetCollectionStartTime() uint64
func (*TelemetryOLD) GetFields ¶
func (m *TelemetryOLD) GetFields() []*TelemetryFieldOLD
func (*TelemetryOLD) GetModelVersion ¶
func (m *TelemetryOLD) GetModelVersion() string
func (*TelemetryOLD) GetMsgTimestamp ¶
func (m *TelemetryOLD) GetMsgTimestamp() uint64
func (*TelemetryOLD) GetSubscriptionIdentifier ¶
func (m *TelemetryOLD) GetSubscriptionIdentifier() string
func (*TelemetryOLD) ProtoMessage ¶
func (*TelemetryOLD) ProtoMessage()
func (*TelemetryOLD) Reset ¶
func (m *TelemetryOLD) Reset()
func (*TelemetryOLD) String ¶
func (m *TelemetryOLD) String() string
func (*TelemetryOLD) XXX_DiscardUnknown ¶
func (m *TelemetryOLD) XXX_DiscardUnknown()
func (*TelemetryOLD) XXX_Marshal ¶
func (m *TelemetryOLD) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TelemetryOLD) XXX_Merge ¶
func (m *TelemetryOLD) XXX_Merge(src proto.Message)
func (*TelemetryOLD) XXX_Size ¶
func (m *TelemetryOLD) XXX_Size() int
func (*TelemetryOLD) XXX_Unmarshal ¶
func (m *TelemetryOLD) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.