Versions in this module Expand all Collapse all v1 v1.2.2 Jun 21, 2019 Changes in this version + type MapStdTypes struct + Duration map[int32]time.Duration + NonnullBool map[int32]bool + NonnullBytes map[int32][]byte + NonnullDouble map[int32]float64 + NonnullFloat map[int32]float32 + NonnullInt32 map[int32]int32 + NonnullInt64 map[int32]int64 + NonnullString map[int32]string + NonnullUInt32 map[int32]uint32 + NonnullUInt64 map[int32]uint64 + NullableBool map[int32]*bool + NullableBytes map[int32]*[]byte + NullableDouble map[int32]*float64 + NullableDuration map[int32]*time.Duration + NullableFloat map[int32]*float32 + NullableInt32 map[int32]*int32 + NullableInt64 map[int32]*int64 + NullableString map[int32]*string + NullableTimestamp map[int32]*time.Time + NullableUInt32 map[int32]*uint32 + NullableUInt64 map[int32]*uint64 + Timestamp map[int32]time.Time + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedMapStdTypes(r randyStdtypes, easy bool) *MapStdTypes + func (*MapStdTypes) Descriptor() ([]byte, []int) + func (*MapStdTypes) ProtoMessage() + func (m *MapStdTypes) GetDuration() map[int32]time.Duration + func (m *MapStdTypes) GetNonnullBool() map[int32]bool + func (m *MapStdTypes) GetNonnullBytes() map[int32][]byte + func (m *MapStdTypes) GetNonnullDouble() map[int32]float64 + func (m *MapStdTypes) GetNonnullFloat() map[int32]float32 + func (m *MapStdTypes) GetNonnullInt32() map[int32]int32 + func (m *MapStdTypes) GetNonnullInt64() map[int32]int64 + func (m *MapStdTypes) GetNonnullString() map[int32]string + func (m *MapStdTypes) GetNonnullUInt32() map[int32]uint32 + func (m *MapStdTypes) GetNonnullUInt64() map[int32]uint64 + func (m *MapStdTypes) GetNullableBool() map[int32]*bool + func (m *MapStdTypes) GetNullableBytes() map[int32]*[]byte + func (m *MapStdTypes) GetNullableDouble() map[int32]*float64 + func (m *MapStdTypes) GetNullableDuration() map[int32]*time.Duration + func (m *MapStdTypes) GetNullableFloat() map[int32]*float32 + func (m *MapStdTypes) GetNullableInt32() map[int32]*int32 + func (m *MapStdTypes) GetNullableInt64() map[int32]*int64 + func (m *MapStdTypes) GetNullableString() map[int32]*string + func (m *MapStdTypes) GetNullableTimestamp() map[int32]*time.Time + func (m *MapStdTypes) GetNullableUInt32() map[int32]*uint32 + func (m *MapStdTypes) GetNullableUInt64() map[int32]*uint64 + func (m *MapStdTypes) GetTimestamp() map[int32]time.Time + func (m *MapStdTypes) Reset() + func (m *MapStdTypes) Size() (n int) + func (m *MapStdTypes) String() string + func (m *MapStdTypes) XXX_DiscardUnknown() + func (m *MapStdTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MapStdTypes) XXX_Merge(src proto.Message) + func (m *MapStdTypes) XXX_Size() int + func (m *MapStdTypes) XXX_Unmarshal(b []byte) error + func (this *MapStdTypes) Equal(that interface{}) bool + func (this *MapStdTypes) GoString() string + func (this *MapStdTypes) VerboseEqual(that interface{}) error + type OneofStdTypes struct + OneOfStdTimes isOneofStdTypes_OneOfStdTimes + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedOneofStdTypes(r randyStdtypes, easy bool) *OneofStdTypes + func (*OneofStdTypes) Descriptor() ([]byte, []int) + func (*OneofStdTypes) ProtoMessage() + func (*OneofStdTypes) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *OneofStdTypes) GetDuration() *time.Duration + func (m *OneofStdTypes) GetOneOfStdTimes() isOneofStdTypes_OneOfStdTimes + func (m *OneofStdTypes) GetRepBool() *bool + func (m *OneofStdTypes) GetRepBytes() *[]byte + func (m *OneofStdTypes) GetRepDouble() *float64 + func (m *OneofStdTypes) GetRepFloat() *float32 + func (m *OneofStdTypes) GetRepInt32() *int32 + func (m *OneofStdTypes) GetRepInt64() *int64 + func (m *OneofStdTypes) GetRepString() *string + func (m *OneofStdTypes) GetRepUInt32() *uint32 + func (m *OneofStdTypes) GetRepUInt64() *uint64 + func (m *OneofStdTypes) GetTimestamp() *time.Time + func (m *OneofStdTypes) Reset() + func (m *OneofStdTypes) Size() (n int) + func (m *OneofStdTypes) String() string + func (m *OneofStdTypes) XXX_DiscardUnknown() + func (m *OneofStdTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OneofStdTypes) XXX_Merge(src proto.Message) + func (m *OneofStdTypes) XXX_Size() int + func (m *OneofStdTypes) XXX_Unmarshal(b []byte) error + func (this *OneofStdTypes) Equal(that interface{}) bool + func (this *OneofStdTypes) GoString() string + func (this *OneofStdTypes) VerboseEqual(that interface{}) error + type OneofStdTypes_Duration struct + Duration *time.Duration + func NewPopulatedOneofStdTypes_Duration(r randyStdtypes, easy bool) *OneofStdTypes_Duration + func (m *OneofStdTypes_Duration) Size() (n int) + func (this *OneofStdTypes_Duration) Equal(that interface{}) bool + func (this *OneofStdTypes_Duration) GoString() string + func (this *OneofStdTypes_Duration) VerboseEqual(that interface{}) error + type OneofStdTypes_RepBool struct + RepBool *bool + func NewPopulatedOneofStdTypes_RepBool(r randyStdtypes, easy bool) *OneofStdTypes_RepBool + func (m *OneofStdTypes_RepBool) Size() (n int) + func (this *OneofStdTypes_RepBool) Equal(that interface{}) bool + func (this *OneofStdTypes_RepBool) GoString() string + func (this *OneofStdTypes_RepBool) VerboseEqual(that interface{}) error + type OneofStdTypes_RepBytes struct + RepBytes *[]byte + func NewPopulatedOneofStdTypes_RepBytes(r randyStdtypes, easy bool) *OneofStdTypes_RepBytes + func (m *OneofStdTypes_RepBytes) Size() (n int) + func (this *OneofStdTypes_RepBytes) Equal(that interface{}) bool + func (this *OneofStdTypes_RepBytes) GoString() string + func (this *OneofStdTypes_RepBytes) VerboseEqual(that interface{}) error + type OneofStdTypes_RepDouble struct + RepDouble *float64 + func NewPopulatedOneofStdTypes_RepDouble(r randyStdtypes, easy bool) *OneofStdTypes_RepDouble + func (m *OneofStdTypes_RepDouble) Size() (n int) + func (this *OneofStdTypes_RepDouble) Equal(that interface{}) bool + func (this *OneofStdTypes_RepDouble) GoString() string + func (this *OneofStdTypes_RepDouble) VerboseEqual(that interface{}) error + type OneofStdTypes_RepFloat struct + RepFloat *float32 + func NewPopulatedOneofStdTypes_RepFloat(r randyStdtypes, easy bool) *OneofStdTypes_RepFloat + func (m *OneofStdTypes_RepFloat) Size() (n int) + func (this *OneofStdTypes_RepFloat) Equal(that interface{}) bool + func (this *OneofStdTypes_RepFloat) GoString() string + func (this *OneofStdTypes_RepFloat) VerboseEqual(that interface{}) error + type OneofStdTypes_RepInt32 struct + RepInt32 *int32 + func NewPopulatedOneofStdTypes_RepInt32(r randyStdtypes, easy bool) *OneofStdTypes_RepInt32 + func (m *OneofStdTypes_RepInt32) Size() (n int) + func (this *OneofStdTypes_RepInt32) Equal(that interface{}) bool + func (this *OneofStdTypes_RepInt32) GoString() string + func (this *OneofStdTypes_RepInt32) VerboseEqual(that interface{}) error + type OneofStdTypes_RepInt64 struct + RepInt64 *int64 + func NewPopulatedOneofStdTypes_RepInt64(r randyStdtypes, easy bool) *OneofStdTypes_RepInt64 + func (m *OneofStdTypes_RepInt64) Size() (n int) + func (this *OneofStdTypes_RepInt64) Equal(that interface{}) bool + func (this *OneofStdTypes_RepInt64) GoString() string + func (this *OneofStdTypes_RepInt64) VerboseEqual(that interface{}) error + type OneofStdTypes_RepString struct + RepString *string + func NewPopulatedOneofStdTypes_RepString(r randyStdtypes, easy bool) *OneofStdTypes_RepString + func (m *OneofStdTypes_RepString) Size() (n int) + func (this *OneofStdTypes_RepString) Equal(that interface{}) bool + func (this *OneofStdTypes_RepString) GoString() string + func (this *OneofStdTypes_RepString) VerboseEqual(that interface{}) error + type OneofStdTypes_RepUInt32 struct + RepUInt32 *uint32 + func NewPopulatedOneofStdTypes_RepUInt32(r randyStdtypes, easy bool) *OneofStdTypes_RepUInt32 + func (m *OneofStdTypes_RepUInt32) Size() (n int) + func (this *OneofStdTypes_RepUInt32) Equal(that interface{}) bool + func (this *OneofStdTypes_RepUInt32) GoString() string + func (this *OneofStdTypes_RepUInt32) VerboseEqual(that interface{}) error + type OneofStdTypes_RepUInt64 struct + RepUInt64 *uint64 + func NewPopulatedOneofStdTypes_RepUInt64(r randyStdtypes, easy bool) *OneofStdTypes_RepUInt64 + func (m *OneofStdTypes_RepUInt64) Size() (n int) + func (this *OneofStdTypes_RepUInt64) Equal(that interface{}) bool + func (this *OneofStdTypes_RepUInt64) GoString() string + func (this *OneofStdTypes_RepUInt64) VerboseEqual(that interface{}) error + type OneofStdTypes_Timestamp struct + Timestamp *time.Time + func NewPopulatedOneofStdTypes_Timestamp(r randyStdtypes, easy bool) *OneofStdTypes_Timestamp + func (m *OneofStdTypes_Timestamp) Size() (n int) + func (this *OneofStdTypes_Timestamp) Equal(that interface{}) bool + func (this *OneofStdTypes_Timestamp) GoString() string + func (this *OneofStdTypes_Timestamp) VerboseEqual(that interface{}) error + type RepStdTypes struct + Durations []time.Duration + NonnullBool []bool + NonnullBytes [][]byte + NonnullDouble []float64 + NonnullFloat []float32 + NonnullInt32 []int32 + NonnullInt64 []int64 + NonnullString []string + NonnullUInt32 []uint32 + NonnullUInt64 []uint64 + NullableBool []*bool + NullableBytes []*[]byte + NullableDouble []*float64 + NullableDurations []*time.Duration + NullableFloat []*float32 + NullableInt32 []*int32 + NullableInt64 []*int64 + NullableString []*string + NullableTimestamps []*time.Time + NullableUInt32 []*uint32 + NullableUInt64 []*uint64 + Timestamps []time.Time + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedRepStdTypes(r randyStdtypes, easy bool) *RepStdTypes + func (*RepStdTypes) Descriptor() ([]byte, []int) + func (*RepStdTypes) ProtoMessage() + func (m *RepStdTypes) GetDurations() []time.Duration + func (m *RepStdTypes) GetNonnullBool() []bool + func (m *RepStdTypes) GetNonnullBytes() [][]byte + func (m *RepStdTypes) GetNonnullDouble() []float64 + func (m *RepStdTypes) GetNonnullFloat() []float32 + func (m *RepStdTypes) GetNonnullInt32() []int32 + func (m *RepStdTypes) GetNonnullInt64() []int64 + func (m *RepStdTypes) GetNonnullString() []string + func (m *RepStdTypes) GetNonnullUInt32() []uint32 + func (m *RepStdTypes) GetNonnullUInt64() []uint64 + func (m *RepStdTypes) GetNullableBool() []*bool + func (m *RepStdTypes) GetNullableBytes() []*[]byte + func (m *RepStdTypes) GetNullableDouble() []*float64 + func (m *RepStdTypes) GetNullableDurations() []*time.Duration + func (m *RepStdTypes) GetNullableFloat() []*float32 + func (m *RepStdTypes) GetNullableInt32() []*int32 + func (m *RepStdTypes) GetNullableInt64() []*int64 + func (m *RepStdTypes) GetNullableString() []*string + func (m *RepStdTypes) GetNullableTimestamps() []*time.Time + func (m *RepStdTypes) GetNullableUInt32() []*uint32 + func (m *RepStdTypes) GetNullableUInt64() []*uint64 + func (m *RepStdTypes) GetTimestamps() []time.Time + func (m *RepStdTypes) Reset() + func (m *RepStdTypes) Size() (n int) + func (m *RepStdTypes) String() string + func (m *RepStdTypes) XXX_DiscardUnknown() + func (m *RepStdTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RepStdTypes) XXX_Merge(src proto.Message) + func (m *RepStdTypes) XXX_Size() int + func (m *RepStdTypes) XXX_Unmarshal(b []byte) error + func (this *RepStdTypes) Equal(that interface{}) bool + func (this *RepStdTypes) GoString() string + func (this *RepStdTypes) VerboseEqual(that interface{}) error + type StdTypes struct + Duration time.Duration + NonnullBool bool + NonnullBytes []byte + NonnullDouble float64 + NonnullFloat float32 + NonnullInt32 int32 + NonnullInt64 int64 + NonnullString string + NonnullUInt32 uint32 + NonnullUInt64 uint64 + NullableBool *bool + NullableBytes *[]byte + NullableDouble *float64 + NullableDuration *time.Duration + NullableFloat *float32 + NullableInt32 *int32 + NullableInt64 *int64 + NullableString *string + NullableTimestamp *time.Time + NullableUInt32 *uint32 + NullableUInt64 *uint64 + Timestamp time.Time + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedStdTypes(r randyStdtypes, easy bool) *StdTypes + func (*StdTypes) Descriptor() ([]byte, []int) + func (*StdTypes) ProtoMessage() + func (m *StdTypes) GetDuration() time.Duration + func (m *StdTypes) GetNonnullBool() bool + func (m *StdTypes) GetNonnullBytes() []byte + func (m *StdTypes) GetNonnullDouble() float64 + func (m *StdTypes) GetNonnullFloat() float32 + func (m *StdTypes) GetNonnullInt32() int32 + func (m *StdTypes) GetNonnullInt64() int64 + func (m *StdTypes) GetNonnullString() string + func (m *StdTypes) GetNonnullUInt32() uint32 + func (m *StdTypes) GetNonnullUInt64() uint64 + func (m *StdTypes) GetNullableBool() *bool + func (m *StdTypes) GetNullableBytes() *[]byte + func (m *StdTypes) GetNullableDouble() *float64 + func (m *StdTypes) GetNullableDuration() *time.Duration + func (m *StdTypes) GetNullableFloat() *float32 + func (m *StdTypes) GetNullableInt32() *int32 + func (m *StdTypes) GetNullableInt64() *int64 + func (m *StdTypes) GetNullableString() *string + func (m *StdTypes) GetNullableTimestamp() *time.Time + func (m *StdTypes) GetNullableUInt32() *uint32 + func (m *StdTypes) GetNullableUInt64() *uint64 + func (m *StdTypes) GetTimestamp() time.Time + func (m *StdTypes) Reset() + func (m *StdTypes) Size() (n int) + func (m *StdTypes) String() string + func (m *StdTypes) XXX_DiscardUnknown() + func (m *StdTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StdTypes) XXX_Merge(src proto.Message) + func (m *StdTypes) XXX_Size() int + func (m *StdTypes) XXX_Unmarshal(b []byte) error + func (this *StdTypes) Equal(that interface{}) bool + func (this *StdTypes) GoString() string + func (this *StdTypes) VerboseEqual(that interface{}) error