Documentation ¶
Index ¶
- Variables
- type Data
- func (*Data) Descriptor() ([]byte, []int)
- func (m *Data) GetBoolValue() *types.BoolValue
- func (m *Data) GetBytesValue() *types.BytesValue
- func (m *Data) GetDoubleValue() *types.DoubleValue
- func (m *Data) GetFloatValue() *types.FloatValue
- func (m *Data) GetInt32Value() *types.Int32Value
- func (m *Data) GetInt64Value() *types.Int64Value
- func (m *Data) GetStringValue() *types.StringValue
- func (m *Data) GetStructValue() *types.Struct
- func (m *Data) GetTimestamp() *types.Timestamp
- func (m *Data) GetUint32Value() *types.UInt32Value
- func (m *Data) GetUint64Value() *types.UInt64Value
- func (m *Data) Marshal() (dAtA []byte, err error)
- func (m *Data) MarshalTo(dAtA []byte) (int, error)
- func (*Data) ProtoMessage()
- func (m *Data) Reset()
- func (m *Data) Size() (n int)
- func (m *Data) String() string
- func (m *Data) Unmarshal(dAtA []byte) error
- func (m *Data) XXX_DiscardUnknown()
- func (m *Data) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Data) XXX_Merge(src proto.Message)
- func (m *Data) XXX_Size() int
- func (m *Data) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthCodecsTest = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowCodecsTest = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { BoolValue *types.BoolValue `protobuf:"bytes,1,opt,name=boolValue,proto3" json:"boolValue,omitempty"` BytesValue *types.BytesValue `protobuf:"bytes,2,opt,name=bytesValue,proto3" json:"bytesValue,omitempty"` DoubleValue *types.DoubleValue `protobuf:"bytes,3,opt,name=doubleValue,proto3" json:"doubleValue,omitempty"` FloatValue *types.FloatValue `protobuf:"bytes,4,opt,name=floatValue,proto3" json:"floatValue,omitempty"` Int32Value *types.Int32Value `protobuf:"bytes,5,opt,name=int32Value,proto3" json:"int32Value,omitempty"` Int64Value *types.Int64Value `protobuf:"bytes,6,opt,name=int64Value,proto3" json:"int64Value,omitempty"` StringValue *types.StringValue `protobuf:"bytes,7,opt,name=stringValue,proto3" json:"stringValue,omitempty"` Uint32Value *types.UInt32Value `protobuf:"bytes,8,opt,name=uint32Value,proto3" json:"uint32Value,omitempty"` Uint64Value *types.UInt64Value `protobuf:"bytes,9,opt,name=uint64Value,proto3" json:"uint64Value,omitempty"` Timestamp *types.Timestamp `protobuf:"bytes,10,opt,name=timestamp,proto3" json:"timestamp,omitempty"` StructValue *types.Struct `protobuf:"bytes,12,opt,name=structValue,proto3" json:"structValue,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Data) Descriptor ¶
func (*Data) GetBoolValue ¶
func (*Data) GetBytesValue ¶
func (m *Data) GetBytesValue() *types.BytesValue
func (*Data) GetDoubleValue ¶
func (m *Data) GetDoubleValue() *types.DoubleValue
func (*Data) GetFloatValue ¶
func (m *Data) GetFloatValue() *types.FloatValue
func (*Data) GetInt32Value ¶
func (m *Data) GetInt32Value() *types.Int32Value
func (*Data) GetInt64Value ¶
func (m *Data) GetInt64Value() *types.Int64Value
func (*Data) GetStringValue ¶
func (m *Data) GetStringValue() *types.StringValue
func (*Data) GetStructValue ¶
func (*Data) GetTimestamp ¶
func (*Data) GetUint32Value ¶
func (m *Data) GetUint32Value() *types.UInt32Value
func (*Data) GetUint64Value ¶
func (m *Data) GetUint64Value() *types.UInt64Value
func (*Data) ProtoMessage ¶
func (*Data) ProtoMessage()
func (*Data) XXX_DiscardUnknown ¶
func (m *Data) XXX_DiscardUnknown()
func (*Data) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.