var ( ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group") )
type KnownTypes struct { Dur *types.Duration `protobuf:"bytes,1,opt,name=dur,proto3" json:"dur,omitempty"` Ts *types.Timestamp `protobuf:"bytes,2,opt,name=ts,proto3" json:"ts,omitempty"` Dbl *types.DoubleValue `protobuf:"bytes,3,opt,name=dbl,proto3" json:"dbl,omitempty"` Flt *types.FloatValue `protobuf:"bytes,4,opt,name=flt,proto3" json:"flt,omitempty"` I64 *types.Int64Value `protobuf:"bytes,5,opt,name=i64,proto3" json:"i64,omitempty"` U64 *types.UInt64Value `protobuf:"bytes,6,opt,name=u64,proto3" json:"u64,omitempty"` I32 *types.Int32Value `protobuf:"bytes,7,opt,name=i32,proto3" json:"i32,omitempty"` U32 *types.UInt32Value `protobuf:"bytes,8,opt,name=u32,proto3" json:"u32,omitempty"` Bool *types.BoolValue `protobuf:"bytes,9,opt,name=bool,proto3" json:"bool,omitempty"` Str *types.StringValue `protobuf:"bytes,10,opt,name=str,proto3" json:"str,omitempty"` Bytes *types.BytesValue `protobuf:"bytes,11,opt,name=bytes,proto3" json:"bytes,omitempty"` // TODO uncomment this once https://github.com/gogo/protobuf/issues/197 is fixed St *types.Struct `protobuf:"bytes,12,opt,name=st,proto3" json:"st,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedKnownTypes(r randyTypes, easy bool) *KnownTypes
func (this *KnownTypes) Compare(that interface{}) int
func (*KnownTypes) Descriptor() ([]byte, []int)
func (this *KnownTypes) Equal(that interface{}) bool
func (m *KnownTypes) GetBool() *types.BoolValue
func (m *KnownTypes) GetBytes() *types.BytesValue
func (m *KnownTypes) GetDbl() *types.DoubleValue
func (m *KnownTypes) GetDur() *types.Duration
func (m *KnownTypes) GetFlt() *types.FloatValue
func (m *KnownTypes) GetI32() *types.Int32Value
func (m *KnownTypes) GetI64() *types.Int64Value
func (m *KnownTypes) GetSt() *types.Struct
func (m *KnownTypes) GetStr() *types.StringValue
func (m *KnownTypes) GetTs() *types.Timestamp
func (m *KnownTypes) GetU32() *types.UInt32Value
func (m *KnownTypes) GetU64() *types.UInt64Value
func (m *KnownTypes) Marshal() (dAtA []byte, err error)
func (m *KnownTypes) MarshalTo(dAtA []byte) (int, error)
func (m *KnownTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*KnownTypes) ProtoMessage()
func (m *KnownTypes) Reset()
func (m *KnownTypes) Size() (n int)
func (m *KnownTypes) String() string
func (m *KnownTypes) Unmarshal(dAtA []byte) error
func (this *KnownTypes) VerboseEqual(that interface{}) error
func (m *KnownTypes) XXX_DiscardUnknown()
func (m *KnownTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *KnownTypes) XXX_Merge(src proto.Message)
func (m *KnownTypes) XXX_Size() int
func (m *KnownTypes) XXX_Unmarshal(b []byte) error
type MapProtoTypes struct { NullableTimestamp map[int32]*types.Timestamp `protobuf:"bytes,1,rep,name=nullableTimestamp,proto3" json:"nullableTimestamp,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` Timestamp map[int32]types.Timestamp `protobuf:"bytes,2,rep,name=timestamp,proto3" json:"timestamp" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableDuration map[int32]*types.Duration `protobuf:"bytes,3,rep,name=nullableDuration,proto3" json:"nullableDuration,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` Duration map[int32]types.Duration `protobuf:"bytes,4,rep,name=duration,proto3" json:"duration" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableDouble map[int32]*types.DoubleValue `protobuf:"bytes,5,rep,name=nullableDouble,proto3" json:"nullableDouble,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullDouble map[int32]types.DoubleValue `protobuf:"bytes,6,rep,name=nonnullDouble,proto3" json:"nonnullDouble" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableFloat map[int32]*types.FloatValue `protobuf:"bytes,7,rep,name=nullableFloat,proto3" json:"nullableFloat,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullFloat map[int32]types.FloatValue `protobuf:"bytes,8,rep,name=nonnullFloat,proto3" json:"nonnullFloat" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableInt64 map[int32]*types.Int64Value `protobuf:"bytes,9,rep,name=nullableInt64,proto3" json:"nullableInt64,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullInt64 map[int32]types.Int64Value `protobuf:"bytes,10,rep,name=nonnullInt64,proto3" json:"nonnullInt64" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableUInt64 map[int32]*types.UInt64Value `protobuf:"bytes,11,rep,name=nullableUInt64,proto3" json:"nullableUInt64,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullUInt64 map[int32]types.UInt64Value `protobuf:"bytes,12,rep,name=nonnullUInt64,proto3" json:"nonnullUInt64" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableInt32 map[int32]*types.Int32Value `protobuf:"bytes,13,rep,name=nullableInt32,proto3" json:"nullableInt32,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullInt32 map[int32]types.Int32Value `protobuf:"bytes,14,rep,name=nonnullInt32,proto3" json:"nonnullInt32" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableUInt32 map[int32]*types.UInt32Value `protobuf:"bytes,15,rep,name=nullableUInt32,proto3" json:"nullableUInt32,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullUInt32 map[int32]types.UInt32Value `protobuf:"bytes,16,rep,name=nonnullUInt32,proto3" json:"nonnullUInt32" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableBool map[int32]*types.BoolValue `protobuf:"bytes,17,rep,name=nullableBool,proto3" json:"nullableBool,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullBool map[int32]types.BoolValue `protobuf:"bytes,18,rep,name=nonnullBool,proto3" json:"nonnullBool" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableString map[int32]*types.StringValue `protobuf:"bytes,19,rep,name=nullableString,proto3" json:"nullableString,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullString map[int32]types.StringValue `protobuf:"bytes,20,rep,name=nonnullString,proto3" json:"nonnullString" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableBytes map[int32]*types.BytesValue `protobuf:"bytes,21,rep,name=nullableBytes,proto3" json:"nullableBytes,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullBytes map[int32]types.BytesValue `protobuf:"bytes,22,rep,name=nonnullBytes,proto3" json:"nonnullBytes" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedMapProtoTypes(r randyTypes, easy bool) *MapProtoTypes
func (*MapProtoTypes) Descriptor() ([]byte, []int)
func (this *MapProtoTypes) Equal(that interface{}) bool
func (m *MapProtoTypes) GetDuration() map[int32]types.Duration
func (m *MapProtoTypes) GetNonnullBool() map[int32]types.BoolValue
func (m *MapProtoTypes) GetNonnullBytes() map[int32]types.BytesValue
func (m *MapProtoTypes) GetNonnullDouble() map[int32]types.DoubleValue
func (m *MapProtoTypes) GetNonnullFloat() map[int32]types.FloatValue
func (m *MapProtoTypes) GetNonnullInt32() map[int32]types.Int32Value
func (m *MapProtoTypes) GetNonnullInt64() map[int32]types.Int64Value
func (m *MapProtoTypes) GetNonnullString() map[int32]types.StringValue
func (m *MapProtoTypes) GetNonnullUInt32() map[int32]types.UInt32Value
func (m *MapProtoTypes) GetNonnullUInt64() map[int32]types.UInt64Value
func (m *MapProtoTypes) GetNullableBool() map[int32]*types.BoolValue
func (m *MapProtoTypes) GetNullableBytes() map[int32]*types.BytesValue
func (m *MapProtoTypes) GetNullableDouble() map[int32]*types.DoubleValue
func (m *MapProtoTypes) GetNullableDuration() map[int32]*types.Duration
func (m *MapProtoTypes) GetNullableFloat() map[int32]*types.FloatValue
func (m *MapProtoTypes) GetNullableInt32() map[int32]*types.Int32Value
func (m *MapProtoTypes) GetNullableInt64() map[int32]*types.Int64Value
func (m *MapProtoTypes) GetNullableString() map[int32]*types.StringValue
func (m *MapProtoTypes) GetNullableTimestamp() map[int32]*types.Timestamp
func (m *MapProtoTypes) GetNullableUInt32() map[int32]*types.UInt32Value
func (m *MapProtoTypes) GetNullableUInt64() map[int32]*types.UInt64Value
func (m *MapProtoTypes) GetTimestamp() map[int32]types.Timestamp
func (m *MapProtoTypes) Marshal() (dAtA []byte, err error)
func (m *MapProtoTypes) MarshalTo(dAtA []byte) (int, error)
func (m *MapProtoTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MapProtoTypes) ProtoMessage()
func (m *MapProtoTypes) Reset()
func (m *MapProtoTypes) Size() (n int)
func (m *MapProtoTypes) String() string
func (m *MapProtoTypes) Unmarshal(dAtA []byte) error
func (this *MapProtoTypes) VerboseEqual(that interface{}) error
func (m *MapProtoTypes) XXX_DiscardUnknown()
func (m *MapProtoTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *MapProtoTypes) XXX_Merge(src proto.Message)
func (m *MapProtoTypes) XXX_Size() int
func (m *MapProtoTypes) XXX_Unmarshal(b []byte) error
type MapStdTypes struct { NullableTimestamp map[int32]*time.Time `protobuf:"bytes,1,rep,name=nullableTimestamp,proto3,stdtime" json:"nullableTimestamp,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` Timestamp map[int32]time.Time `protobuf:"bytes,2,rep,name=timestamp,proto3,stdtime" json:"timestamp" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableDuration map[int32]*time.Duration `protobuf:"bytes,3,rep,name=nullableDuration,proto3,stdduration" json:"nullableDuration,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` Duration map[int32]time.Duration `protobuf:"bytes,4,rep,name=duration,proto3,stdduration" json:"duration" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableDouble map[int32]*float64 `protobuf:"bytes,5,rep,name=nullableDouble,proto3,wktptr" json:"nullableDouble,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullDouble map[int32]float64 `protobuf:"bytes,6,rep,name=nonnullDouble,proto3,wktptr" json:"nonnullDouble" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableFloat map[int32]*float32 `protobuf:"bytes,7,rep,name=nullableFloat,proto3,wktptr" json:"nullableFloat,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullFloat map[int32]float32 `protobuf:"bytes,8,rep,name=nonnullFloat,proto3,wktptr" json:"nonnullFloat" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableInt64 map[int32]*int64 `protobuf:"bytes,9,rep,name=nullableInt64,proto3,wktptr" json:"nullableInt64,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullInt64 map[int32]int64 `protobuf:"bytes,10,rep,name=nonnullInt64,proto3,wktptr" json:"nonnullInt64" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableUInt64 map[int32]*uint64 `protobuf:"bytes,11,rep,name=nullableUInt64,proto3,wktptr" json:"nullableUInt64,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullUInt64 map[int32]uint64 `protobuf:"bytes,12,rep,name=nonnullUInt64,proto3,wktptr" json:"nonnullUInt64" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableInt32 map[int32]*int32 `protobuf:"bytes,13,rep,name=nullableInt32,proto3,wktptr" json:"nullableInt32,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullInt32 map[int32]int32 `protobuf:"bytes,14,rep,name=nonnullInt32,proto3,wktptr" json:"nonnullInt32" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableUInt32 map[int32]*uint32 `protobuf:"bytes,15,rep,name=nullableUInt32,proto3,wktptr" json:"nullableUInt32,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullUInt32 map[int32]uint32 `protobuf:"bytes,16,rep,name=nonnullUInt32,proto3,wktptr" json:"nonnullUInt32" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableBool map[int32]*bool `protobuf:"bytes,17,rep,name=nullableBool,proto3,wktptr" json:"nullableBool,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullBool map[int32]bool `protobuf:"bytes,18,rep,name=nonnullBool,proto3,wktptr" json:"nonnullBool" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableString map[int32]*string `protobuf:"bytes,19,rep,name=nullableString,proto3,wktptr" json:"nullableString,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullString map[int32]string `protobuf:"bytes,20,rep,name=nonnullString,proto3,wktptr" json:"nonnullString" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NullableBytes map[int32]*[]byte `protobuf:"bytes,21,rep,name=nullableBytes,proto3,wktptr" json:"nullableBytes,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonnullBytes map[int32][]byte `protobuf:"bytes,22,rep,name=nonnullBytes,proto3,wktptr" json:"nonnullBytes" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedMapStdTypes(r randyTypes, easy bool) *MapStdTypes
func (*MapStdTypes) Descriptor() ([]byte, []int)
func (this *MapStdTypes) Equal(that interface{}) bool
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) Marshal() (dAtA []byte, err error)
func (m *MapStdTypes) MarshalTo(dAtA []byte) (int, error)
func (m *MapStdTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MapStdTypes) ProtoMessage()
func (m *MapStdTypes) Reset()
func (m *MapStdTypes) Size() (n int)
func (m *MapStdTypes) String() string
func (m *MapStdTypes) Unmarshal(dAtA []byte) error
func (this *MapStdTypes) VerboseEqual(that interface{}) error
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
type OneofProtoTypes struct { // Types that are valid to be assigned to OneOfProtoTimes: // *OneofProtoTypes_Timestamp // *OneofProtoTypes_Duration // *OneofProtoTypes_RepDouble // *OneofProtoTypes_RepFloat // *OneofProtoTypes_RepInt64 // *OneofProtoTypes_RepUInt64 // *OneofProtoTypes_RepInt32 // *OneofProtoTypes_RepUInt32 // *OneofProtoTypes_RepBool // *OneofProtoTypes_RepString // *OneofProtoTypes_RepBytes OneOfProtoTimes isOneofProtoTypes_OneOfProtoTimes `protobuf_oneof:"OneOfProtoTimes"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedOneofProtoTypes(r randyTypes, easy bool) *OneofProtoTypes
func (*OneofProtoTypes) Descriptor() ([]byte, []int)
func (this *OneofProtoTypes) Equal(that interface{}) bool
func (m *OneofProtoTypes) GetDuration() *types.Duration
func (m *OneofProtoTypes) GetOneOfProtoTimes() isOneofProtoTypes_OneOfProtoTimes
func (m *OneofProtoTypes) GetRepBool() *types.BoolValue
func (m *OneofProtoTypes) GetRepBytes() *types.BytesValue
func (m *OneofProtoTypes) GetRepDouble() *types.DoubleValue
func (m *OneofProtoTypes) GetRepFloat() *types.FloatValue
func (m *OneofProtoTypes) GetRepInt32() *types.Int32Value
func (m *OneofProtoTypes) GetRepInt64() *types.Int64Value
func (m *OneofProtoTypes) GetRepString() *types.StringValue
func (m *OneofProtoTypes) GetRepUInt32() *types.UInt32Value
func (m *OneofProtoTypes) GetRepUInt64() *types.UInt64Value
func (m *OneofProtoTypes) GetTimestamp() *types.Timestamp
func (m *OneofProtoTypes) Marshal() (dAtA []byte, err error)
func (m *OneofProtoTypes) MarshalTo(dAtA []byte) (int, error)
func (m *OneofProtoTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OneofProtoTypes) ProtoMessage()
func (m *OneofProtoTypes) Reset()
func (m *OneofProtoTypes) Size() (n int)
func (m *OneofProtoTypes) String() string
func (m *OneofProtoTypes) Unmarshal(dAtA []byte) error
func (this *OneofProtoTypes) VerboseEqual(that interface{}) error
func (m *OneofProtoTypes) XXX_DiscardUnknown()
func (m *OneofProtoTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *OneofProtoTypes) XXX_Merge(src proto.Message)
func (*OneofProtoTypes) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (m *OneofProtoTypes) XXX_Size() int
func (m *OneofProtoTypes) XXX_Unmarshal(b []byte) error
type OneofProtoTypes_Duration struct { Duration *types.Duration `protobuf:"bytes,2,opt,name=duration,proto3,oneof" json:"duration,omitempty"` }
func NewPopulatedOneofProtoTypes_Duration(r randyTypes, easy bool) *OneofProtoTypes_Duration
func (this *OneofProtoTypes_Duration) Equal(that interface{}) bool
func (m *OneofProtoTypes_Duration) MarshalTo(dAtA []byte) (int, error)
func (m *OneofProtoTypes_Duration) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofProtoTypes_Duration) Size() (n int)
func (this *OneofProtoTypes_Duration) VerboseEqual(that interface{}) error
type OneofProtoTypes_RepBool struct { RepBool *types.BoolValue `protobuf:"bytes,9,opt,name=repBool,proto3,oneof" json:"repBool,omitempty"` }
func NewPopulatedOneofProtoTypes_RepBool(r randyTypes, easy bool) *OneofProtoTypes_RepBool
func (this *OneofProtoTypes_RepBool) Equal(that interface{}) bool
func (m *OneofProtoTypes_RepBool) MarshalTo(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepBool) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepBool) Size() (n int)
func (this *OneofProtoTypes_RepBool) VerboseEqual(that interface{}) error
type OneofProtoTypes_RepBytes struct { RepBytes *types.BytesValue `protobuf:"bytes,11,opt,name=repBytes,proto3,oneof" json:"repBytes,omitempty"` }
func NewPopulatedOneofProtoTypes_RepBytes(r randyTypes, easy bool) *OneofProtoTypes_RepBytes
func (this *OneofProtoTypes_RepBytes) Equal(that interface{}) bool
func (m *OneofProtoTypes_RepBytes) MarshalTo(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepBytes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepBytes) Size() (n int)
func (this *OneofProtoTypes_RepBytes) VerboseEqual(that interface{}) error
type OneofProtoTypes_RepDouble struct { RepDouble *types.DoubleValue `protobuf:"bytes,3,opt,name=repDouble,proto3,oneof" json:"repDouble,omitempty"` }
func NewPopulatedOneofProtoTypes_RepDouble(r randyTypes, easy bool) *OneofProtoTypes_RepDouble
func (this *OneofProtoTypes_RepDouble) Equal(that interface{}) bool
func (m *OneofProtoTypes_RepDouble) MarshalTo(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepDouble) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepDouble) Size() (n int)
func (this *OneofProtoTypes_RepDouble) VerboseEqual(that interface{}) error
type OneofProtoTypes_RepFloat struct { RepFloat *types.FloatValue `protobuf:"bytes,4,opt,name=repFloat,proto3,oneof" json:"repFloat,omitempty"` }
func NewPopulatedOneofProtoTypes_RepFloat(r randyTypes, easy bool) *OneofProtoTypes_RepFloat
func (this *OneofProtoTypes_RepFloat) Equal(that interface{}) bool
func (m *OneofProtoTypes_RepFloat) MarshalTo(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepFloat) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepFloat) Size() (n int)
func (this *OneofProtoTypes_RepFloat) VerboseEqual(that interface{}) error
type OneofProtoTypes_RepInt32 struct { RepInt32 *types.Int32Value `protobuf:"bytes,7,opt,name=repInt32,proto3,oneof" json:"repInt32,omitempty"` }
func NewPopulatedOneofProtoTypes_RepInt32(r randyTypes, easy bool) *OneofProtoTypes_RepInt32
func (this *OneofProtoTypes_RepInt32) Equal(that interface{}) bool
func (m *OneofProtoTypes_RepInt32) MarshalTo(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepInt32) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepInt32) Size() (n int)
func (this *OneofProtoTypes_RepInt32) VerboseEqual(that interface{}) error
type OneofProtoTypes_RepInt64 struct { RepInt64 *types.Int64Value `protobuf:"bytes,5,opt,name=repInt64,proto3,oneof" json:"repInt64,omitempty"` }
func NewPopulatedOneofProtoTypes_RepInt64(r randyTypes, easy bool) *OneofProtoTypes_RepInt64
func (this *OneofProtoTypes_RepInt64) Equal(that interface{}) bool
func (m *OneofProtoTypes_RepInt64) MarshalTo(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepInt64) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepInt64) Size() (n int)
func (this *OneofProtoTypes_RepInt64) VerboseEqual(that interface{}) error
type OneofProtoTypes_RepString struct { RepString *types.StringValue `protobuf:"bytes,10,opt,name=repString,proto3,oneof" json:"repString,omitempty"` }
func NewPopulatedOneofProtoTypes_RepString(r randyTypes, easy bool) *OneofProtoTypes_RepString
func (this *OneofProtoTypes_RepString) Equal(that interface{}) bool
func (m *OneofProtoTypes_RepString) MarshalTo(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepString) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepString) Size() (n int)
func (this *OneofProtoTypes_RepString) VerboseEqual(that interface{}) error
type OneofProtoTypes_RepUInt32 struct { RepUInt32 *types.UInt32Value `protobuf:"bytes,8,opt,name=repUInt32,proto3,oneof" json:"repUInt32,omitempty"` }
func NewPopulatedOneofProtoTypes_RepUInt32(r randyTypes, easy bool) *OneofProtoTypes_RepUInt32
func (this *OneofProtoTypes_RepUInt32) Equal(that interface{}) bool
func (m *OneofProtoTypes_RepUInt32) MarshalTo(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepUInt32) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepUInt32) Size() (n int)
func (this *OneofProtoTypes_RepUInt32) VerboseEqual(that interface{}) error
type OneofProtoTypes_RepUInt64 struct { RepUInt64 *types.UInt64Value `protobuf:"bytes,6,opt,name=repUInt64,proto3,oneof" json:"repUInt64,omitempty"` }
func NewPopulatedOneofProtoTypes_RepUInt64(r randyTypes, easy bool) *OneofProtoTypes_RepUInt64
func (this *OneofProtoTypes_RepUInt64) Equal(that interface{}) bool
func (m *OneofProtoTypes_RepUInt64) MarshalTo(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepUInt64) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofProtoTypes_RepUInt64) Size() (n int)
func (this *OneofProtoTypes_RepUInt64) VerboseEqual(that interface{}) error
type OneofProtoTypes_Timestamp struct { Timestamp *types.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3,oneof" json:"timestamp,omitempty"` }
func NewPopulatedOneofProtoTypes_Timestamp(r randyTypes, easy bool) *OneofProtoTypes_Timestamp
func (this *OneofProtoTypes_Timestamp) Equal(that interface{}) bool
func (m *OneofProtoTypes_Timestamp) MarshalTo(dAtA []byte) (int, error)
func (m *OneofProtoTypes_Timestamp) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofProtoTypes_Timestamp) Size() (n int)
func (this *OneofProtoTypes_Timestamp) VerboseEqual(that interface{}) error
type OneofStdTypes struct { // Types that are valid to be assigned to OneOfStdTimes: // *OneofStdTypes_Timestamp // *OneofStdTypes_Duration // *OneofStdTypes_RepDouble // *OneofStdTypes_RepFloat // *OneofStdTypes_RepInt64 // *OneofStdTypes_RepUInt64 // *OneofStdTypes_RepInt32 // *OneofStdTypes_RepUInt32 // *OneofStdTypes_RepBool // *OneofStdTypes_RepString // *OneofStdTypes_RepBytes OneOfStdTimes isOneofStdTypes_OneOfStdTimes `protobuf_oneof:"OneOfStdTimes"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedOneofStdTypes(r randyTypes, easy bool) *OneofStdTypes
func (*OneofStdTypes) Descriptor() ([]byte, []int)
func (this *OneofStdTypes) Equal(that interface{}) bool
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) Marshal() (dAtA []byte, err error)
func (m *OneofStdTypes) MarshalTo(dAtA []byte) (int, error)
func (m *OneofStdTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OneofStdTypes) ProtoMessage()
func (m *OneofStdTypes) Reset()
func (m *OneofStdTypes) Size() (n int)
func (m *OneofStdTypes) String() string
func (m *OneofStdTypes) Unmarshal(dAtA []byte) error
func (this *OneofStdTypes) VerboseEqual(that interface{}) error
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 (*OneofStdTypes) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (m *OneofStdTypes) XXX_Size() int
func (m *OneofStdTypes) XXX_Unmarshal(b []byte) error
type OneofStdTypes_Duration struct { Duration *time.Duration `protobuf:"bytes,2,opt,name=duration,proto3,oneof,stdduration" json:"duration,omitempty"` }
func NewPopulatedOneofStdTypes_Duration(r randyTypes, easy bool) *OneofStdTypes_Duration
func (this *OneofStdTypes_Duration) Equal(that interface{}) bool
func (m *OneofStdTypes_Duration) MarshalTo(dAtA []byte) (int, error)
func (m *OneofStdTypes_Duration) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofStdTypes_Duration) Size() (n int)
func (this *OneofStdTypes_Duration) VerboseEqual(that interface{}) error
type OneofStdTypes_RepBool struct { RepBool *bool `protobuf:"bytes,9,opt,name=repBool,proto3,oneof,wktptr" json:"repBool,omitempty"` }
func NewPopulatedOneofStdTypes_RepBool(r randyTypes, easy bool) *OneofStdTypes_RepBool
func (this *OneofStdTypes_RepBool) Equal(that interface{}) bool
func (m *OneofStdTypes_RepBool) MarshalTo(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepBool) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepBool) Size() (n int)
func (this *OneofStdTypes_RepBool) VerboseEqual(that interface{}) error
type OneofStdTypes_RepBytes struct { RepBytes *[]byte `protobuf:"bytes,11,opt,name=repBytes,proto3,oneof,wktptr" json:"repBytes,omitempty"` }
func NewPopulatedOneofStdTypes_RepBytes(r randyTypes, easy bool) *OneofStdTypes_RepBytes
func (this *OneofStdTypes_RepBytes) Equal(that interface{}) bool
func (m *OneofStdTypes_RepBytes) MarshalTo(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepBytes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepBytes) Size() (n int)
func (this *OneofStdTypes_RepBytes) VerboseEqual(that interface{}) error
type OneofStdTypes_RepDouble struct { RepDouble *float64 `protobuf:"bytes,3,opt,name=repDouble,proto3,oneof,wktptr" json:"repDouble,omitempty"` }
func NewPopulatedOneofStdTypes_RepDouble(r randyTypes, easy bool) *OneofStdTypes_RepDouble
func (this *OneofStdTypes_RepDouble) Equal(that interface{}) bool
func (m *OneofStdTypes_RepDouble) MarshalTo(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepDouble) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepDouble) Size() (n int)
func (this *OneofStdTypes_RepDouble) VerboseEqual(that interface{}) error
type OneofStdTypes_RepFloat struct { RepFloat *float32 `protobuf:"bytes,4,opt,name=repFloat,proto3,oneof,wktptr" json:"repFloat,omitempty"` }
func NewPopulatedOneofStdTypes_RepFloat(r randyTypes, easy bool) *OneofStdTypes_RepFloat
func (this *OneofStdTypes_RepFloat) Equal(that interface{}) bool
func (m *OneofStdTypes_RepFloat) MarshalTo(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepFloat) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepFloat) Size() (n int)
func (this *OneofStdTypes_RepFloat) VerboseEqual(that interface{}) error
type OneofStdTypes_RepInt32 struct { RepInt32 *int32 `protobuf:"bytes,7,opt,name=repInt32,proto3,oneof,wktptr" json:"repInt32,omitempty"` }
func NewPopulatedOneofStdTypes_RepInt32(r randyTypes, easy bool) *OneofStdTypes_RepInt32
func (this *OneofStdTypes_RepInt32) Equal(that interface{}) bool
func (m *OneofStdTypes_RepInt32) MarshalTo(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepInt32) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepInt32) Size() (n int)
func (this *OneofStdTypes_RepInt32) VerboseEqual(that interface{}) error
type OneofStdTypes_RepInt64 struct { RepInt64 *int64 `protobuf:"bytes,5,opt,name=repInt64,proto3,oneof,wktptr" json:"repInt64,omitempty"` }
func NewPopulatedOneofStdTypes_RepInt64(r randyTypes, easy bool) *OneofStdTypes_RepInt64
func (this *OneofStdTypes_RepInt64) Equal(that interface{}) bool
func (m *OneofStdTypes_RepInt64) MarshalTo(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepInt64) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepInt64) Size() (n int)
func (this *OneofStdTypes_RepInt64) VerboseEqual(that interface{}) error
type OneofStdTypes_RepString struct { RepString *string `protobuf:"bytes,10,opt,name=repString,proto3,oneof,wktptr" json:"repString,omitempty"` }
func NewPopulatedOneofStdTypes_RepString(r randyTypes, easy bool) *OneofStdTypes_RepString
func (this *OneofStdTypes_RepString) Equal(that interface{}) bool
func (m *OneofStdTypes_RepString) MarshalTo(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepString) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepString) Size() (n int)
func (this *OneofStdTypes_RepString) VerboseEqual(that interface{}) error
type OneofStdTypes_RepUInt32 struct { RepUInt32 *uint32 `protobuf:"bytes,8,opt,name=repUInt32,proto3,oneof,wktptr" json:"repUInt32,omitempty"` }
func NewPopulatedOneofStdTypes_RepUInt32(r randyTypes, easy bool) *OneofStdTypes_RepUInt32
func (this *OneofStdTypes_RepUInt32) Equal(that interface{}) bool
func (m *OneofStdTypes_RepUInt32) MarshalTo(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepUInt32) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepUInt32) Size() (n int)
func (this *OneofStdTypes_RepUInt32) VerboseEqual(that interface{}) error
type OneofStdTypes_RepUInt64 struct { RepUInt64 *uint64 `protobuf:"bytes,6,opt,name=repUInt64,proto3,oneof,wktptr" json:"repUInt64,omitempty"` }
func NewPopulatedOneofStdTypes_RepUInt64(r randyTypes, easy bool) *OneofStdTypes_RepUInt64
func (this *OneofStdTypes_RepUInt64) Equal(that interface{}) bool
func (m *OneofStdTypes_RepUInt64) MarshalTo(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepUInt64) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofStdTypes_RepUInt64) Size() (n int)
func (this *OneofStdTypes_RepUInt64) VerboseEqual(that interface{}) error
type OneofStdTypes_Timestamp struct { Timestamp *time.Time `protobuf:"bytes,1,opt,name=timestamp,proto3,oneof,stdtime" json:"timestamp,omitempty"` }
func NewPopulatedOneofStdTypes_Timestamp(r randyTypes, easy bool) *OneofStdTypes_Timestamp
func (this *OneofStdTypes_Timestamp) Equal(that interface{}) bool
func (m *OneofStdTypes_Timestamp) MarshalTo(dAtA []byte) (int, error)
func (m *OneofStdTypes_Timestamp) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (m *OneofStdTypes_Timestamp) Size() (n int)
func (this *OneofStdTypes_Timestamp) VerboseEqual(that interface{}) error
type ProtoTypes struct { NullableTimestamp *types.Timestamp `protobuf:"bytes,1,opt,name=nullableTimestamp,proto3" json:"nullableTimestamp,omitempty"` NullableDuration *types.Duration `protobuf:"bytes,2,opt,name=nullableDuration,proto3" json:"nullableDuration,omitempty"` NullableDouble *types.DoubleValue `protobuf:"bytes,3,opt,name=nullableDouble,proto3" json:"nullableDouble,omitempty"` NullableFloat *types.FloatValue `protobuf:"bytes,4,opt,name=nullableFloat,proto3" json:"nullableFloat,omitempty"` NullableInt64 *types.Int64Value `protobuf:"bytes,5,opt,name=nullableInt64,proto3" json:"nullableInt64,omitempty"` NullableUInt64 *types.UInt64Value `protobuf:"bytes,6,opt,name=nullableUInt64,proto3" json:"nullableUInt64,omitempty"` NullableInt32 *types.Int32Value `protobuf:"bytes,7,opt,name=nullableInt32,proto3" json:"nullableInt32,omitempty"` NullableUInt32 *types.UInt32Value `protobuf:"bytes,8,opt,name=nullableUInt32,proto3" json:"nullableUInt32,omitempty"` NullableBool *types.BoolValue `protobuf:"bytes,9,opt,name=nullableBool,proto3" json:"nullableBool,omitempty"` NullableString *types.StringValue `protobuf:"bytes,10,opt,name=nullableString,proto3" json:"nullableString,omitempty"` NullableBytes *types.BytesValue `protobuf:"bytes,11,opt,name=nullableBytes,proto3" json:"nullableBytes,omitempty"` Timestamp types.Timestamp `protobuf:"bytes,12,opt,name=timestamp,proto3" json:"timestamp"` Duration types.Duration `protobuf:"bytes,13,opt,name=duration,proto3" json:"duration"` NonnullDouble types.DoubleValue `protobuf:"bytes,14,opt,name=nonnullDouble,proto3" json:"nonnullDouble"` NonnullFloat types.FloatValue `protobuf:"bytes,15,opt,name=nonnullFloat,proto3" json:"nonnullFloat"` NonnullInt64 types.Int64Value `protobuf:"bytes,16,opt,name=nonnullInt64,proto3" json:"nonnullInt64"` NonnullUInt64 types.UInt64Value `protobuf:"bytes,17,opt,name=nonnullUInt64,proto3" json:"nonnullUInt64"` NonnullInt32 types.Int32Value `protobuf:"bytes,18,opt,name=nonnullInt32,proto3" json:"nonnullInt32"` NonnullUInt32 types.UInt32Value `protobuf:"bytes,19,opt,name=nonnullUInt32,proto3" json:"nonnullUInt32"` NonnullBool types.BoolValue `protobuf:"bytes,20,opt,name=nonnullBool,proto3" json:"nonnullBool"` NonnullString types.StringValue `protobuf:"bytes,21,opt,name=nonnullString,proto3" json:"nonnullString"` NonnullBytes types.BytesValue `protobuf:"bytes,22,opt,name=nonnullBytes,proto3" json:"nonnullBytes"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedProtoTypes(r randyTypes, easy bool) *ProtoTypes
func (this *ProtoTypes) Compare(that interface{}) int
func (*ProtoTypes) Descriptor() ([]byte, []int)
func (this *ProtoTypes) Equal(that interface{}) bool
func (m *ProtoTypes) GetDuration() types.Duration
func (m *ProtoTypes) GetNonnullBool() types.BoolValue
func (m *ProtoTypes) GetNonnullBytes() types.BytesValue
func (m *ProtoTypes) GetNonnullDouble() types.DoubleValue
func (m *ProtoTypes) GetNonnullFloat() types.FloatValue
func (m *ProtoTypes) GetNonnullInt32() types.Int32Value
func (m *ProtoTypes) GetNonnullInt64() types.Int64Value
func (m *ProtoTypes) GetNonnullString() types.StringValue
func (m *ProtoTypes) GetNonnullUInt32() types.UInt32Value
func (m *ProtoTypes) GetNonnullUInt64() types.UInt64Value
func (m *ProtoTypes) GetNullableBool() *types.BoolValue
func (m *ProtoTypes) GetNullableBytes() *types.BytesValue
func (m *ProtoTypes) GetNullableDouble() *types.DoubleValue
func (m *ProtoTypes) GetNullableDuration() *types.Duration
func (m *ProtoTypes) GetNullableFloat() *types.FloatValue
func (m *ProtoTypes) GetNullableInt32() *types.Int32Value
func (m *ProtoTypes) GetNullableInt64() *types.Int64Value
func (m *ProtoTypes) GetNullableString() *types.StringValue
func (m *ProtoTypes) GetNullableTimestamp() *types.Timestamp
func (m *ProtoTypes) GetNullableUInt32() *types.UInt32Value
func (m *ProtoTypes) GetNullableUInt64() *types.UInt64Value
func (m *ProtoTypes) GetTimestamp() types.Timestamp
func (m *ProtoTypes) Marshal() (dAtA []byte, err error)
func (m *ProtoTypes) MarshalTo(dAtA []byte) (int, error)
func (m *ProtoTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProtoTypes) ProtoMessage()
func (m *ProtoTypes) Reset()
func (m *ProtoTypes) Size() (n int)
func (m *ProtoTypes) String() string
func (m *ProtoTypes) Unmarshal(dAtA []byte) error
func (this *ProtoTypes) VerboseEqual(that interface{}) error
func (m *ProtoTypes) XXX_DiscardUnknown()
func (m *ProtoTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *ProtoTypes) XXX_Merge(src proto.Message)
func (m *ProtoTypes) XXX_Size() int
func (m *ProtoTypes) XXX_Unmarshal(b []byte) error
type RepProtoTypes struct { NullableTimestamps []*types.Timestamp `protobuf:"bytes,1,rep,name=nullableTimestamps,proto3" json:"nullableTimestamps,omitempty"` NullableDurations []*types.Duration `protobuf:"bytes,2,rep,name=nullableDurations,proto3" json:"nullableDurations,omitempty"` Timestamps []types.Timestamp `protobuf:"bytes,3,rep,name=timestamps,proto3" json:"timestamps"` Durations []types.Duration `protobuf:"bytes,4,rep,name=durations,proto3" json:"durations"` NullableDouble []*types.DoubleValue `protobuf:"bytes,5,rep,name=nullableDouble,proto3" json:"nullableDouble,omitempty"` NonnullDouble []types.DoubleValue `protobuf:"bytes,6,rep,name=nonnullDouble,proto3" json:"nonnullDouble"` NullableFloat []*types.FloatValue `protobuf:"bytes,7,rep,name=nullableFloat,proto3" json:"nullableFloat,omitempty"` NonnullFloat []types.FloatValue `protobuf:"bytes,8,rep,name=nonnullFloat,proto3" json:"nonnullFloat"` NullableInt64 []*types.Int64Value `protobuf:"bytes,9,rep,name=nullableInt64,proto3" json:"nullableInt64,omitempty"` NonnullInt64 []types.Int64Value `protobuf:"bytes,10,rep,name=nonnullInt64,proto3" json:"nonnullInt64"` NullableUInt64 []*types.UInt64Value `protobuf:"bytes,11,rep,name=nullableUInt64,proto3" json:"nullableUInt64,omitempty"` NonnullUInt64 []types.UInt64Value `protobuf:"bytes,12,rep,name=nonnullUInt64,proto3" json:"nonnullUInt64"` NullableInt32 []*types.Int32Value `protobuf:"bytes,13,rep,name=nullableInt32,proto3" json:"nullableInt32,omitempty"` NonnullInt32 []types.Int32Value `protobuf:"bytes,14,rep,name=nonnullInt32,proto3" json:"nonnullInt32"` NullableUInt32 []*types.UInt32Value `protobuf:"bytes,15,rep,name=nullableUInt32,proto3" json:"nullableUInt32,omitempty"` NonnullUInt32 []types.UInt32Value `protobuf:"bytes,16,rep,name=nonnullUInt32,proto3" json:"nonnullUInt32"` NullableBool []*types.BoolValue `protobuf:"bytes,17,rep,name=nullableBool,proto3" json:"nullableBool,omitempty"` NonnullBool []types.BoolValue `protobuf:"bytes,18,rep,name=nonnullBool,proto3" json:"nonnullBool"` NullableString []*types.StringValue `protobuf:"bytes,19,rep,name=nullableString,proto3" json:"nullableString,omitempty"` NonnullString []types.StringValue `protobuf:"bytes,20,rep,name=nonnullString,proto3" json:"nonnullString"` NullableBytes []*types.BytesValue `protobuf:"bytes,21,rep,name=nullableBytes,proto3" json:"nullableBytes,omitempty"` NonnullBytes []types.BytesValue `protobuf:"bytes,22,rep,name=nonnullBytes,proto3" json:"nonnullBytes"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedRepProtoTypes(r randyTypes, easy bool) *RepProtoTypes
func (this *RepProtoTypes) Compare(that interface{}) int
func (*RepProtoTypes) Descriptor() ([]byte, []int)
func (this *RepProtoTypes) Equal(that interface{}) bool
func (m *RepProtoTypes) GetDurations() []types.Duration
func (m *RepProtoTypes) GetNonnullBool() []types.BoolValue
func (m *RepProtoTypes) GetNonnullBytes() []types.BytesValue
func (m *RepProtoTypes) GetNonnullDouble() []types.DoubleValue
func (m *RepProtoTypes) GetNonnullFloat() []types.FloatValue
func (m *RepProtoTypes) GetNonnullInt32() []types.Int32Value
func (m *RepProtoTypes) GetNonnullInt64() []types.Int64Value
func (m *RepProtoTypes) GetNonnullString() []types.StringValue
func (m *RepProtoTypes) GetNonnullUInt32() []types.UInt32Value
func (m *RepProtoTypes) GetNonnullUInt64() []types.UInt64Value
func (m *RepProtoTypes) GetNullableBool() []*types.BoolValue
func (m *RepProtoTypes) GetNullableBytes() []*types.BytesValue
func (m *RepProtoTypes) GetNullableDouble() []*types.DoubleValue
func (m *RepProtoTypes) GetNullableDurations() []*types.Duration
func (m *RepProtoTypes) GetNullableFloat() []*types.FloatValue
func (m *RepProtoTypes) GetNullableInt32() []*types.Int32Value
func (m *RepProtoTypes) GetNullableInt64() []*types.Int64Value
func (m *RepProtoTypes) GetNullableString() []*types.StringValue
func (m *RepProtoTypes) GetNullableTimestamps() []*types.Timestamp
func (m *RepProtoTypes) GetNullableUInt32() []*types.UInt32Value
func (m *RepProtoTypes) GetNullableUInt64() []*types.UInt64Value
func (m *RepProtoTypes) GetTimestamps() []types.Timestamp
func (m *RepProtoTypes) Marshal() (dAtA []byte, err error)
func (m *RepProtoTypes) MarshalTo(dAtA []byte) (int, error)
func (m *RepProtoTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RepProtoTypes) ProtoMessage()
func (m *RepProtoTypes) Reset()
func (m *RepProtoTypes) Size() (n int)
func (m *RepProtoTypes) String() string
func (m *RepProtoTypes) Unmarshal(dAtA []byte) error
func (this *RepProtoTypes) VerboseEqual(that interface{}) error
func (m *RepProtoTypes) XXX_DiscardUnknown()
func (m *RepProtoTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *RepProtoTypes) XXX_Merge(src proto.Message)
func (m *RepProtoTypes) XXX_Size() int
func (m *RepProtoTypes) XXX_Unmarshal(b []byte) error
type RepStdTypes struct { NullableTimestamps []*time.Time `protobuf:"bytes,1,rep,name=nullableTimestamps,proto3,stdtime" json:"nullableTimestamps,omitempty"` NullableDurations []*time.Duration `protobuf:"bytes,2,rep,name=nullableDurations,proto3,stdduration" json:"nullableDurations,omitempty"` Timestamps []time.Time `protobuf:"bytes,3,rep,name=timestamps,proto3,stdtime" json:"timestamps"` Durations []time.Duration `protobuf:"bytes,4,rep,name=durations,proto3,stdduration" json:"durations"` NullableDouble []*float64 `protobuf:"bytes,5,rep,name=nullableDouble,proto3,wktptr" json:"nullableDouble,omitempty"` NonnullDouble []float64 `protobuf:"bytes,6,rep,name=nonnullDouble,proto3,wktptr" json:"nonnullDouble"` NullableFloat []*float32 `protobuf:"bytes,7,rep,name=nullableFloat,proto3,wktptr" json:"nullableFloat,omitempty"` NonnullFloat []float32 `protobuf:"bytes,8,rep,name=nonnullFloat,proto3,wktptr" json:"nonnullFloat"` NullableInt64 []*int64 `protobuf:"bytes,9,rep,name=nullableInt64,proto3,wktptr" json:"nullableInt64,omitempty"` NonnullInt64 []int64 `protobuf:"bytes,10,rep,name=nonnullInt64,proto3,wktptr" json:"nonnullInt64"` NullableUInt64 []*uint64 `protobuf:"bytes,11,rep,name=nullableUInt64,proto3,wktptr" json:"nullableUInt64,omitempty"` NonnullUInt64 []uint64 `protobuf:"bytes,12,rep,name=nonnullUInt64,proto3,wktptr" json:"nonnullUInt64"` NullableInt32 []*int32 `protobuf:"bytes,13,rep,name=nullableInt32,proto3,wktptr" json:"nullableInt32,omitempty"` NonnullInt32 []int32 `protobuf:"bytes,14,rep,name=nonnullInt32,proto3,wktptr" json:"nonnullInt32"` NullableUInt32 []*uint32 `protobuf:"bytes,15,rep,name=nullableUInt32,proto3,wktptr" json:"nullableUInt32,omitempty"` NonnullUInt32 []uint32 `protobuf:"bytes,16,rep,name=nonnullUInt32,proto3,wktptr" json:"nonnullUInt32"` NullableBool []*bool `protobuf:"bytes,17,rep,name=nullableBool,proto3,wktptr" json:"nullableBool,omitempty"` NonnullBool []bool `protobuf:"bytes,18,rep,name=nonnullBool,proto3,wktptr" json:"nonnullBool"` NullableString []*string `protobuf:"bytes,19,rep,name=nullableString,proto3,wktptr" json:"nullableString,omitempty"` NonnullString []string `protobuf:"bytes,20,rep,name=nonnullString,proto3,wktptr" json:"nonnullString"` NullableBytes []*[]byte `protobuf:"bytes,21,rep,name=nullableBytes,proto3,wktptr" json:"nullableBytes,omitempty"` NonnullBytes [][]byte `protobuf:"bytes,22,rep,name=nonnullBytes,proto3,wktptr" json:"nonnullBytes"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedRepStdTypes(r randyTypes, easy bool) *RepStdTypes
func (*RepStdTypes) Descriptor() ([]byte, []int)
func (this *RepStdTypes) Equal(that interface{}) bool
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) Marshal() (dAtA []byte, err error)
func (m *RepStdTypes) MarshalTo(dAtA []byte) (int, error)
func (m *RepStdTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RepStdTypes) ProtoMessage()
func (m *RepStdTypes) Reset()
func (m *RepStdTypes) Size() (n int)
func (m *RepStdTypes) String() string
func (m *RepStdTypes) Unmarshal(dAtA []byte) error
func (this *RepStdTypes) VerboseEqual(that interface{}) error
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
type StdTypes struct { NullableTimestamp *time.Time `protobuf:"bytes,1,opt,name=nullableTimestamp,proto3,stdtime" json:"nullableTimestamp,omitempty"` NullableDuration *time.Duration `protobuf:"bytes,2,opt,name=nullableDuration,proto3,stdduration" json:"nullableDuration,omitempty"` NullableDouble *float64 `protobuf:"bytes,3,opt,name=nullableDouble,proto3,wktptr" json:"nullableDouble,omitempty"` NullableFloat *float32 `protobuf:"bytes,4,opt,name=nullableFloat,proto3,wktptr" json:"nullableFloat,omitempty"` NullableInt64 *int64 `protobuf:"bytes,5,opt,name=nullableInt64,proto3,wktptr" json:"nullableInt64,omitempty"` NullableUInt64 *uint64 `protobuf:"bytes,6,opt,name=nullableUInt64,proto3,wktptr" json:"nullableUInt64,omitempty"` NullableInt32 *int32 `protobuf:"bytes,7,opt,name=nullableInt32,proto3,wktptr" json:"nullableInt32,omitempty"` NullableUInt32 *uint32 `protobuf:"bytes,8,opt,name=nullableUInt32,proto3,wktptr" json:"nullableUInt32,omitempty"` NullableBool *bool `protobuf:"bytes,9,opt,name=nullableBool,proto3,wktptr" json:"nullableBool,omitempty"` NullableString *string `protobuf:"bytes,10,opt,name=nullableString,proto3,wktptr" json:"nullableString,omitempty"` NullableBytes *[]byte `protobuf:"bytes,11,opt,name=nullableBytes,proto3,wktptr" json:"nullableBytes,omitempty"` Timestamp time.Time `protobuf:"bytes,12,opt,name=timestamp,proto3,stdtime" json:"timestamp"` Duration time.Duration `protobuf:"bytes,13,opt,name=duration,proto3,stdduration" json:"duration"` NonnullDouble float64 `protobuf:"bytes,14,opt,name=nonnullDouble,proto3,wktptr" json:"nonnullDouble"` NonnullFloat float32 `protobuf:"bytes,15,opt,name=nonnullFloat,proto3,wktptr" json:"nonnullFloat"` NonnullInt64 int64 `protobuf:"bytes,16,opt,name=nonnullInt64,proto3,wktptr" json:"nonnullInt64"` NonnullUInt64 uint64 `protobuf:"bytes,17,opt,name=nonnullUInt64,proto3,wktptr" json:"nonnullUInt64"` NonnullInt32 int32 `protobuf:"bytes,18,opt,name=nonnullInt32,proto3,wktptr" json:"nonnullInt32"` NonnullUInt32 uint32 `protobuf:"bytes,19,opt,name=nonnullUInt32,proto3,wktptr" json:"nonnullUInt32"` NonnullBool bool `protobuf:"bytes,20,opt,name=nonnullBool,proto3,wktptr" json:"nonnullBool"` NonnullString string `protobuf:"bytes,21,opt,name=nonnullString,proto3,wktptr" json:"nonnullString"` NonnullBytes []byte `protobuf:"bytes,22,opt,name=nonnullBytes,proto3,wktptr" json:"nonnullBytes"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedStdTypes(r randyTypes, easy bool) *StdTypes
func (*StdTypes) Descriptor() ([]byte, []int)
func (this *StdTypes) Equal(that interface{}) bool
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) Marshal() (dAtA []byte, err error)
func (m *StdTypes) MarshalTo(dAtA []byte) (int, error)
func (m *StdTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StdTypes) ProtoMessage()
func (m *StdTypes) Reset()
func (m *StdTypes) Size() (n int)
func (m *StdTypes) String() string
func (m *StdTypes) Unmarshal(dAtA []byte) error
func (this *StdTypes) VerboseEqual(that interface{}) error
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