types

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Granularity_Enum_name = map[int32]string{
	0: "NONE",
	1: "DAY",
	2: "HOUR",
	3: "MINUTE",
	4: "SECOND",
}
View Source
var Granularity_Enum_value = map[string]int32{
	"NONE":   0,
	"DAY":    1,
	"HOUR":   2,
	"MINUTE": 3,
	"SECOND": 4,
}
View Source
var ValueType_Enum_name = map[int32]string{
	0: "UNKNOWN",
	1: "BYTES",
	2: "STRING",
	3: "INT32",
	4: "INT64",
	5: "DOUBLE",
	6: "FLOAT",
	7: "BOOL",
	8: "TIMESTAMP",
}
View Source
var ValueType_Enum_value = map[string]int32{
	"UNKNOWN":   0,
	"BYTES":     1,
	"STRING":    2,
	"INT32":     3,
	"INT64":     4,
	"DOUBLE":    5,
	"FLOAT":     6,
	"BOOL":      7,
	"TIMESTAMP": 8,
}

Functions

This section is empty.

Types

type Attempt

type Attempt struct {
	Attempts             int32    `protobuf:"varint,1,opt,name=attempts,proto3" json:"attempts,omitempty"`
	Error                *Error   `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Attempt) Descriptor

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

func (*Attempt) GetAttempts

func (m *Attempt) GetAttempts() int32

func (*Attempt) GetError

func (m *Attempt) GetError() *Error

func (*Attempt) ProtoMessage

func (*Attempt) ProtoMessage()

func (*Attempt) Reset

func (m *Attempt) Reset()

func (*Attempt) String

func (m *Attempt) String() string

func (*Attempt) XXX_DiscardUnknown

func (m *Attempt) XXX_DiscardUnknown()

func (*Attempt) XXX_Marshal

func (m *Attempt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Attempt) XXX_Merge

func (dst *Attempt) XXX_Merge(src proto.Message)

func (*Attempt) XXX_Size

func (m *Attempt) XXX_Size() int

func (*Attempt) XXX_Unmarshal

func (m *Attempt) XXX_Unmarshal(b []byte) error

type BoolList

type BoolList struct {
	Val                  []bool   `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BoolList) Descriptor

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

func (*BoolList) GetVal

func (m *BoolList) GetVal() []bool

func (*BoolList) ProtoMessage

func (*BoolList) ProtoMessage()

func (*BoolList) Reset

func (m *BoolList) Reset()

func (*BoolList) String

func (m *BoolList) String() string

func (*BoolList) XXX_DiscardUnknown

func (m *BoolList) XXX_DiscardUnknown()

func (*BoolList) XXX_Marshal

func (m *BoolList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BoolList) XXX_Merge

func (dst *BoolList) XXX_Merge(src proto.Message)

func (*BoolList) XXX_Size

func (m *BoolList) XXX_Size() int

func (*BoolList) XXX_Unmarshal

func (m *BoolList) XXX_Unmarshal(b []byte) error

type BytesList

type BytesList struct {
	Val                  [][]byte `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BytesList) Descriptor

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

func (*BytesList) GetVal

func (m *BytesList) GetVal() [][]byte

func (*BytesList) ProtoMessage

func (*BytesList) ProtoMessage()

func (*BytesList) Reset

func (m *BytesList) Reset()

func (*BytesList) String

func (m *BytesList) String() string

func (*BytesList) XXX_DiscardUnknown

func (m *BytesList) XXX_DiscardUnknown()

func (*BytesList) XXX_Marshal

func (m *BytesList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BytesList) XXX_Merge

func (dst *BytesList) XXX_Merge(src proto.Message)

func (*BytesList) XXX_Size

func (m *BytesList) XXX_Size() int

func (*BytesList) XXX_Unmarshal

func (m *BytesList) XXX_Unmarshal(b []byte) error

type DoubleList

type DoubleList struct {
	Val                  []float64 `protobuf:"fixed64,1,rep,packed,name=val,proto3" json:"val,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*DoubleList) Descriptor

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

func (*DoubleList) GetVal

func (m *DoubleList) GetVal() []float64

func (*DoubleList) ProtoMessage

func (*DoubleList) ProtoMessage()

func (*DoubleList) Reset

func (m *DoubleList) Reset()

func (*DoubleList) String

func (m *DoubleList) String() string

func (*DoubleList) XXX_DiscardUnknown

func (m *DoubleList) XXX_DiscardUnknown()

func (*DoubleList) XXX_Marshal

func (m *DoubleList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DoubleList) XXX_Merge

func (dst *DoubleList) XXX_Merge(src proto.Message)

func (*DoubleList) XXX_Size

func (m *DoubleList) XXX_Size() int

func (*DoubleList) XXX_Unmarshal

func (m *DoubleList) XXX_Unmarshal(b []byte) error

type Error

type Error struct {
	Cause                string   `protobuf:"bytes,1,opt,name=cause,proto3" json:"cause,omitempty"`
	Transform            string   `protobuf:"bytes,2,opt,name=transform,proto3" json:"transform,omitempty"`
	Message              string   `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	StackTrace           string   `protobuf:"bytes,4,opt,name=stackTrace,proto3" json:"stackTrace,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Error) Descriptor

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

func (*Error) GetCause

func (m *Error) GetCause() string

func (*Error) GetMessage

func (m *Error) GetMessage() string

func (*Error) GetStackTrace

func (m *Error) GetStackTrace() string

func (*Error) GetTransform

func (m *Error) GetTransform() string

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) Reset

func (m *Error) Reset()

func (*Error) String

func (m *Error) String() string

func (*Error) XXX_DiscardUnknown

func (m *Error) XXX_DiscardUnknown()

func (*Error) XXX_Marshal

func (m *Error) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Error) XXX_Merge

func (dst *Error) XXX_Merge(src proto.Message)

func (*Error) XXX_Size

func (m *Error) XXX_Size() int

func (*Error) XXX_Unmarshal

func (m *Error) XXX_Unmarshal(b []byte) error

type Feature

type Feature struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Value                *Value   `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Feature) Descriptor

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

func (*Feature) GetId

func (m *Feature) GetId() string

func (*Feature) GetValue

func (m *Feature) GetValue() *Value

func (*Feature) ProtoMessage

func (*Feature) ProtoMessage()

func (*Feature) Reset

func (m *Feature) Reset()

func (*Feature) String

func (m *Feature) String() string

func (*Feature) XXX_DiscardUnknown

func (m *Feature) XXX_DiscardUnknown()

func (*Feature) XXX_Marshal

func (m *Feature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Feature) XXX_Merge

func (dst *Feature) XXX_Merge(src proto.Message)

func (*Feature) XXX_Size

func (m *Feature) XXX_Size() int

func (*Feature) XXX_Unmarshal

func (m *Feature) XXX_Unmarshal(b []byte) error

type FeatureRow

type FeatureRow struct {
	EntityKey            string               `protobuf:"bytes,1,opt,name=entityKey,proto3" json:"entityKey,omitempty"`
	Features             []*Feature           `protobuf:"bytes,2,rep,name=features,proto3" json:"features,omitempty"`
	EventTimestamp       *timestamp.Timestamp `protobuf:"bytes,3,opt,name=eventTimestamp,proto3" json:"eventTimestamp,omitempty"`
	EntityName           string               `protobuf:"bytes,4,opt,name=entityName,proto3" json:"entityName,omitempty"`
	Granularity          Granularity_Enum     `protobuf:"varint,5,opt,name=granularity,proto3,enum=feast.types.Granularity_Enum" json:"granularity,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*FeatureRow) Descriptor

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

func (*FeatureRow) GetEntityKey

func (m *FeatureRow) GetEntityKey() string

func (*FeatureRow) GetEntityName

func (m *FeatureRow) GetEntityName() string

func (*FeatureRow) GetEventTimestamp

func (m *FeatureRow) GetEventTimestamp() *timestamp.Timestamp

func (*FeatureRow) GetFeatures

func (m *FeatureRow) GetFeatures() []*Feature

func (*FeatureRow) GetGranularity

func (m *FeatureRow) GetGranularity() Granularity_Enum

func (*FeatureRow) ProtoMessage

func (*FeatureRow) ProtoMessage()

func (*FeatureRow) Reset

func (m *FeatureRow) Reset()

func (*FeatureRow) String

func (m *FeatureRow) String() string

func (*FeatureRow) XXX_DiscardUnknown

func (m *FeatureRow) XXX_DiscardUnknown()

func (*FeatureRow) XXX_Marshal

func (m *FeatureRow) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FeatureRow) XXX_Merge

func (dst *FeatureRow) XXX_Merge(src proto.Message)

func (*FeatureRow) XXX_Size

func (m *FeatureRow) XXX_Size() int

func (*FeatureRow) XXX_Unmarshal

func (m *FeatureRow) XXX_Unmarshal(b []byte) error

type FeatureRowExtended

type FeatureRowExtended struct {
	Row                  *FeatureRow          `protobuf:"bytes,1,opt,name=row,proto3" json:"row,omitempty"`
	LastAttempt          *Attempt             `protobuf:"bytes,2,opt,name=lastAttempt,proto3" json:"lastAttempt,omitempty"`
	FirstSeen            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=firstSeen,proto3" json:"firstSeen,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*FeatureRowExtended) Descriptor

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

func (*FeatureRowExtended) GetFirstSeen

func (m *FeatureRowExtended) GetFirstSeen() *timestamp.Timestamp

func (*FeatureRowExtended) GetLastAttempt

func (m *FeatureRowExtended) GetLastAttempt() *Attempt

func (*FeatureRowExtended) GetRow

func (m *FeatureRowExtended) GetRow() *FeatureRow

func (*FeatureRowExtended) ProtoMessage

func (*FeatureRowExtended) ProtoMessage()

func (*FeatureRowExtended) Reset

func (m *FeatureRowExtended) Reset()

func (*FeatureRowExtended) String

func (m *FeatureRowExtended) String() string

func (*FeatureRowExtended) XXX_DiscardUnknown

func (m *FeatureRowExtended) XXX_DiscardUnknown()

func (*FeatureRowExtended) XXX_Marshal

func (m *FeatureRowExtended) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FeatureRowExtended) XXX_Merge

func (dst *FeatureRowExtended) XXX_Merge(src proto.Message)

func (*FeatureRowExtended) XXX_Size

func (m *FeatureRowExtended) XXX_Size() int

func (*FeatureRowExtended) XXX_Unmarshal

func (m *FeatureRowExtended) XXX_Unmarshal(b []byte) error

type FeatureRowKey

type FeatureRowKey struct {
	EntityKey            string               `protobuf:"bytes,1,opt,name=entityKey,proto3" json:"entityKey,omitempty"`
	EventTimestamp       *timestamp.Timestamp `protobuf:"bytes,3,opt,name=eventTimestamp,proto3" json:"eventTimestamp,omitempty"`
	EntityName           string               `protobuf:"bytes,4,opt,name=entityName,proto3" json:"entityName,omitempty"`
	Granularity          Granularity_Enum     `protobuf:"varint,5,opt,name=granularity,proto3,enum=feast.types.Granularity_Enum" json:"granularity,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*FeatureRowKey) Descriptor

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

func (*FeatureRowKey) GetEntityKey

func (m *FeatureRowKey) GetEntityKey() string

func (*FeatureRowKey) GetEntityName

func (m *FeatureRowKey) GetEntityName() string

func (*FeatureRowKey) GetEventTimestamp

func (m *FeatureRowKey) GetEventTimestamp() *timestamp.Timestamp

func (*FeatureRowKey) GetGranularity

func (m *FeatureRowKey) GetGranularity() Granularity_Enum

func (*FeatureRowKey) ProtoMessage

func (*FeatureRowKey) ProtoMessage()

func (*FeatureRowKey) Reset

func (m *FeatureRowKey) Reset()

func (*FeatureRowKey) String

func (m *FeatureRowKey) String() string

func (*FeatureRowKey) XXX_DiscardUnknown

func (m *FeatureRowKey) XXX_DiscardUnknown()

func (*FeatureRowKey) XXX_Marshal

func (m *FeatureRowKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FeatureRowKey) XXX_Merge

func (dst *FeatureRowKey) XXX_Merge(src proto.Message)

func (*FeatureRowKey) XXX_Size

func (m *FeatureRowKey) XXX_Size() int

func (*FeatureRowKey) XXX_Unmarshal

func (m *FeatureRowKey) XXX_Unmarshal(b []byte) error

type FloatList

type FloatList struct {
	Val                  []float32 `protobuf:"fixed32,1,rep,packed,name=val,proto3" json:"val,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*FloatList) Descriptor

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

func (*FloatList) GetVal

func (m *FloatList) GetVal() []float32

func (*FloatList) ProtoMessage

func (*FloatList) ProtoMessage()

func (*FloatList) Reset

func (m *FloatList) Reset()

func (*FloatList) String

func (m *FloatList) String() string

func (*FloatList) XXX_DiscardUnknown

func (m *FloatList) XXX_DiscardUnknown()

func (*FloatList) XXX_Marshal

func (m *FloatList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FloatList) XXX_Merge

func (dst *FloatList) XXX_Merge(src proto.Message)

func (*FloatList) XXX_Size

func (m *FloatList) XXX_Size() int

func (*FloatList) XXX_Unmarshal

func (m *FloatList) XXX_Unmarshal(b []byte) error

type Granularity

type Granularity struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Granularity) Descriptor

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

func (*Granularity) ProtoMessage

func (*Granularity) ProtoMessage()

func (*Granularity) Reset

func (m *Granularity) Reset()

func (*Granularity) String

func (m *Granularity) String() string

func (*Granularity) XXX_DiscardUnknown

func (m *Granularity) XXX_DiscardUnknown()

func (*Granularity) XXX_Marshal

func (m *Granularity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Granularity) XXX_Merge

func (dst *Granularity) XXX_Merge(src proto.Message)

func (*Granularity) XXX_Size

func (m *Granularity) XXX_Size() int

func (*Granularity) XXX_Unmarshal

func (m *Granularity) XXX_Unmarshal(b []byte) error

type Granularity_Enum

type Granularity_Enum int32
const (
	Granularity_NONE   Granularity_Enum = 0
	Granularity_DAY    Granularity_Enum = 1
	Granularity_HOUR   Granularity_Enum = 2
	Granularity_MINUTE Granularity_Enum = 3
	Granularity_SECOND Granularity_Enum = 4
)

func (Granularity_Enum) EnumDescriptor

func (Granularity_Enum) EnumDescriptor() ([]byte, []int)

func (Granularity_Enum) String

func (x Granularity_Enum) String() string

type Int32List

type Int32List struct {
	Val                  []int32  `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Int32List) Descriptor

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

func (*Int32List) GetVal

func (m *Int32List) GetVal() []int32

func (*Int32List) ProtoMessage

func (*Int32List) ProtoMessage()

func (*Int32List) Reset

func (m *Int32List) Reset()

func (*Int32List) String

func (m *Int32List) String() string

func (*Int32List) XXX_DiscardUnknown

func (m *Int32List) XXX_DiscardUnknown()

func (*Int32List) XXX_Marshal

func (m *Int32List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Int32List) XXX_Merge

func (dst *Int32List) XXX_Merge(src proto.Message)

func (*Int32List) XXX_Size

func (m *Int32List) XXX_Size() int

func (*Int32List) XXX_Unmarshal

func (m *Int32List) XXX_Unmarshal(b []byte) error

type Int64List

type Int64List struct {
	Val                  []int64  `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Int64List) Descriptor

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

func (*Int64List) GetVal

func (m *Int64List) GetVal() []int64

func (*Int64List) ProtoMessage

func (*Int64List) ProtoMessage()

func (*Int64List) Reset

func (m *Int64List) Reset()

func (*Int64List) String

func (m *Int64List) String() string

func (*Int64List) XXX_DiscardUnknown

func (m *Int64List) XXX_DiscardUnknown()

func (*Int64List) XXX_Marshal

func (m *Int64List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Int64List) XXX_Merge

func (dst *Int64List) XXX_Merge(src proto.Message)

func (*Int64List) XXX_Size

func (m *Int64List) XXX_Size() int

func (*Int64List) XXX_Unmarshal

func (m *Int64List) XXX_Unmarshal(b []byte) error

type StringList

type StringList struct {
	Val                  []string `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StringList) Descriptor

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

func (*StringList) GetVal

func (m *StringList) GetVal() []string

func (*StringList) ProtoMessage

func (*StringList) ProtoMessage()

func (*StringList) Reset

func (m *StringList) Reset()

func (*StringList) String

func (m *StringList) String() string

func (*StringList) XXX_DiscardUnknown

func (m *StringList) XXX_DiscardUnknown()

func (*StringList) XXX_Marshal

func (m *StringList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StringList) XXX_Merge

func (dst *StringList) XXX_Merge(src proto.Message)

func (*StringList) XXX_Size

func (m *StringList) XXX_Size() int

func (*StringList) XXX_Unmarshal

func (m *StringList) XXX_Unmarshal(b []byte) error

type TimestampList

type TimestampList struct {
	Val                  []*timestamp.Timestamp `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*TimestampList) Descriptor

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

func (*TimestampList) GetVal

func (m *TimestampList) GetVal() []*timestamp.Timestamp

func (*TimestampList) ProtoMessage

func (*TimestampList) ProtoMessage()

func (*TimestampList) Reset

func (m *TimestampList) Reset()

func (*TimestampList) String

func (m *TimestampList) String() string

func (*TimestampList) XXX_DiscardUnknown

func (m *TimestampList) XXX_DiscardUnknown()

func (*TimestampList) XXX_Marshal

func (m *TimestampList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimestampList) XXX_Merge

func (dst *TimestampList) XXX_Merge(src proto.Message)

func (*TimestampList) XXX_Size

func (m *TimestampList) XXX_Size() int

func (*TimestampList) XXX_Unmarshal

func (m *TimestampList) XXX_Unmarshal(b []byte) error

type Value

type Value struct {
	// Types that are valid to be assigned to Val:
	//	*Value_BytesVal
	//	*Value_StringVal
	//	*Value_Int32Val
	//	*Value_Int64Val
	//	*Value_DoubleVal
	//	*Value_FloatVal
	//	*Value_BoolVal
	//	*Value_TimestampVal
	Val                  isValue_Val `protobuf_oneof:"val"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Value) Descriptor

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

func (*Value) GetBoolVal

func (m *Value) GetBoolVal() bool

func (*Value) GetBytesVal

func (m *Value) GetBytesVal() []byte

func (*Value) GetDoubleVal

func (m *Value) GetDoubleVal() float64

func (*Value) GetFloatVal

func (m *Value) GetFloatVal() float32

func (*Value) GetInt32Val

func (m *Value) GetInt32Val() int32

func (*Value) GetInt64Val

func (m *Value) GetInt64Val() int64

func (*Value) GetStringVal

func (m *Value) GetStringVal() string

func (*Value) GetTimestampVal

func (m *Value) GetTimestampVal() *timestamp.Timestamp

func (*Value) GetVal

func (m *Value) GetVal() isValue_Val

func (*Value) ProtoMessage

func (*Value) ProtoMessage()

func (*Value) Reset

func (m *Value) Reset()

func (*Value) String

func (m *Value) String() string

func (*Value) XXX_DiscardUnknown

func (m *Value) XXX_DiscardUnknown()

func (*Value) XXX_Marshal

func (m *Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Value) XXX_Merge

func (dst *Value) XXX_Merge(src proto.Message)

func (*Value) XXX_OneofFuncs

func (*Value) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*Value) XXX_Size

func (m *Value) XXX_Size() int

func (*Value) XXX_Unmarshal

func (m *Value) XXX_Unmarshal(b []byte) error

type ValueList

type ValueList struct {
	// Types that are valid to be assigned to ValueList:
	//	*ValueList_BytesList
	//	*ValueList_StringList
	//	*ValueList_Int32List
	//	*ValueList_Int64List
	//	*ValueList_DoubleList
	//	*ValueList_FloatList
	//	*ValueList_BoolList
	//	*ValueList_TimestampList
	ValueList            isValueList_ValueList `protobuf_oneof:"valueList"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ValueList) Descriptor

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

func (*ValueList) GetBoolList

func (m *ValueList) GetBoolList() *BoolList

func (*ValueList) GetBytesList

func (m *ValueList) GetBytesList() *BytesList

func (*ValueList) GetDoubleList

func (m *ValueList) GetDoubleList() *DoubleList

func (*ValueList) GetFloatList

func (m *ValueList) GetFloatList() *FloatList

func (*ValueList) GetInt32List

func (m *ValueList) GetInt32List() *Int32List

func (*ValueList) GetInt64List

func (m *ValueList) GetInt64List() *Int64List

func (*ValueList) GetStringList

func (m *ValueList) GetStringList() *StringList

func (*ValueList) GetTimestampList

func (m *ValueList) GetTimestampList() *TimestampList

func (*ValueList) GetValueList

func (m *ValueList) GetValueList() isValueList_ValueList

func (*ValueList) ProtoMessage

func (*ValueList) ProtoMessage()

func (*ValueList) Reset

func (m *ValueList) Reset()

func (*ValueList) String

func (m *ValueList) String() string

func (*ValueList) XXX_DiscardUnknown

func (m *ValueList) XXX_DiscardUnknown()

func (*ValueList) XXX_Marshal

func (m *ValueList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValueList) XXX_Merge

func (dst *ValueList) XXX_Merge(src proto.Message)

func (*ValueList) XXX_OneofFuncs

func (*ValueList) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*ValueList) XXX_Size

func (m *ValueList) XXX_Size() int

func (*ValueList) XXX_Unmarshal

func (m *ValueList) XXX_Unmarshal(b []byte) error

type ValueList_BoolList

type ValueList_BoolList struct {
	BoolList *BoolList `protobuf:"bytes,7,opt,name=boolList,proto3,oneof"`
}

type ValueList_BytesList

type ValueList_BytesList struct {
	BytesList *BytesList `protobuf:"bytes,1,opt,name=bytesList,proto3,oneof"`
}

type ValueList_DoubleList

type ValueList_DoubleList struct {
	DoubleList *DoubleList `protobuf:"bytes,5,opt,name=doubleList,proto3,oneof"`
}

type ValueList_FloatList

type ValueList_FloatList struct {
	FloatList *FloatList `protobuf:"bytes,6,opt,name=floatList,proto3,oneof"`
}

type ValueList_Int32List

type ValueList_Int32List struct {
	Int32List *Int32List `protobuf:"bytes,3,opt,name=int32List,proto3,oneof"`
}

type ValueList_Int64List

type ValueList_Int64List struct {
	Int64List *Int64List `protobuf:"bytes,4,opt,name=int64List,proto3,oneof"`
}

type ValueList_StringList

type ValueList_StringList struct {
	StringList *StringList `protobuf:"bytes,2,opt,name=stringList,proto3,oneof"`
}

type ValueList_TimestampList

type ValueList_TimestampList struct {
	TimestampList *TimestampList `protobuf:"bytes,8,opt,name=timestampList,proto3,oneof"`
}

type ValueType

type ValueType struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ValueType) Descriptor

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

func (*ValueType) ProtoMessage

func (*ValueType) ProtoMessage()

func (*ValueType) Reset

func (m *ValueType) Reset()

func (*ValueType) String

func (m *ValueType) String() string

func (*ValueType) XXX_DiscardUnknown

func (m *ValueType) XXX_DiscardUnknown()

func (*ValueType) XXX_Marshal

func (m *ValueType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValueType) XXX_Merge

func (dst *ValueType) XXX_Merge(src proto.Message)

func (*ValueType) XXX_Size

func (m *ValueType) XXX_Size() int

func (*ValueType) XXX_Unmarshal

func (m *ValueType) XXX_Unmarshal(b []byte) error

type ValueType_Enum

type ValueType_Enum int32
const (
	ValueType_UNKNOWN   ValueType_Enum = 0
	ValueType_BYTES     ValueType_Enum = 1
	ValueType_STRING    ValueType_Enum = 2
	ValueType_INT32     ValueType_Enum = 3
	ValueType_INT64     ValueType_Enum = 4
	ValueType_DOUBLE    ValueType_Enum = 5
	ValueType_FLOAT     ValueType_Enum = 6
	ValueType_BOOL      ValueType_Enum = 7
	ValueType_TIMESTAMP ValueType_Enum = 8
)

func (ValueType_Enum) EnumDescriptor

func (ValueType_Enum) EnumDescriptor() ([]byte, []int)

func (ValueType_Enum) String

func (x ValueType_Enum) String() string

type Value_BoolVal

type Value_BoolVal struct {
	BoolVal bool `protobuf:"varint,7,opt,name=boolVal,proto3,oneof"`
}

type Value_BytesVal

type Value_BytesVal struct {
	BytesVal []byte `protobuf:"bytes,1,opt,name=bytesVal,proto3,oneof"`
}

type Value_DoubleVal

type Value_DoubleVal struct {
	DoubleVal float64 `protobuf:"fixed64,5,opt,name=doubleVal,proto3,oneof"`
}

type Value_FloatVal

type Value_FloatVal struct {
	FloatVal float32 `protobuf:"fixed32,6,opt,name=floatVal,proto3,oneof"`
}

type Value_Int32Val

type Value_Int32Val struct {
	Int32Val int32 `protobuf:"varint,3,opt,name=int32Val,proto3,oneof"`
}

type Value_Int64Val

type Value_Int64Val struct {
	Int64Val int64 `protobuf:"varint,4,opt,name=int64Val,proto3,oneof"`
}

type Value_StringVal

type Value_StringVal struct {
	StringVal string `protobuf:"bytes,2,opt,name=stringVal,proto3,oneof"`
}

type Value_TimestampVal

type Value_TimestampVal struct {
	TimestampVal *timestamp.Timestamp `protobuf:"bytes,8,opt,name=timestampVal,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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