Documentation ¶
Index ¶
- type Payload
- func (*Payload) Descriptor() ([]byte, []int)
- func (*Payload) ExtensionRangeArray() []proto.ExtensionRange
- func (m *Payload) GetBody() []byte
- func (m *Payload) GetMetrics() []*Payload_Metric
- func (m *Payload) GetSeq() uint64
- func (m *Payload) GetTimestamp() uint64
- func (m *Payload) GetUuid() string
- func (*Payload) ProtoMessage()
- func (m *Payload) Reset()
- func (m *Payload) String() string
- func (m *Payload) XXX_DiscardUnknown()
- func (m *Payload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Payload) XXX_Merge(src proto.Message)
- func (m *Payload) XXX_Size() int
- func (m *Payload) XXX_Unmarshal(b []byte) error
- type Payload_DataSet
- func (*Payload_DataSet) Descriptor() ([]byte, []int)
- func (*Payload_DataSet) ExtensionRangeArray() []proto.ExtensionRange
- func (m *Payload_DataSet) GetColumns() []string
- func (m *Payload_DataSet) GetNumOfColumns() uint64
- func (m *Payload_DataSet) GetRows() []*Payload_DataSet_Row
- func (m *Payload_DataSet) GetTypes() []uint32
- func (*Payload_DataSet) ProtoMessage()
- func (m *Payload_DataSet) Reset()
- func (m *Payload_DataSet) String() string
- func (m *Payload_DataSet) XXX_DiscardUnknown()
- func (m *Payload_DataSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Payload_DataSet) XXX_Merge(src proto.Message)
- func (m *Payload_DataSet) XXX_Size() int
- func (m *Payload_DataSet) XXX_Unmarshal(b []byte) error
- type Payload_DataSet_DataSetValue
- func (*Payload_DataSet_DataSetValue) Descriptor() ([]byte, []int)
- func (m *Payload_DataSet_DataSetValue) GetBooleanValue() bool
- func (m *Payload_DataSet_DataSetValue) GetDoubleValue() float64
- func (m *Payload_DataSet_DataSetValue) GetExtensionValue() *Payload_DataSet_DataSetValue_DataSetValueExtension
- func (m *Payload_DataSet_DataSetValue) GetFloatValue() float32
- func (m *Payload_DataSet_DataSetValue) GetIntValue() uint32
- func (m *Payload_DataSet_DataSetValue) GetLongValue() uint64
- func (m *Payload_DataSet_DataSetValue) GetStringValue() string
- func (m *Payload_DataSet_DataSetValue) GetValue() isPayload_DataSet_DataSetValue_Value
- func (*Payload_DataSet_DataSetValue) ProtoMessage()
- func (m *Payload_DataSet_DataSetValue) Reset()
- func (m *Payload_DataSet_DataSetValue) String() string
- func (m *Payload_DataSet_DataSetValue) XXX_DiscardUnknown()
- func (m *Payload_DataSet_DataSetValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Payload_DataSet_DataSetValue) XXX_Merge(src proto.Message)
- func (*Payload_DataSet_DataSetValue) XXX_OneofWrappers() []interface{}
- func (m *Payload_DataSet_DataSetValue) XXX_Size() int
- func (m *Payload_DataSet_DataSetValue) XXX_Unmarshal(b []byte) error
- type Payload_DataSet_DataSetValue_BooleanValue
- type Payload_DataSet_DataSetValue_DataSetValueExtension
- func (*Payload_DataSet_DataSetValue_DataSetValueExtension) Descriptor() ([]byte, []int)
- func (*Payload_DataSet_DataSetValue_DataSetValueExtension) ExtensionRangeArray() []proto.ExtensionRange
- func (*Payload_DataSet_DataSetValue_DataSetValueExtension) ProtoMessage()
- func (m *Payload_DataSet_DataSetValue_DataSetValueExtension) Reset()
- func (m *Payload_DataSet_DataSetValue_DataSetValueExtension) String() string
- func (m *Payload_DataSet_DataSetValue_DataSetValueExtension) XXX_DiscardUnknown()
- func (m *Payload_DataSet_DataSetValue_DataSetValueExtension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Payload_DataSet_DataSetValue_DataSetValueExtension) XXX_Merge(src proto.Message)
- func (m *Payload_DataSet_DataSetValue_DataSetValueExtension) XXX_Size() int
- func (m *Payload_DataSet_DataSetValue_DataSetValueExtension) XXX_Unmarshal(b []byte) error
- type Payload_DataSet_DataSetValue_DoubleValue
- type Payload_DataSet_DataSetValue_ExtensionValue
- type Payload_DataSet_DataSetValue_FloatValue
- type Payload_DataSet_DataSetValue_IntValue
- type Payload_DataSet_DataSetValue_LongValue
- type Payload_DataSet_DataSetValue_StringValue
- type Payload_DataSet_Row
- func (*Payload_DataSet_Row) Descriptor() ([]byte, []int)
- func (*Payload_DataSet_Row) ExtensionRangeArray() []proto.ExtensionRange
- func (m *Payload_DataSet_Row) GetElements() []*Payload_DataSet_DataSetValue
- func (*Payload_DataSet_Row) ProtoMessage()
- func (m *Payload_DataSet_Row) Reset()
- func (m *Payload_DataSet_Row) String() string
- func (m *Payload_DataSet_Row) XXX_DiscardUnknown()
- func (m *Payload_DataSet_Row) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Payload_DataSet_Row) XXX_Merge(src proto.Message)
- func (m *Payload_DataSet_Row) XXX_Size() int
- func (m *Payload_DataSet_Row) XXX_Unmarshal(b []byte) error
- type Payload_MetaData
- func (*Payload_MetaData) Descriptor() ([]byte, []int)
- func (*Payload_MetaData) ExtensionRangeArray() []proto.ExtensionRange
- func (m *Payload_MetaData) GetContentType() string
- func (m *Payload_MetaData) GetDescription() string
- func (m *Payload_MetaData) GetFileName() string
- func (m *Payload_MetaData) GetFileType() string
- func (m *Payload_MetaData) GetIsMultiPart() bool
- func (m *Payload_MetaData) GetMd5() string
- func (m *Payload_MetaData) GetSeq() uint64
- func (m *Payload_MetaData) GetSize() uint64
- func (*Payload_MetaData) ProtoMessage()
- func (m *Payload_MetaData) Reset()
- func (m *Payload_MetaData) String() string
- func (m *Payload_MetaData) XXX_DiscardUnknown()
- func (m *Payload_MetaData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Payload_MetaData) XXX_Merge(src proto.Message)
- func (m *Payload_MetaData) XXX_Size() int
- func (m *Payload_MetaData) XXX_Unmarshal(b []byte) error
- type Payload_Metric
- func (*Payload_Metric) Descriptor() ([]byte, []int)
- func (m *Payload_Metric) GetAlias() uint64
- func (m *Payload_Metric) GetBooleanValue() bool
- func (m *Payload_Metric) GetBytesValue() []byte
- func (m *Payload_Metric) GetDatasetValue() *Payload_DataSet
- func (m *Payload_Metric) GetDatatype() uint32
- func (m *Payload_Metric) GetDoubleValue() float64
- func (m *Payload_Metric) GetExtensionValue() *Payload_Metric_MetricValueExtension
- func (m *Payload_Metric) GetFloatValue() float32
- func (m *Payload_Metric) GetIntValue() uint32
- func (m *Payload_Metric) GetIsHistorical() bool
- func (m *Payload_Metric) GetIsNull() bool
- func (m *Payload_Metric) GetIsTransient() bool
- func (m *Payload_Metric) GetLongValue() uint64
- func (m *Payload_Metric) GetMetadata() *Payload_MetaData
- func (m *Payload_Metric) GetName() string
- func (m *Payload_Metric) GetProperties() *Payload_PropertySet
- func (m *Payload_Metric) GetStringValue() string
- func (m *Payload_Metric) GetTemplateValue() *Payload_Template
- func (m *Payload_Metric) GetTimestamp() uint64
- func (m *Payload_Metric) GetValue() isPayload_Metric_Value
- func (*Payload_Metric) ProtoMessage()
- func (m *Payload_Metric) Reset()
- func (m *Payload_Metric) String() string
- func (m *Payload_Metric) XXX_DiscardUnknown()
- func (m *Payload_Metric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Payload_Metric) XXX_Merge(src proto.Message)
- func (*Payload_Metric) XXX_OneofWrappers() []interface{}
- func (m *Payload_Metric) XXX_Size() int
- func (m *Payload_Metric) XXX_Unmarshal(b []byte) error
- type Payload_Metric_BooleanValue
- type Payload_Metric_BytesValue
- type Payload_Metric_DatasetValue
- type Payload_Metric_DoubleValue
- type Payload_Metric_ExtensionValue
- type Payload_Metric_FloatValue
- type Payload_Metric_IntValue
- type Payload_Metric_LongValue
- type Payload_Metric_MetricValueExtension
- func (*Payload_Metric_MetricValueExtension) Descriptor() ([]byte, []int)
- func (*Payload_Metric_MetricValueExtension) ExtensionRangeArray() []proto.ExtensionRange
- func (*Payload_Metric_MetricValueExtension) ProtoMessage()
- func (m *Payload_Metric_MetricValueExtension) Reset()
- func (m *Payload_Metric_MetricValueExtension) String() string
- func (m *Payload_Metric_MetricValueExtension) XXX_DiscardUnknown()
- func (m *Payload_Metric_MetricValueExtension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Payload_Metric_MetricValueExtension) XXX_Merge(src proto.Message)
- func (m *Payload_Metric_MetricValueExtension) XXX_Size() int
- func (m *Payload_Metric_MetricValueExtension) XXX_Unmarshal(b []byte) error
- type Payload_Metric_StringValue
- type Payload_Metric_TemplateValue
- type Payload_PropertySet
- func (*Payload_PropertySet) Descriptor() ([]byte, []int)
- func (*Payload_PropertySet) ExtensionRangeArray() []proto.ExtensionRange
- func (m *Payload_PropertySet) GetKeys() []string
- func (m *Payload_PropertySet) GetValues() []*Payload_PropertyValue
- func (*Payload_PropertySet) ProtoMessage()
- func (m *Payload_PropertySet) Reset()
- func (m *Payload_PropertySet) String() string
- func (m *Payload_PropertySet) XXX_DiscardUnknown()
- func (m *Payload_PropertySet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Payload_PropertySet) XXX_Merge(src proto.Message)
- func (m *Payload_PropertySet) XXX_Size() int
- func (m *Payload_PropertySet) XXX_Unmarshal(b []byte) error
- type Payload_PropertySetList
- func (*Payload_PropertySetList) Descriptor() ([]byte, []int)
- func (*Payload_PropertySetList) ExtensionRangeArray() []proto.ExtensionRange
- func (m *Payload_PropertySetList) GetPropertyset() []*Payload_PropertySet
- func (*Payload_PropertySetList) ProtoMessage()
- func (m *Payload_PropertySetList) Reset()
- func (m *Payload_PropertySetList) String() string
- func (m *Payload_PropertySetList) XXX_DiscardUnknown()
- func (m *Payload_PropertySetList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Payload_PropertySetList) XXX_Merge(src proto.Message)
- func (m *Payload_PropertySetList) XXX_Size() int
- func (m *Payload_PropertySetList) XXX_Unmarshal(b []byte) error
- type Payload_PropertyValue
- func (*Payload_PropertyValue) Descriptor() ([]byte, []int)
- func (m *Payload_PropertyValue) GetBooleanValue() bool
- func (m *Payload_PropertyValue) GetDoubleValue() float64
- func (m *Payload_PropertyValue) GetExtensionValue() *Payload_PropertyValue_PropertyValueExtension
- func (m *Payload_PropertyValue) GetFloatValue() float32
- func (m *Payload_PropertyValue) GetIntValue() uint32
- func (m *Payload_PropertyValue) GetIsNull() bool
- func (m *Payload_PropertyValue) GetLongValue() uint64
- func (m *Payload_PropertyValue) GetPropertysetValue() *Payload_PropertySet
- func (m *Payload_PropertyValue) GetPropertysetsValue() *Payload_PropertySetList
- func (m *Payload_PropertyValue) GetStringValue() string
- func (m *Payload_PropertyValue) GetType() uint32
- func (m *Payload_PropertyValue) GetValue() isPayload_PropertyValue_Value
- func (*Payload_PropertyValue) ProtoMessage()
- func (m *Payload_PropertyValue) Reset()
- func (m *Payload_PropertyValue) String() string
- func (m *Payload_PropertyValue) XXX_DiscardUnknown()
- func (m *Payload_PropertyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Payload_PropertyValue) XXX_Merge(src proto.Message)
- func (*Payload_PropertyValue) XXX_OneofWrappers() []interface{}
- func (m *Payload_PropertyValue) XXX_Size() int
- func (m *Payload_PropertyValue) XXX_Unmarshal(b []byte) error
- type Payload_PropertyValue_BooleanValue
- type Payload_PropertyValue_DoubleValue
- type Payload_PropertyValue_ExtensionValue
- type Payload_PropertyValue_FloatValue
- type Payload_PropertyValue_IntValue
- type Payload_PropertyValue_LongValue
- type Payload_PropertyValue_PropertyValueExtension
- func (*Payload_PropertyValue_PropertyValueExtension) Descriptor() ([]byte, []int)
- func (*Payload_PropertyValue_PropertyValueExtension) ExtensionRangeArray() []proto.ExtensionRange
- func (*Payload_PropertyValue_PropertyValueExtension) ProtoMessage()
- func (m *Payload_PropertyValue_PropertyValueExtension) Reset()
- func (m *Payload_PropertyValue_PropertyValueExtension) String() string
- func (m *Payload_PropertyValue_PropertyValueExtension) XXX_DiscardUnknown()
- func (m *Payload_PropertyValue_PropertyValueExtension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Payload_PropertyValue_PropertyValueExtension) XXX_Merge(src proto.Message)
- func (m *Payload_PropertyValue_PropertyValueExtension) XXX_Size() int
- func (m *Payload_PropertyValue_PropertyValueExtension) XXX_Unmarshal(b []byte) error
- type Payload_PropertyValue_PropertysetValue
- type Payload_PropertyValue_PropertysetsValue
- type Payload_PropertyValue_StringValue
- type Payload_Template
- func (*Payload_Template) Descriptor() ([]byte, []int)
- func (*Payload_Template) ExtensionRangeArray() []proto.ExtensionRange
- func (m *Payload_Template) GetIsDefinition() bool
- func (m *Payload_Template) GetMetrics() []*Payload_Metric
- func (m *Payload_Template) GetParameters() []*Payload_Template_Parameter
- func (m *Payload_Template) GetTemplateRef() string
- func (m *Payload_Template) GetVersion() string
- func (*Payload_Template) ProtoMessage()
- func (m *Payload_Template) Reset()
- func (m *Payload_Template) String() string
- func (m *Payload_Template) XXX_DiscardUnknown()
- func (m *Payload_Template) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Payload_Template) XXX_Merge(src proto.Message)
- func (m *Payload_Template) XXX_Size() int
- func (m *Payload_Template) XXX_Unmarshal(b []byte) error
- type Payload_Template_Parameter
- func (*Payload_Template_Parameter) Descriptor() ([]byte, []int)
- func (m *Payload_Template_Parameter) GetBooleanValue() bool
- func (m *Payload_Template_Parameter) GetDoubleValue() float64
- func (m *Payload_Template_Parameter) GetExtensionValue() *Payload_Template_Parameter_ParameterValueExtension
- func (m *Payload_Template_Parameter) GetFloatValue() float32
- func (m *Payload_Template_Parameter) GetIntValue() uint32
- func (m *Payload_Template_Parameter) GetLongValue() uint64
- func (m *Payload_Template_Parameter) GetName() string
- func (m *Payload_Template_Parameter) GetStringValue() string
- func (m *Payload_Template_Parameter) GetType() uint32
- func (m *Payload_Template_Parameter) GetValue() isPayload_Template_Parameter_Value
- func (*Payload_Template_Parameter) ProtoMessage()
- func (m *Payload_Template_Parameter) Reset()
- func (m *Payload_Template_Parameter) String() string
- func (m *Payload_Template_Parameter) XXX_DiscardUnknown()
- func (m *Payload_Template_Parameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Payload_Template_Parameter) XXX_Merge(src proto.Message)
- func (*Payload_Template_Parameter) XXX_OneofWrappers() []interface{}
- func (m *Payload_Template_Parameter) XXX_Size() int
- func (m *Payload_Template_Parameter) XXX_Unmarshal(b []byte) error
- type Payload_Template_Parameter_BooleanValue
- type Payload_Template_Parameter_DoubleValue
- type Payload_Template_Parameter_ExtensionValue
- type Payload_Template_Parameter_FloatValue
- type Payload_Template_Parameter_IntValue
- type Payload_Template_Parameter_LongValue
- type Payload_Template_Parameter_ParameterValueExtension
- func (*Payload_Template_Parameter_ParameterValueExtension) Descriptor() ([]byte, []int)
- func (*Payload_Template_Parameter_ParameterValueExtension) ExtensionRangeArray() []proto.ExtensionRange
- func (*Payload_Template_Parameter_ParameterValueExtension) ProtoMessage()
- func (m *Payload_Template_Parameter_ParameterValueExtension) Reset()
- func (m *Payload_Template_Parameter_ParameterValueExtension) String() string
- func (m *Payload_Template_Parameter_ParameterValueExtension) XXX_DiscardUnknown()
- func (m *Payload_Template_Parameter_ParameterValueExtension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Payload_Template_Parameter_ParameterValueExtension) XXX_Merge(src proto.Message)
- func (m *Payload_Template_Parameter_ParameterValueExtension) XXX_Size() int
- func (m *Payload_Template_Parameter_ParameterValueExtension) XXX_Unmarshal(b []byte) error
- type Payload_Template_Parameter_StringValue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Payload ¶
type Payload struct { Timestamp *uint64 `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"` Metrics []*Payload_Metric `protobuf:"bytes,2,rep,name=metrics" json:"metrics,omitempty"` Seq *uint64 `protobuf:"varint,3,opt,name=seq" json:"seq,omitempty"` Uuid *string `protobuf:"bytes,4,opt,name=uuid" json:"uuid,omitempty"` Body []byte `protobuf:"bytes,5,opt,name=body" json:"body,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` proto.XXX_InternalExtensions `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Payload) Descriptor ¶
func (*Payload) ExtensionRangeArray ¶
func (*Payload) ExtensionRangeArray() []proto.ExtensionRange
func (*Payload) GetMetrics ¶
func (m *Payload) GetMetrics() []*Payload_Metric
func (*Payload) GetTimestamp ¶
func (*Payload) ProtoMessage ¶
func (*Payload) ProtoMessage()
func (*Payload) XXX_DiscardUnknown ¶
func (m *Payload) XXX_DiscardUnknown()
func (*Payload) XXX_Marshal ¶
func (*Payload) XXX_Unmarshal ¶
type Payload_DataSet ¶
type Payload_DataSet struct { NumOfColumns *uint64 `protobuf:"varint,1,opt,name=num_of_columns,json=numOfColumns" json:"num_of_columns,omitempty"` Columns []string `protobuf:"bytes,2,rep,name=columns" json:"columns,omitempty"` Types []uint32 `protobuf:"varint,3,rep,name=types" json:"types,omitempty"` Rows []*Payload_DataSet_Row `protobuf:"bytes,4,rep,name=rows" json:"rows,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` proto.XXX_InternalExtensions `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Payload_DataSet) Descriptor ¶
func (*Payload_DataSet) Descriptor() ([]byte, []int)
func (*Payload_DataSet) ExtensionRangeArray ¶
func (*Payload_DataSet) ExtensionRangeArray() []proto.ExtensionRange
func (*Payload_DataSet) GetColumns ¶
func (m *Payload_DataSet) GetColumns() []string
func (*Payload_DataSet) GetNumOfColumns ¶
func (m *Payload_DataSet) GetNumOfColumns() uint64
func (*Payload_DataSet) GetRows ¶
func (m *Payload_DataSet) GetRows() []*Payload_DataSet_Row
func (*Payload_DataSet) GetTypes ¶
func (m *Payload_DataSet) GetTypes() []uint32
func (*Payload_DataSet) ProtoMessage ¶
func (*Payload_DataSet) ProtoMessage()
func (*Payload_DataSet) Reset ¶
func (m *Payload_DataSet) Reset()
func (*Payload_DataSet) String ¶
func (m *Payload_DataSet) String() string
func (*Payload_DataSet) XXX_DiscardUnknown ¶
func (m *Payload_DataSet) XXX_DiscardUnknown()
func (*Payload_DataSet) XXX_Marshal ¶
func (m *Payload_DataSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Payload_DataSet) XXX_Merge ¶
func (m *Payload_DataSet) XXX_Merge(src proto.Message)
func (*Payload_DataSet) XXX_Size ¶
func (m *Payload_DataSet) XXX_Size() int
func (*Payload_DataSet) XXX_Unmarshal ¶
func (m *Payload_DataSet) XXX_Unmarshal(b []byte) error
type Payload_DataSet_DataSetValue ¶
type Payload_DataSet_DataSetValue struct { // Types that are valid to be assigned to Value: // *Payload_DataSet_DataSetValue_IntValue // *Payload_DataSet_DataSetValue_LongValue // *Payload_DataSet_DataSetValue_FloatValue // *Payload_DataSet_DataSetValue_DoubleValue // *Payload_DataSet_DataSetValue_BooleanValue // *Payload_DataSet_DataSetValue_StringValue // *Payload_DataSet_DataSetValue_ExtensionValue Value isPayload_DataSet_DataSetValue_Value `protobuf_oneof:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Payload_DataSet_DataSetValue) Descriptor ¶
func (*Payload_DataSet_DataSetValue) Descriptor() ([]byte, []int)
func (*Payload_DataSet_DataSetValue) GetBooleanValue ¶
func (m *Payload_DataSet_DataSetValue) GetBooleanValue() bool
func (*Payload_DataSet_DataSetValue) GetDoubleValue ¶
func (m *Payload_DataSet_DataSetValue) GetDoubleValue() float64
func (*Payload_DataSet_DataSetValue) GetExtensionValue ¶
func (m *Payload_DataSet_DataSetValue) GetExtensionValue() *Payload_DataSet_DataSetValue_DataSetValueExtension
func (*Payload_DataSet_DataSetValue) GetFloatValue ¶
func (m *Payload_DataSet_DataSetValue) GetFloatValue() float32
func (*Payload_DataSet_DataSetValue) GetIntValue ¶
func (m *Payload_DataSet_DataSetValue) GetIntValue() uint32
func (*Payload_DataSet_DataSetValue) GetLongValue ¶
func (m *Payload_DataSet_DataSetValue) GetLongValue() uint64
func (*Payload_DataSet_DataSetValue) GetStringValue ¶
func (m *Payload_DataSet_DataSetValue) GetStringValue() string
func (*Payload_DataSet_DataSetValue) GetValue ¶
func (m *Payload_DataSet_DataSetValue) GetValue() isPayload_DataSet_DataSetValue_Value
func (*Payload_DataSet_DataSetValue) ProtoMessage ¶
func (*Payload_DataSet_DataSetValue) ProtoMessage()
func (*Payload_DataSet_DataSetValue) Reset ¶
func (m *Payload_DataSet_DataSetValue) Reset()
func (*Payload_DataSet_DataSetValue) String ¶
func (m *Payload_DataSet_DataSetValue) String() string
func (*Payload_DataSet_DataSetValue) XXX_DiscardUnknown ¶
func (m *Payload_DataSet_DataSetValue) XXX_DiscardUnknown()
func (*Payload_DataSet_DataSetValue) XXX_Marshal ¶
func (m *Payload_DataSet_DataSetValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Payload_DataSet_DataSetValue) XXX_Merge ¶
func (m *Payload_DataSet_DataSetValue) XXX_Merge(src proto.Message)
func (*Payload_DataSet_DataSetValue) XXX_OneofWrappers ¶
func (*Payload_DataSet_DataSetValue) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Payload_DataSet_DataSetValue) XXX_Size ¶
func (m *Payload_DataSet_DataSetValue) XXX_Size() int
func (*Payload_DataSet_DataSetValue) XXX_Unmarshal ¶
func (m *Payload_DataSet_DataSetValue) XXX_Unmarshal(b []byte) error
type Payload_DataSet_DataSetValue_BooleanValue ¶
type Payload_DataSet_DataSetValue_BooleanValue struct {
BooleanValue bool `protobuf:"varint,5,opt,name=boolean_value,json=booleanValue,oneof"`
}
type Payload_DataSet_DataSetValue_DataSetValueExtension ¶
type Payload_DataSet_DataSetValue_DataSetValueExtension struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` proto.XXX_InternalExtensions `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Payload_DataSet_DataSetValue_DataSetValueExtension) Descriptor ¶
func (*Payload_DataSet_DataSetValue_DataSetValueExtension) Descriptor() ([]byte, []int)
func (*Payload_DataSet_DataSetValue_DataSetValueExtension) ExtensionRangeArray ¶
func (*Payload_DataSet_DataSetValue_DataSetValueExtension) ExtensionRangeArray() []proto.ExtensionRange
func (*Payload_DataSet_DataSetValue_DataSetValueExtension) ProtoMessage ¶
func (*Payload_DataSet_DataSetValue_DataSetValueExtension) ProtoMessage()
func (*Payload_DataSet_DataSetValue_DataSetValueExtension) Reset ¶
func (m *Payload_DataSet_DataSetValue_DataSetValueExtension) Reset()
func (*Payload_DataSet_DataSetValue_DataSetValueExtension) String ¶
func (m *Payload_DataSet_DataSetValue_DataSetValueExtension) String() string
func (*Payload_DataSet_DataSetValue_DataSetValueExtension) XXX_DiscardUnknown ¶
func (m *Payload_DataSet_DataSetValue_DataSetValueExtension) XXX_DiscardUnknown()
func (*Payload_DataSet_DataSetValue_DataSetValueExtension) XXX_Marshal ¶
func (m *Payload_DataSet_DataSetValue_DataSetValueExtension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Payload_DataSet_DataSetValue_DataSetValueExtension) XXX_Merge ¶
func (m *Payload_DataSet_DataSetValue_DataSetValueExtension) XXX_Merge(src proto.Message)
func (*Payload_DataSet_DataSetValue_DataSetValueExtension) XXX_Size ¶
func (m *Payload_DataSet_DataSetValue_DataSetValueExtension) XXX_Size() int
func (*Payload_DataSet_DataSetValue_DataSetValueExtension) XXX_Unmarshal ¶
func (m *Payload_DataSet_DataSetValue_DataSetValueExtension) XXX_Unmarshal(b []byte) error
type Payload_DataSet_DataSetValue_DoubleValue ¶
type Payload_DataSet_DataSetValue_DoubleValue struct {
DoubleValue float64 `protobuf:"fixed64,4,opt,name=double_value,json=doubleValue,oneof"`
}
type Payload_DataSet_DataSetValue_ExtensionValue ¶
type Payload_DataSet_DataSetValue_ExtensionValue struct {
ExtensionValue *Payload_DataSet_DataSetValue_DataSetValueExtension `protobuf:"bytes,7,opt,name=extension_value,json=extensionValue,oneof"`
}
type Payload_DataSet_DataSetValue_FloatValue ¶
type Payload_DataSet_DataSetValue_FloatValue struct {
FloatValue float32 `protobuf:"fixed32,3,opt,name=float_value,json=floatValue,oneof"`
}
type Payload_DataSet_DataSetValue_IntValue ¶
type Payload_DataSet_DataSetValue_IntValue struct {
IntValue uint32 `protobuf:"varint,1,opt,name=int_value,json=intValue,oneof"`
}
type Payload_DataSet_DataSetValue_LongValue ¶
type Payload_DataSet_DataSetValue_LongValue struct {
LongValue uint64 `protobuf:"varint,2,opt,name=long_value,json=longValue,oneof"`
}
type Payload_DataSet_DataSetValue_StringValue ¶
type Payload_DataSet_DataSetValue_StringValue struct {
StringValue string `protobuf:"bytes,6,opt,name=string_value,json=stringValue,oneof"`
}
type Payload_DataSet_Row ¶
type Payload_DataSet_Row struct { Elements []*Payload_DataSet_DataSetValue `protobuf:"bytes,1,rep,name=elements" json:"elements,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` proto.XXX_InternalExtensions `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Payload_DataSet_Row) Descriptor ¶
func (*Payload_DataSet_Row) Descriptor() ([]byte, []int)
func (*Payload_DataSet_Row) ExtensionRangeArray ¶
func (*Payload_DataSet_Row) ExtensionRangeArray() []proto.ExtensionRange
func (*Payload_DataSet_Row) GetElements ¶
func (m *Payload_DataSet_Row) GetElements() []*Payload_DataSet_DataSetValue
func (*Payload_DataSet_Row) ProtoMessage ¶
func (*Payload_DataSet_Row) ProtoMessage()
func (*Payload_DataSet_Row) Reset ¶
func (m *Payload_DataSet_Row) Reset()
func (*Payload_DataSet_Row) String ¶
func (m *Payload_DataSet_Row) String() string
func (*Payload_DataSet_Row) XXX_DiscardUnknown ¶
func (m *Payload_DataSet_Row) XXX_DiscardUnknown()
func (*Payload_DataSet_Row) XXX_Marshal ¶
func (m *Payload_DataSet_Row) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Payload_DataSet_Row) XXX_Merge ¶
func (m *Payload_DataSet_Row) XXX_Merge(src proto.Message)
func (*Payload_DataSet_Row) XXX_Size ¶
func (m *Payload_DataSet_Row) XXX_Size() int
func (*Payload_DataSet_Row) XXX_Unmarshal ¶
func (m *Payload_DataSet_Row) XXX_Unmarshal(b []byte) error
type Payload_MetaData ¶
type Payload_MetaData struct { IsMultiPart *bool `protobuf:"varint,1,opt,name=is_multi_part,json=isMultiPart" json:"is_multi_part,omitempty"` ContentType *string `protobuf:"bytes,2,opt,name=content_type,json=contentType" json:"content_type,omitempty"` Size *uint64 `protobuf:"varint,3,opt,name=size" json:"size,omitempty"` Seq *uint64 `protobuf:"varint,4,opt,name=seq" json:"seq,omitempty"` FileName *string `protobuf:"bytes,5,opt,name=file_name,json=fileName" json:"file_name,omitempty"` FileType *string `protobuf:"bytes,6,opt,name=file_type,json=fileType" json:"file_type,omitempty"` Md5 *string `protobuf:"bytes,7,opt,name=md5" json:"md5,omitempty"` Description *string `protobuf:"bytes,8,opt,name=description" json:"description,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` proto.XXX_InternalExtensions `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Payload_MetaData) Descriptor ¶
func (*Payload_MetaData) Descriptor() ([]byte, []int)
func (*Payload_MetaData) ExtensionRangeArray ¶
func (*Payload_MetaData) ExtensionRangeArray() []proto.ExtensionRange
func (*Payload_MetaData) GetContentType ¶
func (m *Payload_MetaData) GetContentType() string
func (*Payload_MetaData) GetDescription ¶
func (m *Payload_MetaData) GetDescription() string
func (*Payload_MetaData) GetFileName ¶
func (m *Payload_MetaData) GetFileName() string
func (*Payload_MetaData) GetFileType ¶
func (m *Payload_MetaData) GetFileType() string
func (*Payload_MetaData) GetIsMultiPart ¶
func (m *Payload_MetaData) GetIsMultiPart() bool
func (*Payload_MetaData) GetMd5 ¶
func (m *Payload_MetaData) GetMd5() string
func (*Payload_MetaData) GetSeq ¶
func (m *Payload_MetaData) GetSeq() uint64
func (*Payload_MetaData) GetSize ¶
func (m *Payload_MetaData) GetSize() uint64
func (*Payload_MetaData) ProtoMessage ¶
func (*Payload_MetaData) ProtoMessage()
func (*Payload_MetaData) Reset ¶
func (m *Payload_MetaData) Reset()
func (*Payload_MetaData) String ¶
func (m *Payload_MetaData) String() string
func (*Payload_MetaData) XXX_DiscardUnknown ¶
func (m *Payload_MetaData) XXX_DiscardUnknown()
func (*Payload_MetaData) XXX_Marshal ¶
func (m *Payload_MetaData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Payload_MetaData) XXX_Merge ¶
func (m *Payload_MetaData) XXX_Merge(src proto.Message)
func (*Payload_MetaData) XXX_Size ¶
func (m *Payload_MetaData) XXX_Size() int
func (*Payload_MetaData) XXX_Unmarshal ¶
func (m *Payload_MetaData) XXX_Unmarshal(b []byte) error
type Payload_Metric ¶
type Payload_Metric struct { Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` Alias *uint64 `protobuf:"varint,2,opt,name=alias" json:"alias,omitempty"` Timestamp *uint64 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"` Datatype *uint32 `protobuf:"varint,4,opt,name=datatype" json:"datatype,omitempty"` IsHistorical *bool `protobuf:"varint,5,opt,name=is_historical,json=isHistorical" json:"is_historical,omitempty"` IsTransient *bool `protobuf:"varint,6,opt,name=is_transient,json=isTransient" json:"is_transient,omitempty"` IsNull *bool `protobuf:"varint,7,opt,name=is_null,json=isNull" json:"is_null,omitempty"` Metadata *Payload_MetaData `protobuf:"bytes,8,opt,name=metadata" json:"metadata,omitempty"` Properties *Payload_PropertySet `protobuf:"bytes,9,opt,name=properties" json:"properties,omitempty"` // Types that are valid to be assigned to Value: // *Payload_Metric_IntValue // *Payload_Metric_LongValue // *Payload_Metric_FloatValue // *Payload_Metric_DoubleValue // *Payload_Metric_BooleanValue // *Payload_Metric_StringValue // *Payload_Metric_BytesValue // *Payload_Metric_DatasetValue // *Payload_Metric_TemplateValue // *Payload_Metric_ExtensionValue Value isPayload_Metric_Value `protobuf_oneof:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Payload_Metric) Descriptor ¶
func (*Payload_Metric) Descriptor() ([]byte, []int)
func (*Payload_Metric) GetAlias ¶
func (m *Payload_Metric) GetAlias() uint64
func (*Payload_Metric) GetBooleanValue ¶
func (m *Payload_Metric) GetBooleanValue() bool
func (*Payload_Metric) GetBytesValue ¶
func (m *Payload_Metric) GetBytesValue() []byte
func (*Payload_Metric) GetDatasetValue ¶
func (m *Payload_Metric) GetDatasetValue() *Payload_DataSet
func (*Payload_Metric) GetDatatype ¶
func (m *Payload_Metric) GetDatatype() uint32
func (*Payload_Metric) GetDoubleValue ¶
func (m *Payload_Metric) GetDoubleValue() float64
func (*Payload_Metric) GetExtensionValue ¶
func (m *Payload_Metric) GetExtensionValue() *Payload_Metric_MetricValueExtension
func (*Payload_Metric) GetFloatValue ¶
func (m *Payload_Metric) GetFloatValue() float32
func (*Payload_Metric) GetIntValue ¶
func (m *Payload_Metric) GetIntValue() uint32
func (*Payload_Metric) GetIsHistorical ¶
func (m *Payload_Metric) GetIsHistorical() bool
func (*Payload_Metric) GetIsNull ¶
func (m *Payload_Metric) GetIsNull() bool
func (*Payload_Metric) GetIsTransient ¶
func (m *Payload_Metric) GetIsTransient() bool
func (*Payload_Metric) GetLongValue ¶
func (m *Payload_Metric) GetLongValue() uint64
func (*Payload_Metric) GetMetadata ¶
func (m *Payload_Metric) GetMetadata() *Payload_MetaData
func (*Payload_Metric) GetName ¶
func (m *Payload_Metric) GetName() string
func (*Payload_Metric) GetProperties ¶
func (m *Payload_Metric) GetProperties() *Payload_PropertySet
func (*Payload_Metric) GetStringValue ¶
func (m *Payload_Metric) GetStringValue() string
func (*Payload_Metric) GetTemplateValue ¶
func (m *Payload_Metric) GetTemplateValue() *Payload_Template
func (*Payload_Metric) GetTimestamp ¶
func (m *Payload_Metric) GetTimestamp() uint64
func (*Payload_Metric) GetValue ¶
func (m *Payload_Metric) GetValue() isPayload_Metric_Value
func (*Payload_Metric) ProtoMessage ¶
func (*Payload_Metric) ProtoMessage()
func (*Payload_Metric) Reset ¶
func (m *Payload_Metric) Reset()
func (*Payload_Metric) String ¶
func (m *Payload_Metric) String() string
func (*Payload_Metric) XXX_DiscardUnknown ¶
func (m *Payload_Metric) XXX_DiscardUnknown()
func (*Payload_Metric) XXX_Marshal ¶
func (m *Payload_Metric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Payload_Metric) XXX_Merge ¶
func (m *Payload_Metric) XXX_Merge(src proto.Message)
func (*Payload_Metric) XXX_OneofWrappers ¶
func (*Payload_Metric) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Payload_Metric) XXX_Size ¶
func (m *Payload_Metric) XXX_Size() int
func (*Payload_Metric) XXX_Unmarshal ¶
func (m *Payload_Metric) XXX_Unmarshal(b []byte) error
type Payload_Metric_BooleanValue ¶
type Payload_Metric_BooleanValue struct {
BooleanValue bool `protobuf:"varint,14,opt,name=boolean_value,json=booleanValue,oneof"`
}
type Payload_Metric_BytesValue ¶
type Payload_Metric_BytesValue struct {
BytesValue []byte `protobuf:"bytes,16,opt,name=bytes_value,json=bytesValue,oneof"`
}
type Payload_Metric_DatasetValue ¶
type Payload_Metric_DatasetValue struct {
DatasetValue *Payload_DataSet `protobuf:"bytes,17,opt,name=dataset_value,json=datasetValue,oneof"`
}
type Payload_Metric_DoubleValue ¶
type Payload_Metric_DoubleValue struct {
DoubleValue float64 `protobuf:"fixed64,13,opt,name=double_value,json=doubleValue,oneof"`
}
type Payload_Metric_ExtensionValue ¶
type Payload_Metric_ExtensionValue struct {
ExtensionValue *Payload_Metric_MetricValueExtension `protobuf:"bytes,19,opt,name=extension_value,json=extensionValue,oneof"`
}
type Payload_Metric_FloatValue ¶
type Payload_Metric_FloatValue struct {
FloatValue float32 `protobuf:"fixed32,12,opt,name=float_value,json=floatValue,oneof"`
}
type Payload_Metric_IntValue ¶
type Payload_Metric_IntValue struct {
IntValue uint32 `protobuf:"varint,10,opt,name=int_value,json=intValue,oneof"`
}
type Payload_Metric_LongValue ¶
type Payload_Metric_LongValue struct {
LongValue uint64 `protobuf:"varint,11,opt,name=long_value,json=longValue,oneof"`
}
type Payload_Metric_MetricValueExtension ¶
type Payload_Metric_MetricValueExtension struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` proto.XXX_InternalExtensions `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Payload_Metric_MetricValueExtension) Descriptor ¶
func (*Payload_Metric_MetricValueExtension) Descriptor() ([]byte, []int)
func (*Payload_Metric_MetricValueExtension) ExtensionRangeArray ¶
func (*Payload_Metric_MetricValueExtension) ExtensionRangeArray() []proto.ExtensionRange
func (*Payload_Metric_MetricValueExtension) ProtoMessage ¶
func (*Payload_Metric_MetricValueExtension) ProtoMessage()
func (*Payload_Metric_MetricValueExtension) Reset ¶
func (m *Payload_Metric_MetricValueExtension) Reset()
func (*Payload_Metric_MetricValueExtension) String ¶
func (m *Payload_Metric_MetricValueExtension) String() string
func (*Payload_Metric_MetricValueExtension) XXX_DiscardUnknown ¶
func (m *Payload_Metric_MetricValueExtension) XXX_DiscardUnknown()
func (*Payload_Metric_MetricValueExtension) XXX_Marshal ¶
func (m *Payload_Metric_MetricValueExtension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Payload_Metric_MetricValueExtension) XXX_Merge ¶
func (m *Payload_Metric_MetricValueExtension) XXX_Merge(src proto.Message)
func (*Payload_Metric_MetricValueExtension) XXX_Size ¶
func (m *Payload_Metric_MetricValueExtension) XXX_Size() int
func (*Payload_Metric_MetricValueExtension) XXX_Unmarshal ¶
func (m *Payload_Metric_MetricValueExtension) XXX_Unmarshal(b []byte) error
type Payload_Metric_StringValue ¶
type Payload_Metric_StringValue struct {
StringValue string `protobuf:"bytes,15,opt,name=string_value,json=stringValue,oneof"`
}
type Payload_Metric_TemplateValue ¶
type Payload_Metric_TemplateValue struct {
TemplateValue *Payload_Template `protobuf:"bytes,18,opt,name=template_value,json=templateValue,oneof"`
}
type Payload_PropertySet ¶
type Payload_PropertySet struct { Keys []string `protobuf:"bytes,1,rep,name=keys" json:"keys,omitempty"` Values []*Payload_PropertyValue `protobuf:"bytes,2,rep,name=values" json:"values,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` proto.XXX_InternalExtensions `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Payload_PropertySet) Descriptor ¶
func (*Payload_PropertySet) Descriptor() ([]byte, []int)
func (*Payload_PropertySet) ExtensionRangeArray ¶
func (*Payload_PropertySet) ExtensionRangeArray() []proto.ExtensionRange
func (*Payload_PropertySet) GetKeys ¶
func (m *Payload_PropertySet) GetKeys() []string
func (*Payload_PropertySet) GetValues ¶
func (m *Payload_PropertySet) GetValues() []*Payload_PropertyValue
func (*Payload_PropertySet) ProtoMessage ¶
func (*Payload_PropertySet) ProtoMessage()
func (*Payload_PropertySet) Reset ¶
func (m *Payload_PropertySet) Reset()
func (*Payload_PropertySet) String ¶
func (m *Payload_PropertySet) String() string
func (*Payload_PropertySet) XXX_DiscardUnknown ¶
func (m *Payload_PropertySet) XXX_DiscardUnknown()
func (*Payload_PropertySet) XXX_Marshal ¶
func (m *Payload_PropertySet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Payload_PropertySet) XXX_Merge ¶
func (m *Payload_PropertySet) XXX_Merge(src proto.Message)
func (*Payload_PropertySet) XXX_Size ¶
func (m *Payload_PropertySet) XXX_Size() int
func (*Payload_PropertySet) XXX_Unmarshal ¶
func (m *Payload_PropertySet) XXX_Unmarshal(b []byte) error
type Payload_PropertySetList ¶
type Payload_PropertySetList struct { Propertyset []*Payload_PropertySet `protobuf:"bytes,1,rep,name=propertyset" json:"propertyset,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` proto.XXX_InternalExtensions `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Payload_PropertySetList) Descriptor ¶
func (*Payload_PropertySetList) Descriptor() ([]byte, []int)
func (*Payload_PropertySetList) ExtensionRangeArray ¶
func (*Payload_PropertySetList) ExtensionRangeArray() []proto.ExtensionRange
func (*Payload_PropertySetList) GetPropertyset ¶
func (m *Payload_PropertySetList) GetPropertyset() []*Payload_PropertySet
func (*Payload_PropertySetList) ProtoMessage ¶
func (*Payload_PropertySetList) ProtoMessage()
func (*Payload_PropertySetList) Reset ¶
func (m *Payload_PropertySetList) Reset()
func (*Payload_PropertySetList) String ¶
func (m *Payload_PropertySetList) String() string
func (*Payload_PropertySetList) XXX_DiscardUnknown ¶
func (m *Payload_PropertySetList) XXX_DiscardUnknown()
func (*Payload_PropertySetList) XXX_Marshal ¶
func (m *Payload_PropertySetList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Payload_PropertySetList) XXX_Merge ¶
func (m *Payload_PropertySetList) XXX_Merge(src proto.Message)
func (*Payload_PropertySetList) XXX_Size ¶
func (m *Payload_PropertySetList) XXX_Size() int
func (*Payload_PropertySetList) XXX_Unmarshal ¶
func (m *Payload_PropertySetList) XXX_Unmarshal(b []byte) error
type Payload_PropertyValue ¶
type Payload_PropertyValue struct { Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"` IsNull *bool `protobuf:"varint,2,opt,name=is_null,json=isNull" json:"is_null,omitempty"` // Types that are valid to be assigned to Value: // *Payload_PropertyValue_IntValue // *Payload_PropertyValue_LongValue // *Payload_PropertyValue_FloatValue // *Payload_PropertyValue_DoubleValue // *Payload_PropertyValue_BooleanValue // *Payload_PropertyValue_StringValue // *Payload_PropertyValue_PropertysetValue // *Payload_PropertyValue_PropertysetsValue // *Payload_PropertyValue_ExtensionValue Value isPayload_PropertyValue_Value `protobuf_oneof:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Payload_PropertyValue) Descriptor ¶
func (*Payload_PropertyValue) Descriptor() ([]byte, []int)
func (*Payload_PropertyValue) GetBooleanValue ¶
func (m *Payload_PropertyValue) GetBooleanValue() bool
func (*Payload_PropertyValue) GetDoubleValue ¶
func (m *Payload_PropertyValue) GetDoubleValue() float64
func (*Payload_PropertyValue) GetExtensionValue ¶
func (m *Payload_PropertyValue) GetExtensionValue() *Payload_PropertyValue_PropertyValueExtension
func (*Payload_PropertyValue) GetFloatValue ¶
func (m *Payload_PropertyValue) GetFloatValue() float32
func (*Payload_PropertyValue) GetIntValue ¶
func (m *Payload_PropertyValue) GetIntValue() uint32
func (*Payload_PropertyValue) GetIsNull ¶
func (m *Payload_PropertyValue) GetIsNull() bool
func (*Payload_PropertyValue) GetLongValue ¶
func (m *Payload_PropertyValue) GetLongValue() uint64
func (*Payload_PropertyValue) GetPropertysetValue ¶
func (m *Payload_PropertyValue) GetPropertysetValue() *Payload_PropertySet
func (*Payload_PropertyValue) GetPropertysetsValue ¶
func (m *Payload_PropertyValue) GetPropertysetsValue() *Payload_PropertySetList
func (*Payload_PropertyValue) GetStringValue ¶
func (m *Payload_PropertyValue) GetStringValue() string
func (*Payload_PropertyValue) GetType ¶
func (m *Payload_PropertyValue) GetType() uint32
func (*Payload_PropertyValue) GetValue ¶
func (m *Payload_PropertyValue) GetValue() isPayload_PropertyValue_Value
func (*Payload_PropertyValue) ProtoMessage ¶
func (*Payload_PropertyValue) ProtoMessage()
func (*Payload_PropertyValue) Reset ¶
func (m *Payload_PropertyValue) Reset()
func (*Payload_PropertyValue) String ¶
func (m *Payload_PropertyValue) String() string
func (*Payload_PropertyValue) XXX_DiscardUnknown ¶
func (m *Payload_PropertyValue) XXX_DiscardUnknown()
func (*Payload_PropertyValue) XXX_Marshal ¶
func (m *Payload_PropertyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Payload_PropertyValue) XXX_Merge ¶
func (m *Payload_PropertyValue) XXX_Merge(src proto.Message)
func (*Payload_PropertyValue) XXX_OneofWrappers ¶
func (*Payload_PropertyValue) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Payload_PropertyValue) XXX_Size ¶
func (m *Payload_PropertyValue) XXX_Size() int
func (*Payload_PropertyValue) XXX_Unmarshal ¶
func (m *Payload_PropertyValue) XXX_Unmarshal(b []byte) error
type Payload_PropertyValue_BooleanValue ¶
type Payload_PropertyValue_BooleanValue struct {
BooleanValue bool `protobuf:"varint,7,opt,name=boolean_value,json=booleanValue,oneof"`
}
type Payload_PropertyValue_DoubleValue ¶
type Payload_PropertyValue_DoubleValue struct {
DoubleValue float64 `protobuf:"fixed64,6,opt,name=double_value,json=doubleValue,oneof"`
}
type Payload_PropertyValue_ExtensionValue ¶
type Payload_PropertyValue_ExtensionValue struct {
ExtensionValue *Payload_PropertyValue_PropertyValueExtension `protobuf:"bytes,11,opt,name=extension_value,json=extensionValue,oneof"`
}
type Payload_PropertyValue_FloatValue ¶
type Payload_PropertyValue_FloatValue struct {
FloatValue float32 `protobuf:"fixed32,5,opt,name=float_value,json=floatValue,oneof"`
}
type Payload_PropertyValue_IntValue ¶
type Payload_PropertyValue_IntValue struct {
IntValue uint32 `protobuf:"varint,3,opt,name=int_value,json=intValue,oneof"`
}
type Payload_PropertyValue_LongValue ¶
type Payload_PropertyValue_LongValue struct {
LongValue uint64 `protobuf:"varint,4,opt,name=long_value,json=longValue,oneof"`
}
type Payload_PropertyValue_PropertyValueExtension ¶
type Payload_PropertyValue_PropertyValueExtension struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` proto.XXX_InternalExtensions `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Payload_PropertyValue_PropertyValueExtension) Descriptor ¶
func (*Payload_PropertyValue_PropertyValueExtension) Descriptor() ([]byte, []int)
func (*Payload_PropertyValue_PropertyValueExtension) ExtensionRangeArray ¶
func (*Payload_PropertyValue_PropertyValueExtension) ExtensionRangeArray() []proto.ExtensionRange
func (*Payload_PropertyValue_PropertyValueExtension) ProtoMessage ¶
func (*Payload_PropertyValue_PropertyValueExtension) ProtoMessage()
func (*Payload_PropertyValue_PropertyValueExtension) Reset ¶
func (m *Payload_PropertyValue_PropertyValueExtension) Reset()
func (*Payload_PropertyValue_PropertyValueExtension) String ¶
func (m *Payload_PropertyValue_PropertyValueExtension) String() string
func (*Payload_PropertyValue_PropertyValueExtension) XXX_DiscardUnknown ¶
func (m *Payload_PropertyValue_PropertyValueExtension) XXX_DiscardUnknown()
func (*Payload_PropertyValue_PropertyValueExtension) XXX_Marshal ¶
func (m *Payload_PropertyValue_PropertyValueExtension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Payload_PropertyValue_PropertyValueExtension) XXX_Merge ¶
func (m *Payload_PropertyValue_PropertyValueExtension) XXX_Merge(src proto.Message)
func (*Payload_PropertyValue_PropertyValueExtension) XXX_Size ¶
func (m *Payload_PropertyValue_PropertyValueExtension) XXX_Size() int
func (*Payload_PropertyValue_PropertyValueExtension) XXX_Unmarshal ¶
func (m *Payload_PropertyValue_PropertyValueExtension) XXX_Unmarshal(b []byte) error
type Payload_PropertyValue_PropertysetValue ¶
type Payload_PropertyValue_PropertysetValue struct {
PropertysetValue *Payload_PropertySet `protobuf:"bytes,9,opt,name=propertyset_value,json=propertysetValue,oneof"`
}
type Payload_PropertyValue_PropertysetsValue ¶
type Payload_PropertyValue_PropertysetsValue struct {
PropertysetsValue *Payload_PropertySetList `protobuf:"bytes,10,opt,name=propertysets_value,json=propertysetsValue,oneof"`
}
type Payload_PropertyValue_StringValue ¶
type Payload_PropertyValue_StringValue struct {
StringValue string `protobuf:"bytes,8,opt,name=string_value,json=stringValue,oneof"`
}
type Payload_Template ¶
type Payload_Template struct { Version *string `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"` Metrics []*Payload_Metric `protobuf:"bytes,2,rep,name=metrics" json:"metrics,omitempty"` Parameters []*Payload_Template_Parameter `protobuf:"bytes,3,rep,name=parameters" json:"parameters,omitempty"` TemplateRef *string `protobuf:"bytes,4,opt,name=template_ref,json=templateRef" json:"template_ref,omitempty"` IsDefinition *bool `protobuf:"varint,5,opt,name=is_definition,json=isDefinition" json:"is_definition,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` proto.XXX_InternalExtensions `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Payload_Template) Descriptor ¶
func (*Payload_Template) Descriptor() ([]byte, []int)
func (*Payload_Template) ExtensionRangeArray ¶
func (*Payload_Template) ExtensionRangeArray() []proto.ExtensionRange
func (*Payload_Template) GetIsDefinition ¶
func (m *Payload_Template) GetIsDefinition() bool
func (*Payload_Template) GetMetrics ¶
func (m *Payload_Template) GetMetrics() []*Payload_Metric
func (*Payload_Template) GetParameters ¶
func (m *Payload_Template) GetParameters() []*Payload_Template_Parameter
func (*Payload_Template) GetTemplateRef ¶
func (m *Payload_Template) GetTemplateRef() string
func (*Payload_Template) GetVersion ¶
func (m *Payload_Template) GetVersion() string
func (*Payload_Template) ProtoMessage ¶
func (*Payload_Template) ProtoMessage()
func (*Payload_Template) Reset ¶
func (m *Payload_Template) Reset()
func (*Payload_Template) String ¶
func (m *Payload_Template) String() string
func (*Payload_Template) XXX_DiscardUnknown ¶
func (m *Payload_Template) XXX_DiscardUnknown()
func (*Payload_Template) XXX_Marshal ¶
func (m *Payload_Template) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Payload_Template) XXX_Merge ¶
func (m *Payload_Template) XXX_Merge(src proto.Message)
func (*Payload_Template) XXX_Size ¶
func (m *Payload_Template) XXX_Size() int
func (*Payload_Template) XXX_Unmarshal ¶
func (m *Payload_Template) XXX_Unmarshal(b []byte) error
type Payload_Template_Parameter ¶
type Payload_Template_Parameter struct { Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` Type *uint32 `protobuf:"varint,2,opt,name=type" json:"type,omitempty"` // Types that are valid to be assigned to Value: // *Payload_Template_Parameter_IntValue // *Payload_Template_Parameter_LongValue // *Payload_Template_Parameter_FloatValue // *Payload_Template_Parameter_DoubleValue // *Payload_Template_Parameter_BooleanValue // *Payload_Template_Parameter_StringValue // *Payload_Template_Parameter_ExtensionValue Value isPayload_Template_Parameter_Value `protobuf_oneof:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Payload_Template_Parameter) Descriptor ¶
func (*Payload_Template_Parameter) Descriptor() ([]byte, []int)
func (*Payload_Template_Parameter) GetBooleanValue ¶
func (m *Payload_Template_Parameter) GetBooleanValue() bool
func (*Payload_Template_Parameter) GetDoubleValue ¶
func (m *Payload_Template_Parameter) GetDoubleValue() float64
func (*Payload_Template_Parameter) GetExtensionValue ¶
func (m *Payload_Template_Parameter) GetExtensionValue() *Payload_Template_Parameter_ParameterValueExtension
func (*Payload_Template_Parameter) GetFloatValue ¶
func (m *Payload_Template_Parameter) GetFloatValue() float32
func (*Payload_Template_Parameter) GetIntValue ¶
func (m *Payload_Template_Parameter) GetIntValue() uint32
func (*Payload_Template_Parameter) GetLongValue ¶
func (m *Payload_Template_Parameter) GetLongValue() uint64
func (*Payload_Template_Parameter) GetName ¶
func (m *Payload_Template_Parameter) GetName() string
func (*Payload_Template_Parameter) GetStringValue ¶
func (m *Payload_Template_Parameter) GetStringValue() string
func (*Payload_Template_Parameter) GetType ¶
func (m *Payload_Template_Parameter) GetType() uint32
func (*Payload_Template_Parameter) GetValue ¶
func (m *Payload_Template_Parameter) GetValue() isPayload_Template_Parameter_Value
func (*Payload_Template_Parameter) ProtoMessage ¶
func (*Payload_Template_Parameter) ProtoMessage()
func (*Payload_Template_Parameter) Reset ¶
func (m *Payload_Template_Parameter) Reset()
func (*Payload_Template_Parameter) String ¶
func (m *Payload_Template_Parameter) String() string
func (*Payload_Template_Parameter) XXX_DiscardUnknown ¶
func (m *Payload_Template_Parameter) XXX_DiscardUnknown()
func (*Payload_Template_Parameter) XXX_Marshal ¶
func (m *Payload_Template_Parameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Payload_Template_Parameter) XXX_Merge ¶
func (m *Payload_Template_Parameter) XXX_Merge(src proto.Message)
func (*Payload_Template_Parameter) XXX_OneofWrappers ¶
func (*Payload_Template_Parameter) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Payload_Template_Parameter) XXX_Size ¶
func (m *Payload_Template_Parameter) XXX_Size() int
func (*Payload_Template_Parameter) XXX_Unmarshal ¶
func (m *Payload_Template_Parameter) XXX_Unmarshal(b []byte) error
type Payload_Template_Parameter_BooleanValue ¶
type Payload_Template_Parameter_BooleanValue struct {
BooleanValue bool `protobuf:"varint,7,opt,name=boolean_value,json=booleanValue,oneof"`
}
type Payload_Template_Parameter_DoubleValue ¶
type Payload_Template_Parameter_DoubleValue struct {
DoubleValue float64 `protobuf:"fixed64,6,opt,name=double_value,json=doubleValue,oneof"`
}
type Payload_Template_Parameter_ExtensionValue ¶
type Payload_Template_Parameter_ExtensionValue struct {
ExtensionValue *Payload_Template_Parameter_ParameterValueExtension `protobuf:"bytes,9,opt,name=extension_value,json=extensionValue,oneof"`
}
type Payload_Template_Parameter_FloatValue ¶
type Payload_Template_Parameter_FloatValue struct {
FloatValue float32 `protobuf:"fixed32,5,opt,name=float_value,json=floatValue,oneof"`
}
type Payload_Template_Parameter_IntValue ¶
type Payload_Template_Parameter_IntValue struct {
IntValue uint32 `protobuf:"varint,3,opt,name=int_value,json=intValue,oneof"`
}
type Payload_Template_Parameter_LongValue ¶
type Payload_Template_Parameter_LongValue struct {
LongValue uint64 `protobuf:"varint,4,opt,name=long_value,json=longValue,oneof"`
}
type Payload_Template_Parameter_ParameterValueExtension ¶
type Payload_Template_Parameter_ParameterValueExtension struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` proto.XXX_InternalExtensions `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Payload_Template_Parameter_ParameterValueExtension) Descriptor ¶
func (*Payload_Template_Parameter_ParameterValueExtension) Descriptor() ([]byte, []int)
func (*Payload_Template_Parameter_ParameterValueExtension) ExtensionRangeArray ¶
func (*Payload_Template_Parameter_ParameterValueExtension) ExtensionRangeArray() []proto.ExtensionRange
func (*Payload_Template_Parameter_ParameterValueExtension) ProtoMessage ¶
func (*Payload_Template_Parameter_ParameterValueExtension) ProtoMessage()
func (*Payload_Template_Parameter_ParameterValueExtension) Reset ¶
func (m *Payload_Template_Parameter_ParameterValueExtension) Reset()
func (*Payload_Template_Parameter_ParameterValueExtension) String ¶
func (m *Payload_Template_Parameter_ParameterValueExtension) String() string
func (*Payload_Template_Parameter_ParameterValueExtension) XXX_DiscardUnknown ¶
func (m *Payload_Template_Parameter_ParameterValueExtension) XXX_DiscardUnknown()
func (*Payload_Template_Parameter_ParameterValueExtension) XXX_Marshal ¶
func (m *Payload_Template_Parameter_ParameterValueExtension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Payload_Template_Parameter_ParameterValueExtension) XXX_Merge ¶
func (m *Payload_Template_Parameter_ParameterValueExtension) XXX_Merge(src proto.Message)
func (*Payload_Template_Parameter_ParameterValueExtension) XXX_Size ¶
func (m *Payload_Template_Parameter_ParameterValueExtension) XXX_Size() int
func (*Payload_Template_Parameter_ParameterValueExtension) XXX_Unmarshal ¶
func (m *Payload_Template_Parameter_ParameterValueExtension) XXX_Unmarshal(b []byte) error
type Payload_Template_Parameter_StringValue ¶
type Payload_Template_Parameter_StringValue struct {
StringValue string `protobuf:"bytes,8,opt,name=string_value,json=stringValue,oneof"`
}
Click to show internal directories.
Click to hide internal directories.