Documentation
¶
Overview ¶
Package types is a generated protocol buffer package.
It is generated from these files:
combos/neither/types.proto
It has these top-level messages:
KnownTypes
Index ¶
- type KnownTypes
- func (*KnownTypes) Descriptor() ([]byte, []int)
- func (this *KnownTypes) Equal(that interface{}) bool
- func (m *KnownTypes) GetBool() *google_protobuf3.BoolValue
- func (m *KnownTypes) GetBytes() *google_protobuf3.BytesValue
- func (m *KnownTypes) GetDbl() *google_protobuf3.DoubleValue
- func (m *KnownTypes) GetDur() *google_protobuf1.Duration
- func (m *KnownTypes) GetFlt() *google_protobuf3.FloatValue
- func (m *KnownTypes) GetI32() *google_protobuf3.Int32Value
- func (m *KnownTypes) GetI64() *google_protobuf3.Int64Value
- func (m *KnownTypes) GetStr() *google_protobuf3.StringValue
- func (m *KnownTypes) GetTs() *google_protobuf2.Timestamp
- func (m *KnownTypes) GetU32() *google_protobuf3.UInt32Value
- func (m *KnownTypes) GetU64() *google_protobuf3.UInt64Value
- func (*KnownTypes) ProtoMessage()
- func (m *KnownTypes) Reset()
- func (m *KnownTypes) Size() (n int)
- func (m *KnownTypes) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KnownTypes ¶
type KnownTypes struct {
// google.protobuf.Any an = 14;
Dur *google_protobuf1.Duration `protobuf:"bytes,1,opt,name=dur" json:"dur,omitempty"`
// google.protobuf.Struct st = 12;
Ts *google_protobuf2.Timestamp `protobuf:"bytes,2,opt,name=ts" json:"ts,omitempty"`
Dbl *google_protobuf3.DoubleValue `protobuf:"bytes,3,opt,name=dbl" json:"dbl,omitempty"`
Flt *google_protobuf3.FloatValue `protobuf:"bytes,4,opt,name=flt" json:"flt,omitempty"`
I64 *google_protobuf3.Int64Value `protobuf:"bytes,5,opt,name=i64" json:"i64,omitempty"`
U64 *google_protobuf3.UInt64Value `protobuf:"bytes,6,opt,name=u64" json:"u64,omitempty"`
I32 *google_protobuf3.Int32Value `protobuf:"bytes,7,opt,name=i32" json:"i32,omitempty"`
U32 *google_protobuf3.UInt32Value `protobuf:"bytes,8,opt,name=u32" json:"u32,omitempty"`
Bool *google_protobuf3.BoolValue `protobuf:"bytes,9,opt,name=bool" json:"bool,omitempty"`
Str *google_protobuf3.StringValue `protobuf:"bytes,10,opt,name=str" json:"str,omitempty"`
Bytes *google_protobuf3.BytesValue `protobuf:"bytes,11,opt,name=bytes" json:"bytes,omitempty"`
}
func NewPopulatedKnownTypes ¶
func NewPopulatedKnownTypes(r randyTypes, easy bool) *KnownTypes
func (*KnownTypes) Descriptor ¶
func (*KnownTypes) Descriptor() ([]byte, []int)
func (*KnownTypes) Equal ¶
func (this *KnownTypes) Equal(that interface{}) bool
func (*KnownTypes) GetBool ¶
func (m *KnownTypes) GetBool() *google_protobuf3.BoolValue
func (*KnownTypes) GetBytes ¶
func (m *KnownTypes) GetBytes() *google_protobuf3.BytesValue
func (*KnownTypes) GetDbl ¶
func (m *KnownTypes) GetDbl() *google_protobuf3.DoubleValue
func (*KnownTypes) GetDur ¶
func (m *KnownTypes) GetDur() *google_protobuf1.Duration
func (*KnownTypes) GetFlt ¶
func (m *KnownTypes) GetFlt() *google_protobuf3.FloatValue
func (*KnownTypes) GetI32 ¶
func (m *KnownTypes) GetI32() *google_protobuf3.Int32Value
func (*KnownTypes) GetI64 ¶
func (m *KnownTypes) GetI64() *google_protobuf3.Int64Value
func (*KnownTypes) GetStr ¶
func (m *KnownTypes) GetStr() *google_protobuf3.StringValue
func (*KnownTypes) GetTs ¶
func (m *KnownTypes) GetTs() *google_protobuf2.Timestamp
func (*KnownTypes) GetU32 ¶
func (m *KnownTypes) GetU32() *google_protobuf3.UInt32Value
func (*KnownTypes) GetU64 ¶
func (m *KnownTypes) GetU64() *google_protobuf3.UInt64Value
func (*KnownTypes) ProtoMessage ¶
func (*KnownTypes) ProtoMessage()
func (*KnownTypes) Reset ¶
func (m *KnownTypes) Reset()
func (*KnownTypes) Size ¶
func (m *KnownTypes) Size() (n int)
func (*KnownTypes) String ¶
func (m *KnownTypes) String() string
Click to show internal directories.
Click to hide internal directories.