Documentation
¶
Index ¶
- Variables
- type IndexedInterpretations
- func (*IndexedInterpretations) Descriptor() ([]byte, []int)deprecated
- func (x *IndexedInterpretations) GetIndex() map[int64]*InterpretationIndices
- func (x *IndexedInterpretations) GetInterpretations() []*Interpretation
- func (*IndexedInterpretations) ProtoMessage()
- func (x *IndexedInterpretations) ProtoReflect() protoreflect.Message
- func (x *IndexedInterpretations) Reset()
- func (x *IndexedInterpretations) String() string
- type Interpretation
- func (*Interpretation) Descriptor() ([]byte, []int)deprecated
- func (x *Interpretation) GetActions() []string
- func (x *Interpretation) GetEnd() int64
- func (x *Interpretation) GetName() string
- func (x *Interpretation) GetStart() int64
- func (x *Interpretation) GetTags() []string
- func (*Interpretation) ProtoMessage()
- func (x *Interpretation) ProtoReflect() protoreflect.Message
- func (x *Interpretation) Reset()
- func (x *Interpretation) String() string
- type InterpretationIndices
- func (*InterpretationIndices) Descriptor() ([]byte, []int)deprecated
- func (x *InterpretationIndices) GetIndicies() []uint32
- func (*InterpretationIndices) ProtoMessage()
- func (x *InterpretationIndices) ProtoReflect() protoreflect.Message
- func (x *InterpretationIndices) Reset()
- func (x *InterpretationIndices) String() string
- type Observation
- func (*Observation) Descriptor() ([]byte, []int)deprecated
- func (x *Observation) GetCategories() map[string]string
- func (x *Observation) GetIdentifiers() map[string]string
- func (x *Observation) GetMeasurements() map[string]float64
- func (x *Observation) GetTags() []string
- func (x *Observation) GetTime() int64
- func (*Observation) ProtoMessage()
- func (x *Observation) ProtoReflect() protoreflect.Message
- func (x *Observation) Reset()
- func (x *Observation) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_common_v1_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type IndexedInterpretations ¶
type IndexedInterpretations struct { Interpretations []*Interpretation `protobuf:"bytes,1,rep,name=interpretations,proto3" json:"interpretations,omitempty"` Index map[int64]*InterpretationIndices `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
func (*IndexedInterpretations) Descriptor
deprecated
func (*IndexedInterpretations) Descriptor() ([]byte, []int)
Deprecated: Use IndexedInterpretations.ProtoReflect.Descriptor instead.
func (*IndexedInterpretations) GetIndex ¶
func (x *IndexedInterpretations) GetIndex() map[int64]*InterpretationIndices
func (*IndexedInterpretations) GetInterpretations ¶
func (x *IndexedInterpretations) GetInterpretations() []*Interpretation
func (*IndexedInterpretations) ProtoMessage ¶
func (*IndexedInterpretations) ProtoMessage()
func (*IndexedInterpretations) ProtoReflect ¶
func (x *IndexedInterpretations) ProtoReflect() protoreflect.Message
func (*IndexedInterpretations) Reset ¶
func (x *IndexedInterpretations) Reset()
func (*IndexedInterpretations) String ¶
func (x *IndexedInterpretations) String() string
type Interpretation ¶
type Interpretation struct { Start int64 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"` End int64 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Actions []string `protobuf:"bytes,4,rep,name=actions,proto3" json:"actions,omitempty"` Tags []string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
func (*Interpretation) Descriptor
deprecated
func (*Interpretation) Descriptor() ([]byte, []int)
Deprecated: Use Interpretation.ProtoReflect.Descriptor instead.
func (*Interpretation) GetActions ¶
func (x *Interpretation) GetActions() []string
func (*Interpretation) GetEnd ¶
func (x *Interpretation) GetEnd() int64
func (*Interpretation) GetName ¶
func (x *Interpretation) GetName() string
func (*Interpretation) GetStart ¶
func (x *Interpretation) GetStart() int64
func (*Interpretation) GetTags ¶
func (x *Interpretation) GetTags() []string
func (*Interpretation) ProtoMessage ¶
func (*Interpretation) ProtoMessage()
func (*Interpretation) ProtoReflect ¶
func (x *Interpretation) ProtoReflect() protoreflect.Message
func (*Interpretation) Reset ¶
func (x *Interpretation) Reset()
func (*Interpretation) String ¶
func (x *Interpretation) String() string
type InterpretationIndices ¶
type InterpretationIndices struct { Indicies []uint32 `protobuf:"varint,1,rep,packed,name=indicies,proto3" json:"indicies,omitempty"` // contains filtered or unexported fields }
func (*InterpretationIndices) Descriptor
deprecated
func (*InterpretationIndices) Descriptor() ([]byte, []int)
Deprecated: Use InterpretationIndices.ProtoReflect.Descriptor instead.
func (*InterpretationIndices) GetIndicies ¶
func (x *InterpretationIndices) GetIndicies() []uint32
func (*InterpretationIndices) ProtoMessage ¶
func (*InterpretationIndices) ProtoMessage()
func (*InterpretationIndices) ProtoReflect ¶
func (x *InterpretationIndices) ProtoReflect() protoreflect.Message
func (*InterpretationIndices) Reset ¶
func (x *InterpretationIndices) Reset()
func (*InterpretationIndices) String ¶
func (x *InterpretationIndices) String() string
type Observation ¶
type Observation struct { Time int64 `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"` Identifiers map[string]string `` /* 163-byte string literal not displayed */ Measurements map[string]float64 `` /* 167-byte string literal not displayed */ Categories map[string]string `` /* 161-byte string literal not displayed */ Tags []string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
func (*Observation) Descriptor
deprecated
func (*Observation) Descriptor() ([]byte, []int)
Deprecated: Use Observation.ProtoReflect.Descriptor instead.
func (*Observation) GetCategories ¶
func (x *Observation) GetCategories() map[string]string
func (*Observation) GetIdentifiers ¶
func (x *Observation) GetIdentifiers() map[string]string
func (*Observation) GetMeasurements ¶
func (x *Observation) GetMeasurements() map[string]float64
func (*Observation) GetTags ¶
func (x *Observation) GetTags() []string
func (*Observation) GetTime ¶
func (x *Observation) GetTime() int64
func (*Observation) ProtoMessage ¶
func (*Observation) ProtoMessage()
func (*Observation) ProtoReflect ¶
func (x *Observation) ProtoReflect() protoreflect.Message
func (*Observation) Reset ¶
func (x *Observation) Reset()
func (*Observation) String ¶
func (x *Observation) String() string
Click to show internal directories.
Click to hide internal directories.