types

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2024 License: BSD-3-Clause Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KnownTypes

type KnownTypes struct {
	Dur   *durationpb.Duration    `protobuf:"bytes,1,opt,name=dur,proto3" json:"dur,omitempty"`
	Ts    *timestamppb.Timestamp  `protobuf:"bytes,2,opt,name=ts,proto3" json:"ts,omitempty"`
	Dbl   *wrapperspb.DoubleValue `protobuf:"bytes,3,opt,name=dbl,proto3" json:"dbl,omitempty"`
	Flt   *wrapperspb.FloatValue  `protobuf:"bytes,4,opt,name=flt,proto3" json:"flt,omitempty"`
	I64   *wrapperspb.Int64Value  `protobuf:"bytes,5,opt,name=i64,proto3" json:"i64,omitempty"`
	U64   *wrapperspb.UInt64Value `protobuf:"bytes,6,opt,name=u64,proto3" json:"u64,omitempty"`
	I32   *wrapperspb.Int32Value  `protobuf:"bytes,7,opt,name=i32,proto3" json:"i32,omitempty"`
	U32   *wrapperspb.UInt32Value `protobuf:"bytes,8,opt,name=u32,proto3" json:"u32,omitempty"`
	Bool  *wrapperspb.BoolValue   `protobuf:"bytes,9,opt,name=bool,proto3" json:"bool,omitempty"`
	Str   *wrapperspb.StringValue `protobuf:"bytes,10,opt,name=str,proto3" json:"str,omitempty"`
	Bytes *wrapperspb.BytesValue  `protobuf:"bytes,11,opt,name=bytes,proto3" json:"bytes,omitempty"`
	// TODO uncomment this once https://github.com/coderyw/protobuf/issues/197 is fixed
	St                   *structpb.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

func NewPopulatedKnownTypes(r randyTypes, easy bool) *KnownTypes

func (*KnownTypes) Compare

func (this *KnownTypes) Compare(that interface{}) int

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() *wrapperspb.BoolValue

func (*KnownTypes) GetBytes

func (m *KnownTypes) GetBytes() *wrapperspb.BytesValue

func (*KnownTypes) GetDbl

func (m *KnownTypes) GetDbl() *wrapperspb.DoubleValue

func (*KnownTypes) GetDur

func (m *KnownTypes) GetDur() *durationpb.Duration

func (*KnownTypes) GetFlt

func (m *KnownTypes) GetFlt() *wrapperspb.FloatValue

func (*KnownTypes) GetI32

func (m *KnownTypes) GetI32() *wrapperspb.Int32Value

func (*KnownTypes) GetI64

func (m *KnownTypes) GetI64() *wrapperspb.Int64Value

func (*KnownTypes) GetSt added in v1.3.9

func (m *KnownTypes) GetSt() *structpb.Struct

func (*KnownTypes) GetStr

func (m *KnownTypes) GetStr() *wrapperspb.StringValue

func (*KnownTypes) GetTs

func (m *KnownTypes) GetTs() *timestamppb.Timestamp

func (*KnownTypes) GetU32

func (m *KnownTypes) GetU32() *wrapperspb.UInt32Value

func (*KnownTypes) GetU64

func (m *KnownTypes) GetU64() *wrapperspb.UInt64Value

func (*KnownTypes) IsNil added in v1.4.9

func (m *KnownTypes) IsNil() bool

func (*KnownTypes) Marshal

func (m *KnownTypes) Marshal() (dAtA []byte, err error)

func (*KnownTypes) MarshalTo

func (m *KnownTypes) MarshalTo(dAtA []byte) (int, error)

func (*KnownTypes) MarshalToSizedBuffer added in v1.3.9

func (m *KnownTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KnownTypes) ProtoMessage

func (*KnownTypes) ProtoMessage()

func (*KnownTypes) Reset

func (m *KnownTypes) Reset()

func (*KnownTypes) SetBool_ added in v1.4.9

func (m *KnownTypes) SetBool_(val *wrapperspb.BoolValue)

func (*KnownTypes) SetBytes_ added in v1.4.9

func (m *KnownTypes) SetBytes_(val *wrapperspb.BytesValue)

func (*KnownTypes) SetDbl_ added in v1.4.9

func (m *KnownTypes) SetDbl_(val *wrapperspb.DoubleValue)

func (*KnownTypes) SetDur_ added in v1.4.9

func (m *KnownTypes) SetDur_(val *durationpb.Duration)

func (*KnownTypes) SetFlt_ added in v1.4.9

func (m *KnownTypes) SetFlt_(val *wrapperspb.FloatValue)

func (*KnownTypes) SetI32_ added in v1.4.9

func (m *KnownTypes) SetI32_(val *wrapperspb.Int32Value)

func (*KnownTypes) SetI64_ added in v1.4.9

func (m *KnownTypes) SetI64_(val *wrapperspb.Int64Value)

func (*KnownTypes) SetSt_ added in v1.4.9

func (m *KnownTypes) SetSt_(val *structpb.Struct)

func (*KnownTypes) SetStr_ added in v1.4.9

func (m *KnownTypes) SetStr_(val *wrapperspb.StringValue)

func (*KnownTypes) SetTs_ added in v1.4.9

func (m *KnownTypes) SetTs_(val *timestamppb.Timestamp)

func (*KnownTypes) SetU32_ added in v1.4.9

func (m *KnownTypes) SetU32_(val *wrapperspb.UInt32Value)

func (*KnownTypes) SetU64_ added in v1.4.9

func (m *KnownTypes) SetU64_(val *wrapperspb.UInt64Value)

func (*KnownTypes) Size

func (m *KnownTypes) Size() (n int)

func (*KnownTypes) String

func (m *KnownTypes) String() string

func (*KnownTypes) VerboseEqual

func (this *KnownTypes) VerboseEqual(that interface{}) error

func (*KnownTypes) XXX_DiscardUnknown added in v1.1.0

func (m *KnownTypes) XXX_DiscardUnknown()

func (*KnownTypes) XXX_Marshal added in v1.1.0

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

func (*KnownTypes) XXX_Merge added in v1.1.0

func (m *KnownTypes) XXX_Merge(src proto.Message)

func (*KnownTypes) XXX_Size added in v1.1.0

func (m *KnownTypes) XXX_Size() int

func (*KnownTypes) XXX_Unmarshal added in v1.1.0

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

type MapProtoTypes

type MapProtoTypes struct {
	NullableTimestamp    map[int32]*timestamppb.Timestamp  `` /* 176-byte string literal not displayed */
	Timestamp            map[int32]timestamppb.Timestamp   `` /* 150-byte string literal not displayed */
	NullableDuration     map[int32]*durationpb.Duration    `` /* 174-byte string literal not displayed */
	Duration             map[int32]durationpb.Duration     `` /* 148-byte string literal not displayed */
	NullableDouble       map[int32]*wrapperspb.DoubleValue `` /* 170-byte string literal not displayed */
	NonnullDouble        map[int32]wrapperspb.DoubleValue  `` /* 158-byte string literal not displayed */
	NullableFloat        map[int32]*wrapperspb.FloatValue  `` /* 168-byte string literal not displayed */
	NonnullFloat         map[int32]wrapperspb.FloatValue   `` /* 156-byte string literal not displayed */
	NullableInt64        map[int32]*wrapperspb.Int64Value  `` /* 168-byte string literal not displayed */
	NonnullInt64         map[int32]wrapperspb.Int64Value   `` /* 157-byte string literal not displayed */
	NullableUInt64       map[int32]*wrapperspb.UInt64Value `` /* 171-byte string literal not displayed */
	NonnullUInt64        map[int32]wrapperspb.UInt64Value  `` /* 159-byte string literal not displayed */
	NullableInt32        map[int32]*wrapperspb.Int32Value  `` /* 169-byte string literal not displayed */
	NonnullInt32         map[int32]wrapperspb.Int32Value   `` /* 157-byte string literal not displayed */
	NullableUInt32       map[int32]*wrapperspb.UInt32Value `` /* 171-byte string literal not displayed */
	NonnullUInt32        map[int32]wrapperspb.UInt32Value  `` /* 159-byte string literal not displayed */
	NullableBool         map[int32]*wrapperspb.BoolValue   `` /* 167-byte string literal not displayed */
	NonnullBool          map[int32]wrapperspb.BoolValue    `` /* 155-byte string literal not displayed */
	NullableString       map[int32]*wrapperspb.StringValue `` /* 171-byte string literal not displayed */
	NonnullString        map[int32]wrapperspb.StringValue  `` /* 159-byte string literal not displayed */
	NullableBytes        map[int32]*wrapperspb.BytesValue  `` /* 169-byte string literal not displayed */
	NonnullBytes         map[int32]wrapperspb.BytesValue   `` /* 157-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func NewPopulatedMapProtoTypes

func NewPopulatedMapProtoTypes(r randyTypes, easy bool) *MapProtoTypes

func (*MapProtoTypes) Descriptor

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

func (*MapProtoTypes) Equal

func (this *MapProtoTypes) Equal(that interface{}) bool

func (*MapProtoTypes) GetDuration

func (m *MapProtoTypes) GetDuration() map[int32]durationpb.Duration

func (*MapProtoTypes) GetNonnullBool added in v1.2.0

func (m *MapProtoTypes) GetNonnullBool() map[int32]wrapperspb.BoolValue

func (*MapProtoTypes) GetNonnullBytes added in v1.2.0

func (m *MapProtoTypes) GetNonnullBytes() map[int32]wrapperspb.BytesValue

func (*MapProtoTypes) GetNonnullDouble added in v1.2.0

func (m *MapProtoTypes) GetNonnullDouble() map[int32]wrapperspb.DoubleValue

func (*MapProtoTypes) GetNonnullFloat added in v1.2.0

func (m *MapProtoTypes) GetNonnullFloat() map[int32]wrapperspb.FloatValue

func (*MapProtoTypes) GetNonnullInt32 added in v1.2.0

func (m *MapProtoTypes) GetNonnullInt32() map[int32]wrapperspb.Int32Value

func (*MapProtoTypes) GetNonnullInt64 added in v1.2.0

func (m *MapProtoTypes) GetNonnullInt64() map[int32]wrapperspb.Int64Value

func (*MapProtoTypes) GetNonnullString added in v1.2.0

func (m *MapProtoTypes) GetNonnullString() map[int32]wrapperspb.StringValue

func (*MapProtoTypes) GetNonnullUInt32 added in v1.2.0

func (m *MapProtoTypes) GetNonnullUInt32() map[int32]wrapperspb.UInt32Value

func (*MapProtoTypes) GetNonnullUInt64 added in v1.2.0

func (m *MapProtoTypes) GetNonnullUInt64() map[int32]wrapperspb.UInt64Value

func (*MapProtoTypes) GetNullableBool added in v1.2.0

func (m *MapProtoTypes) GetNullableBool() map[int32]*wrapperspb.BoolValue

func (*MapProtoTypes) GetNullableBytes added in v1.2.0

func (m *MapProtoTypes) GetNullableBytes() map[int32]*wrapperspb.BytesValue

func (*MapProtoTypes) GetNullableDouble added in v1.2.0

func (m *MapProtoTypes) GetNullableDouble() map[int32]*wrapperspb.DoubleValue

func (*MapProtoTypes) GetNullableDuration

func (m *MapProtoTypes) GetNullableDuration() map[int32]*durationpb.Duration

func (*MapProtoTypes) GetNullableFloat added in v1.2.0

func (m *MapProtoTypes) GetNullableFloat() map[int32]*wrapperspb.FloatValue

func (*MapProtoTypes) GetNullableInt32 added in v1.2.0

func (m *MapProtoTypes) GetNullableInt32() map[int32]*wrapperspb.Int32Value

func (*MapProtoTypes) GetNullableInt64 added in v1.2.0

func (m *MapProtoTypes) GetNullableInt64() map[int32]*wrapperspb.Int64Value

func (*MapProtoTypes) GetNullableString added in v1.2.0

func (m *MapProtoTypes) GetNullableString() map[int32]*wrapperspb.StringValue

func (*MapProtoTypes) GetNullableTimestamp

func (m *MapProtoTypes) GetNullableTimestamp() map[int32]*timestamppb.Timestamp

func (*MapProtoTypes) GetNullableUInt32 added in v1.2.0

func (m *MapProtoTypes) GetNullableUInt32() map[int32]*wrapperspb.UInt32Value

func (*MapProtoTypes) GetNullableUInt64 added in v1.2.0

func (m *MapProtoTypes) GetNullableUInt64() map[int32]*wrapperspb.UInt64Value

func (*MapProtoTypes) GetTimestamp

func (m *MapProtoTypes) GetTimestamp() map[int32]timestamppb.Timestamp

func (*MapProtoTypes) IsNil added in v1.4.9

func (m *MapProtoTypes) IsNil() bool

func (*MapProtoTypes) Marshal

func (m *MapProtoTypes) Marshal() (dAtA []byte, err error)

func (*MapProtoTypes) MarshalTo

func (m *MapProtoTypes) MarshalTo(dAtA []byte) (int, error)

func (*MapProtoTypes) MarshalToSizedBuffer added in v1.3.9

func (m *MapProtoTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MapProtoTypes) ProtoMessage

func (*MapProtoTypes) ProtoMessage()

func (*MapProtoTypes) Reset

func (m *MapProtoTypes) Reset()

func (*MapProtoTypes) SetDuration_ added in v1.4.9

func (m *MapProtoTypes) SetDuration_(val map[int32]durationpb.Duration)

func (*MapProtoTypes) SetNonnullBool_ added in v1.4.9

func (m *MapProtoTypes) SetNonnullBool_(val map[int32]wrapperspb.BoolValue)

func (*MapProtoTypes) SetNonnullBytes_ added in v1.4.9

func (m *MapProtoTypes) SetNonnullBytes_(val map[int32]wrapperspb.BytesValue)

func (*MapProtoTypes) SetNonnullDouble_ added in v1.4.9

func (m *MapProtoTypes) SetNonnullDouble_(val map[int32]wrapperspb.DoubleValue)

func (*MapProtoTypes) SetNonnullFloat_ added in v1.4.9

func (m *MapProtoTypes) SetNonnullFloat_(val map[int32]wrapperspb.FloatValue)

func (*MapProtoTypes) SetNonnullInt32_ added in v1.4.9

func (m *MapProtoTypes) SetNonnullInt32_(val map[int32]wrapperspb.Int32Value)

func (*MapProtoTypes) SetNonnullInt64_ added in v1.4.9

func (m *MapProtoTypes) SetNonnullInt64_(val map[int32]wrapperspb.Int64Value)

func (*MapProtoTypes) SetNonnullString_ added in v1.4.9

func (m *MapProtoTypes) SetNonnullString_(val map[int32]wrapperspb.StringValue)

func (*MapProtoTypes) SetNonnullUInt32_ added in v1.4.9

func (m *MapProtoTypes) SetNonnullUInt32_(val map[int32]wrapperspb.UInt32Value)

func (*MapProtoTypes) SetNonnullUInt64_ added in v1.4.9

func (m *MapProtoTypes) SetNonnullUInt64_(val map[int32]wrapperspb.UInt64Value)

func (*MapProtoTypes) SetNullableBool_ added in v1.4.9

func (m *MapProtoTypes) SetNullableBool_(val map[int32]*wrapperspb.BoolValue)

func (*MapProtoTypes) SetNullableBytes_ added in v1.4.9

func (m *MapProtoTypes) SetNullableBytes_(val map[int32]*wrapperspb.BytesValue)

func (*MapProtoTypes) SetNullableDouble_ added in v1.4.9

func (m *MapProtoTypes) SetNullableDouble_(val map[int32]*wrapperspb.DoubleValue)

func (*MapProtoTypes) SetNullableDuration_ added in v1.4.9

func (m *MapProtoTypes) SetNullableDuration_(val map[int32]*durationpb.Duration)

func (*MapProtoTypes) SetNullableFloat_ added in v1.4.9

func (m *MapProtoTypes) SetNullableFloat_(val map[int32]*wrapperspb.FloatValue)

func (*MapProtoTypes) SetNullableInt32_ added in v1.4.9

func (m *MapProtoTypes) SetNullableInt32_(val map[int32]*wrapperspb.Int32Value)

func (*MapProtoTypes) SetNullableInt64_ added in v1.4.9

func (m *MapProtoTypes) SetNullableInt64_(val map[int32]*wrapperspb.Int64Value)

func (*MapProtoTypes) SetNullableString_ added in v1.4.9

func (m *MapProtoTypes) SetNullableString_(val map[int32]*wrapperspb.StringValue)

func (*MapProtoTypes) SetNullableTimestamp_ added in v1.4.9

func (m *MapProtoTypes) SetNullableTimestamp_(val map[int32]*timestamppb.Timestamp)

func (*MapProtoTypes) SetNullableUInt32_ added in v1.4.9

func (m *MapProtoTypes) SetNullableUInt32_(val map[int32]*wrapperspb.UInt32Value)

func (*MapProtoTypes) SetNullableUInt64_ added in v1.4.9

func (m *MapProtoTypes) SetNullableUInt64_(val map[int32]*wrapperspb.UInt64Value)

func (*MapProtoTypes) SetTimestamp_ added in v1.4.9

func (m *MapProtoTypes) SetTimestamp_(val map[int32]timestamppb.Timestamp)

func (*MapProtoTypes) Size

func (m *MapProtoTypes) Size() (n int)

func (*MapProtoTypes) String

func (m *MapProtoTypes) String() string

func (*MapProtoTypes) VerboseEqual

func (this *MapProtoTypes) VerboseEqual(that interface{}) error

func (*MapProtoTypes) XXX_DiscardUnknown added in v1.1.0

func (m *MapProtoTypes) XXX_DiscardUnknown()

func (*MapProtoTypes) XXX_Marshal added in v1.1.0

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

func (*MapProtoTypes) XXX_Merge added in v1.1.0

func (m *MapProtoTypes) XXX_Merge(src proto.Message)

func (*MapProtoTypes) XXX_Size added in v1.1.0

func (m *MapProtoTypes) XXX_Size() int

func (*MapProtoTypes) XXX_Unmarshal added in v1.1.0

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

type MapStdTypes

type MapStdTypes struct {
	NullableTimestamp    map[int32]*time.Time     `` /* 184-byte string literal not displayed */
	Timestamp            map[int32]time.Time      `` /* 158-byte string literal not displayed */
	NullableDuration     map[int32]*time.Duration `` /* 186-byte string literal not displayed */
	Duration             map[int32]time.Duration  `` /* 160-byte string literal not displayed */
	NullableDouble       map[int32]*float64       `` /* 177-byte string literal not displayed */
	NonnullDouble        map[int32]float64        `` /* 165-byte string literal not displayed */
	NullableFloat        map[int32]*float32       `` /* 175-byte string literal not displayed */
	NonnullFloat         map[int32]float32        `` /* 163-byte string literal not displayed */
	NullableInt64        map[int32]*int64         `` /* 175-byte string literal not displayed */
	NonnullInt64         map[int32]int64          `` /* 164-byte string literal not displayed */
	NullableUInt64       map[int32]*uint64        `` /* 178-byte string literal not displayed */
	NonnullUInt64        map[int32]uint64         `` /* 166-byte string literal not displayed */
	NullableInt32        map[int32]*int32         `` /* 176-byte string literal not displayed */
	NonnullInt32         map[int32]int32          `` /* 164-byte string literal not displayed */
	NullableUInt32       map[int32]*uint32        `` /* 178-byte string literal not displayed */
	NonnullUInt32        map[int32]uint32         `` /* 166-byte string literal not displayed */
	NullableBool         map[int32]*bool          `` /* 174-byte string literal not displayed */
	NonnullBool          map[int32]bool           `` /* 162-byte string literal not displayed */
	NullableString       map[int32]*string        `` /* 178-byte string literal not displayed */
	NonnullString        map[int32]string         `` /* 166-byte string literal not displayed */
	NullableBytes        map[int32]*[]byte        `` /* 176-byte string literal not displayed */
	NonnullBytes         map[int32][]byte         `` /* 164-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func NewPopulatedMapStdTypes

func NewPopulatedMapStdTypes(r randyTypes, easy bool) *MapStdTypes

func (*MapStdTypes) Descriptor

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

func (*MapStdTypes) Equal

func (this *MapStdTypes) Equal(that interface{}) bool

func (*MapStdTypes) GetDuration

func (m *MapStdTypes) GetDuration() map[int32]time.Duration

func (*MapStdTypes) GetNonnullBool added in v1.2.0

func (m *MapStdTypes) GetNonnullBool() map[int32]bool

func (*MapStdTypes) GetNonnullBytes added in v1.2.0

func (m *MapStdTypes) GetNonnullBytes() map[int32][]byte

func (*MapStdTypes) GetNonnullDouble added in v1.2.0

func (m *MapStdTypes) GetNonnullDouble() map[int32]float64

func (*MapStdTypes) GetNonnullFloat added in v1.2.0

func (m *MapStdTypes) GetNonnullFloat() map[int32]float32

func (*MapStdTypes) GetNonnullInt32 added in v1.2.0

func (m *MapStdTypes) GetNonnullInt32() map[int32]int32

func (*MapStdTypes) GetNonnullInt64 added in v1.2.0

func (m *MapStdTypes) GetNonnullInt64() map[int32]int64

func (*MapStdTypes) GetNonnullString added in v1.2.0

func (m *MapStdTypes) GetNonnullString() map[int32]string

func (*MapStdTypes) GetNonnullUInt32 added in v1.2.0

func (m *MapStdTypes) GetNonnullUInt32() map[int32]uint32

func (*MapStdTypes) GetNonnullUInt64 added in v1.2.0

func (m *MapStdTypes) GetNonnullUInt64() map[int32]uint64

func (*MapStdTypes) GetNullableBool added in v1.2.0

func (m *MapStdTypes) GetNullableBool() map[int32]*bool

func (*MapStdTypes) GetNullableBytes added in v1.2.0

func (m *MapStdTypes) GetNullableBytes() map[int32]*[]byte

func (*MapStdTypes) GetNullableDouble added in v1.2.0

func (m *MapStdTypes) GetNullableDouble() map[int32]*float64

func (*MapStdTypes) GetNullableDuration

func (m *MapStdTypes) GetNullableDuration() map[int32]*time.Duration

func (*MapStdTypes) GetNullableFloat added in v1.2.0

func (m *MapStdTypes) GetNullableFloat() map[int32]*float32

func (*MapStdTypes) GetNullableInt32 added in v1.2.0

func (m *MapStdTypes) GetNullableInt32() map[int32]*int32

func (*MapStdTypes) GetNullableInt64 added in v1.2.0

func (m *MapStdTypes) GetNullableInt64() map[int32]*int64

func (*MapStdTypes) GetNullableString added in v1.2.0

func (m *MapStdTypes) GetNullableString() map[int32]*string

func (*MapStdTypes) GetNullableTimestamp

func (m *MapStdTypes) GetNullableTimestamp() map[int32]*time.Time

func (*MapStdTypes) GetNullableUInt32 added in v1.2.0

func (m *MapStdTypes) GetNullableUInt32() map[int32]*uint32

func (*MapStdTypes) GetNullableUInt64 added in v1.2.0

func (m *MapStdTypes) GetNullableUInt64() map[int32]*uint64

func (*MapStdTypes) GetTimestamp

func (m *MapStdTypes) GetTimestamp() map[int32]time.Time

func (*MapStdTypes) IsNil added in v1.4.9

func (m *MapStdTypes) IsNil() bool

func (*MapStdTypes) Marshal

func (m *MapStdTypes) Marshal() (dAtA []byte, err error)

func (*MapStdTypes) MarshalTo

func (m *MapStdTypes) MarshalTo(dAtA []byte) (int, error)

func (*MapStdTypes) MarshalToSizedBuffer added in v1.3.9

func (m *MapStdTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MapStdTypes) ProtoMessage

func (*MapStdTypes) ProtoMessage()

func (*MapStdTypes) Reset

func (m *MapStdTypes) Reset()

func (*MapStdTypes) SetDuration_ added in v1.4.9

func (m *MapStdTypes) SetDuration_(val map[int32]time.Duration)

func (*MapStdTypes) SetNonnullBool_ added in v1.4.9

func (m *MapStdTypes) SetNonnullBool_(val map[int32]bool)

func (*MapStdTypes) SetNonnullBytes_ added in v1.4.9

func (m *MapStdTypes) SetNonnullBytes_(val map[int32][]byte)

func (*MapStdTypes) SetNonnullDouble_ added in v1.4.9

func (m *MapStdTypes) SetNonnullDouble_(val map[int32]float64)

func (*MapStdTypes) SetNonnullFloat_ added in v1.4.9

func (m *MapStdTypes) SetNonnullFloat_(val map[int32]float32)

func (*MapStdTypes) SetNonnullInt32_ added in v1.4.9

func (m *MapStdTypes) SetNonnullInt32_(val map[int32]int32)

func (*MapStdTypes) SetNonnullInt64_ added in v1.4.9

func (m *MapStdTypes) SetNonnullInt64_(val map[int32]int64)

func (*MapStdTypes) SetNonnullString_ added in v1.4.9

func (m *MapStdTypes) SetNonnullString_(val map[int32]string)

func (*MapStdTypes) SetNonnullUInt32_ added in v1.4.9

func (m *MapStdTypes) SetNonnullUInt32_(val map[int32]uint32)

func (*MapStdTypes) SetNonnullUInt64_ added in v1.4.9

func (m *MapStdTypes) SetNonnullUInt64_(val map[int32]uint64)

func (*MapStdTypes) SetNullableBool_ added in v1.4.9

func (m *MapStdTypes) SetNullableBool_(val map[int32]*bool)

func (*MapStdTypes) SetNullableBytes_ added in v1.4.9

func (m *MapStdTypes) SetNullableBytes_(val map[int32]*[]byte)

func (*MapStdTypes) SetNullableDouble_ added in v1.4.9

func (m *MapStdTypes) SetNullableDouble_(val map[int32]*float64)

func (*MapStdTypes) SetNullableDuration_ added in v1.4.9

func (m *MapStdTypes) SetNullableDuration_(val map[int32]*time.Duration)

func (*MapStdTypes) SetNullableFloat_ added in v1.4.9

func (m *MapStdTypes) SetNullableFloat_(val map[int32]*float32)

func (*MapStdTypes) SetNullableInt32_ added in v1.4.9

func (m *MapStdTypes) SetNullableInt32_(val map[int32]*int32)

func (*MapStdTypes) SetNullableInt64_ added in v1.4.9

func (m *MapStdTypes) SetNullableInt64_(val map[int32]*int64)

func (*MapStdTypes) SetNullableString_ added in v1.4.9

func (m *MapStdTypes) SetNullableString_(val map[int32]*string)

func (*MapStdTypes) SetNullableTimestamp_ added in v1.4.9

func (m *MapStdTypes) SetNullableTimestamp_(val map[int32]*time.Time)

func (*MapStdTypes) SetNullableUInt32_ added in v1.4.9

func (m *MapStdTypes) SetNullableUInt32_(val map[int32]*uint32)

func (*MapStdTypes) SetNullableUInt64_ added in v1.4.9

func (m *MapStdTypes) SetNullableUInt64_(val map[int32]*uint64)

func (*MapStdTypes) SetTimestamp_ added in v1.4.9

func (m *MapStdTypes) SetTimestamp_(val map[int32]time.Time)

func (*MapStdTypes) Size

func (m *MapStdTypes) Size() (n int)

func (*MapStdTypes) String

func (m *MapStdTypes) String() string

func (*MapStdTypes) VerboseEqual

func (this *MapStdTypes) VerboseEqual(that interface{}) error

func (*MapStdTypes) XXX_DiscardUnknown added in v1.1.0

func (m *MapStdTypes) XXX_DiscardUnknown()

func (*MapStdTypes) XXX_Marshal added in v1.1.0

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

func (*MapStdTypes) XXX_Merge added in v1.1.0

func (m *MapStdTypes) XXX_Merge(src proto.Message)

func (*MapStdTypes) XXX_Size added in v1.1.0

func (m *MapStdTypes) XXX_Size() int

func (*MapStdTypes) XXX_Unmarshal added in v1.1.0

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

type OneofProtoTypes

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

func NewPopulatedOneofProtoTypes(r randyTypes, easy bool) *OneofProtoTypes

func (*OneofProtoTypes) Descriptor

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

func (*OneofProtoTypes) Equal

func (this *OneofProtoTypes) Equal(that interface{}) bool

func (*OneofProtoTypes) GetDuration

func (m *OneofProtoTypes) GetDuration() *durationpb.Duration

func (*OneofProtoTypes) GetOneOfProtoTimes

func (m *OneofProtoTypes) GetOneOfProtoTimes() isOneofProtoTypes_OneOfProtoTimes

func (*OneofProtoTypes) GetRepBool added in v1.2.0

func (m *OneofProtoTypes) GetRepBool() *wrapperspb.BoolValue

func (*OneofProtoTypes) GetRepBytes added in v1.2.0

func (m *OneofProtoTypes) GetRepBytes() *wrapperspb.BytesValue

func (*OneofProtoTypes) GetRepDouble added in v1.2.0

func (m *OneofProtoTypes) GetRepDouble() *wrapperspb.DoubleValue

func (*OneofProtoTypes) GetRepFloat added in v1.2.0

func (m *OneofProtoTypes) GetRepFloat() *wrapperspb.FloatValue

func (*OneofProtoTypes) GetRepInt32 added in v1.2.0

func (m *OneofProtoTypes) GetRepInt32() *wrapperspb.Int32Value

func (*OneofProtoTypes) GetRepInt64 added in v1.2.0

func (m *OneofProtoTypes) GetRepInt64() *wrapperspb.Int64Value

func (*OneofProtoTypes) GetRepString added in v1.2.0

func (m *OneofProtoTypes) GetRepString() *wrapperspb.StringValue

func (*OneofProtoTypes) GetRepUInt32 added in v1.2.0

func (m *OneofProtoTypes) GetRepUInt32() *wrapperspb.UInt32Value

func (*OneofProtoTypes) GetRepUInt64 added in v1.2.0

func (m *OneofProtoTypes) GetRepUInt64() *wrapperspb.UInt64Value

func (*OneofProtoTypes) GetTimestamp

func (m *OneofProtoTypes) GetTimestamp() *timestamppb.Timestamp

func (*OneofProtoTypes) IsNil added in v1.4.9

func (m *OneofProtoTypes) IsNil() bool

func (*OneofProtoTypes) Marshal

func (m *OneofProtoTypes) Marshal() (dAtA []byte, err error)

func (*OneofProtoTypes) MarshalTo

func (m *OneofProtoTypes) MarshalTo(dAtA []byte) (int, error)

func (*OneofProtoTypes) MarshalToSizedBuffer added in v1.3.9

func (m *OneofProtoTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofProtoTypes) ProtoMessage

func (*OneofProtoTypes) ProtoMessage()

func (*OneofProtoTypes) Reset

func (m *OneofProtoTypes) Reset()

func (*OneofProtoTypes) Size

func (m *OneofProtoTypes) Size() (n int)

func (*OneofProtoTypes) String

func (m *OneofProtoTypes) String() string

func (*OneofProtoTypes) VerboseEqual

func (this *OneofProtoTypes) VerboseEqual(that interface{}) error

func (*OneofProtoTypes) XXX_DiscardUnknown added in v1.1.0

func (m *OneofProtoTypes) XXX_DiscardUnknown()

func (*OneofProtoTypes) XXX_Marshal added in v1.1.0

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

func (*OneofProtoTypes) XXX_Merge added in v1.1.0

func (m *OneofProtoTypes) XXX_Merge(src proto.Message)

func (*OneofProtoTypes) XXX_OneofWrappers added in v1.3.9

func (*OneofProtoTypes) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*OneofProtoTypes) XXX_Size added in v1.1.0

func (m *OneofProtoTypes) XXX_Size() int

func (*OneofProtoTypes) XXX_Unmarshal added in v1.1.0

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

type OneofProtoTypes_Duration

type OneofProtoTypes_Duration struct {
	Duration *durationpb.Duration `protobuf:"bytes,2,opt,name=duration,proto3,oneof" json:"duration,omitempty"`
}

func NewPopulatedOneofProtoTypes_Duration

func NewPopulatedOneofProtoTypes_Duration(r randyTypes, easy bool) *OneofProtoTypes_Duration

func (*OneofProtoTypes_Duration) Equal

func (this *OneofProtoTypes_Duration) Equal(that interface{}) bool

func (*OneofProtoTypes_Duration) MarshalTo

func (m *OneofProtoTypes_Duration) MarshalTo(dAtA []byte) (int, error)

func (*OneofProtoTypes_Duration) MarshalToSizedBuffer added in v1.3.9

func (m *OneofProtoTypes_Duration) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofProtoTypes_Duration) Size

func (m *OneofProtoTypes_Duration) Size() (n int)

func (*OneofProtoTypes_Duration) VerboseEqual

func (this *OneofProtoTypes_Duration) VerboseEqual(that interface{}) error

type OneofProtoTypes_RepBool added in v1.2.0

type OneofProtoTypes_RepBool struct {
	RepBool *wrapperspb.BoolValue `protobuf:"bytes,9,opt,name=repBool,proto3,oneof" json:"repBool,omitempty"`
}

func NewPopulatedOneofProtoTypes_RepBool added in v1.2.0

func NewPopulatedOneofProtoTypes_RepBool(r randyTypes, easy bool) *OneofProtoTypes_RepBool

func (*OneofProtoTypes_RepBool) Equal added in v1.2.0

func (this *OneofProtoTypes_RepBool) Equal(that interface{}) bool

func (*OneofProtoTypes_RepBool) MarshalTo added in v1.2.0

func (m *OneofProtoTypes_RepBool) MarshalTo(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepBool) MarshalToSizedBuffer added in v1.3.9

func (m *OneofProtoTypes_RepBool) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepBool) Size added in v1.2.0

func (m *OneofProtoTypes_RepBool) Size() (n int)

func (*OneofProtoTypes_RepBool) VerboseEqual added in v1.2.0

func (this *OneofProtoTypes_RepBool) VerboseEqual(that interface{}) error

type OneofProtoTypes_RepBytes added in v1.2.0

type OneofProtoTypes_RepBytes struct {
	RepBytes *wrapperspb.BytesValue `protobuf:"bytes,11,opt,name=repBytes,proto3,oneof" json:"repBytes,omitempty"`
}

func NewPopulatedOneofProtoTypes_RepBytes added in v1.2.0

func NewPopulatedOneofProtoTypes_RepBytes(r randyTypes, easy bool) *OneofProtoTypes_RepBytes

func (*OneofProtoTypes_RepBytes) Equal added in v1.2.0

func (this *OneofProtoTypes_RepBytes) Equal(that interface{}) bool

func (*OneofProtoTypes_RepBytes) MarshalTo added in v1.2.0

func (m *OneofProtoTypes_RepBytes) MarshalTo(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepBytes) MarshalToSizedBuffer added in v1.3.9

func (m *OneofProtoTypes_RepBytes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepBytes) Size added in v1.2.0

func (m *OneofProtoTypes_RepBytes) Size() (n int)

func (*OneofProtoTypes_RepBytes) VerboseEqual added in v1.2.0

func (this *OneofProtoTypes_RepBytes) VerboseEqual(that interface{}) error

type OneofProtoTypes_RepDouble added in v1.2.0

type OneofProtoTypes_RepDouble struct {
	RepDouble *wrapperspb.DoubleValue `protobuf:"bytes,3,opt,name=repDouble,proto3,oneof" json:"repDouble,omitempty"`
}

func NewPopulatedOneofProtoTypes_RepDouble added in v1.2.0

func NewPopulatedOneofProtoTypes_RepDouble(r randyTypes, easy bool) *OneofProtoTypes_RepDouble

func (*OneofProtoTypes_RepDouble) Equal added in v1.2.0

func (this *OneofProtoTypes_RepDouble) Equal(that interface{}) bool

func (*OneofProtoTypes_RepDouble) MarshalTo added in v1.2.0

func (m *OneofProtoTypes_RepDouble) MarshalTo(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepDouble) MarshalToSizedBuffer added in v1.3.9

func (m *OneofProtoTypes_RepDouble) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepDouble) Size added in v1.2.0

func (m *OneofProtoTypes_RepDouble) Size() (n int)

func (*OneofProtoTypes_RepDouble) VerboseEqual added in v1.2.0

func (this *OneofProtoTypes_RepDouble) VerboseEqual(that interface{}) error

type OneofProtoTypes_RepFloat added in v1.2.0

type OneofProtoTypes_RepFloat struct {
	RepFloat *wrapperspb.FloatValue `protobuf:"bytes,4,opt,name=repFloat,proto3,oneof" json:"repFloat,omitempty"`
}

func NewPopulatedOneofProtoTypes_RepFloat added in v1.2.0

func NewPopulatedOneofProtoTypes_RepFloat(r randyTypes, easy bool) *OneofProtoTypes_RepFloat

func (*OneofProtoTypes_RepFloat) Equal added in v1.2.0

func (this *OneofProtoTypes_RepFloat) Equal(that interface{}) bool

func (*OneofProtoTypes_RepFloat) MarshalTo added in v1.2.0

func (m *OneofProtoTypes_RepFloat) MarshalTo(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepFloat) MarshalToSizedBuffer added in v1.3.9

func (m *OneofProtoTypes_RepFloat) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepFloat) Size added in v1.2.0

func (m *OneofProtoTypes_RepFloat) Size() (n int)

func (*OneofProtoTypes_RepFloat) VerboseEqual added in v1.2.0

func (this *OneofProtoTypes_RepFloat) VerboseEqual(that interface{}) error

type OneofProtoTypes_RepInt32 added in v1.2.0

type OneofProtoTypes_RepInt32 struct {
	RepInt32 *wrapperspb.Int32Value `protobuf:"bytes,7,opt,name=repInt32,proto3,oneof" json:"repInt32,omitempty"`
}

func NewPopulatedOneofProtoTypes_RepInt32 added in v1.2.0

func NewPopulatedOneofProtoTypes_RepInt32(r randyTypes, easy bool) *OneofProtoTypes_RepInt32

func (*OneofProtoTypes_RepInt32) Equal added in v1.2.0

func (this *OneofProtoTypes_RepInt32) Equal(that interface{}) bool

func (*OneofProtoTypes_RepInt32) MarshalTo added in v1.2.0

func (m *OneofProtoTypes_RepInt32) MarshalTo(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepInt32) MarshalToSizedBuffer added in v1.3.9

func (m *OneofProtoTypes_RepInt32) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepInt32) Size added in v1.2.0

func (m *OneofProtoTypes_RepInt32) Size() (n int)

func (*OneofProtoTypes_RepInt32) VerboseEqual added in v1.2.0

func (this *OneofProtoTypes_RepInt32) VerboseEqual(that interface{}) error

type OneofProtoTypes_RepInt64 added in v1.2.0

type OneofProtoTypes_RepInt64 struct {
	RepInt64 *wrapperspb.Int64Value `protobuf:"bytes,5,opt,name=repInt64,proto3,oneof" json:"repInt64,omitempty"`
}

func NewPopulatedOneofProtoTypes_RepInt64 added in v1.2.0

func NewPopulatedOneofProtoTypes_RepInt64(r randyTypes, easy bool) *OneofProtoTypes_RepInt64

func (*OneofProtoTypes_RepInt64) Equal added in v1.2.0

func (this *OneofProtoTypes_RepInt64) Equal(that interface{}) bool

func (*OneofProtoTypes_RepInt64) MarshalTo added in v1.2.0

func (m *OneofProtoTypes_RepInt64) MarshalTo(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepInt64) MarshalToSizedBuffer added in v1.3.9

func (m *OneofProtoTypes_RepInt64) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepInt64) Size added in v1.2.0

func (m *OneofProtoTypes_RepInt64) Size() (n int)

func (*OneofProtoTypes_RepInt64) VerboseEqual added in v1.2.0

func (this *OneofProtoTypes_RepInt64) VerboseEqual(that interface{}) error

type OneofProtoTypes_RepString added in v1.2.0

type OneofProtoTypes_RepString struct {
	RepString *wrapperspb.StringValue `protobuf:"bytes,10,opt,name=repString,proto3,oneof" json:"repString,omitempty"`
}

func NewPopulatedOneofProtoTypes_RepString added in v1.2.0

func NewPopulatedOneofProtoTypes_RepString(r randyTypes, easy bool) *OneofProtoTypes_RepString

func (*OneofProtoTypes_RepString) Equal added in v1.2.0

func (this *OneofProtoTypes_RepString) Equal(that interface{}) bool

func (*OneofProtoTypes_RepString) MarshalTo added in v1.2.0

func (m *OneofProtoTypes_RepString) MarshalTo(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepString) MarshalToSizedBuffer added in v1.3.9

func (m *OneofProtoTypes_RepString) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepString) Size added in v1.2.0

func (m *OneofProtoTypes_RepString) Size() (n int)

func (*OneofProtoTypes_RepString) VerboseEqual added in v1.2.0

func (this *OneofProtoTypes_RepString) VerboseEqual(that interface{}) error

type OneofProtoTypes_RepUInt32 added in v1.2.0

type OneofProtoTypes_RepUInt32 struct {
	RepUInt32 *wrapperspb.UInt32Value `protobuf:"bytes,8,opt,name=repUInt32,proto3,oneof" json:"repUInt32,omitempty"`
}

func NewPopulatedOneofProtoTypes_RepUInt32 added in v1.2.0

func NewPopulatedOneofProtoTypes_RepUInt32(r randyTypes, easy bool) *OneofProtoTypes_RepUInt32

func (*OneofProtoTypes_RepUInt32) Equal added in v1.2.0

func (this *OneofProtoTypes_RepUInt32) Equal(that interface{}) bool

func (*OneofProtoTypes_RepUInt32) MarshalTo added in v1.2.0

func (m *OneofProtoTypes_RepUInt32) MarshalTo(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepUInt32) MarshalToSizedBuffer added in v1.3.9

func (m *OneofProtoTypes_RepUInt32) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepUInt32) Size added in v1.2.0

func (m *OneofProtoTypes_RepUInt32) Size() (n int)

func (*OneofProtoTypes_RepUInt32) VerboseEqual added in v1.2.0

func (this *OneofProtoTypes_RepUInt32) VerboseEqual(that interface{}) error

type OneofProtoTypes_RepUInt64 added in v1.2.0

type OneofProtoTypes_RepUInt64 struct {
	RepUInt64 *wrapperspb.UInt64Value `protobuf:"bytes,6,opt,name=repUInt64,proto3,oneof" json:"repUInt64,omitempty"`
}

func NewPopulatedOneofProtoTypes_RepUInt64 added in v1.2.0

func NewPopulatedOneofProtoTypes_RepUInt64(r randyTypes, easy bool) *OneofProtoTypes_RepUInt64

func (*OneofProtoTypes_RepUInt64) Equal added in v1.2.0

func (this *OneofProtoTypes_RepUInt64) Equal(that interface{}) bool

func (*OneofProtoTypes_RepUInt64) MarshalTo added in v1.2.0

func (m *OneofProtoTypes_RepUInt64) MarshalTo(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepUInt64) MarshalToSizedBuffer added in v1.3.9

func (m *OneofProtoTypes_RepUInt64) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofProtoTypes_RepUInt64) Size added in v1.2.0

func (m *OneofProtoTypes_RepUInt64) Size() (n int)

func (*OneofProtoTypes_RepUInt64) VerboseEqual added in v1.2.0

func (this *OneofProtoTypes_RepUInt64) VerboseEqual(that interface{}) error

type OneofProtoTypes_Timestamp

type OneofProtoTypes_Timestamp struct {
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3,oneof" json:"timestamp,omitempty"`
}

func NewPopulatedOneofProtoTypes_Timestamp

func NewPopulatedOneofProtoTypes_Timestamp(r randyTypes, easy bool) *OneofProtoTypes_Timestamp

func (*OneofProtoTypes_Timestamp) Equal

func (this *OneofProtoTypes_Timestamp) Equal(that interface{}) bool

func (*OneofProtoTypes_Timestamp) MarshalTo

func (m *OneofProtoTypes_Timestamp) MarshalTo(dAtA []byte) (int, error)

func (*OneofProtoTypes_Timestamp) MarshalToSizedBuffer added in v1.3.9

func (m *OneofProtoTypes_Timestamp) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofProtoTypes_Timestamp) Size

func (m *OneofProtoTypes_Timestamp) Size() (n int)

func (*OneofProtoTypes_Timestamp) VerboseEqual

func (this *OneofProtoTypes_Timestamp) VerboseEqual(that interface{}) error

type OneofStdTypes

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

func NewPopulatedOneofStdTypes(r randyTypes, easy bool) *OneofStdTypes

func (*OneofStdTypes) Descriptor

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

func (*OneofStdTypes) Equal

func (this *OneofStdTypes) Equal(that interface{}) bool

func (*OneofStdTypes) GetDuration

func (m *OneofStdTypes) GetDuration() *time.Duration

func (*OneofStdTypes) GetOneOfStdTimes

func (m *OneofStdTypes) GetOneOfStdTimes() isOneofStdTypes_OneOfStdTimes

func (*OneofStdTypes) GetRepBool added in v1.2.0

func (m *OneofStdTypes) GetRepBool() *bool

func (*OneofStdTypes) GetRepBytes added in v1.2.0

func (m *OneofStdTypes) GetRepBytes() *[]byte

func (*OneofStdTypes) GetRepDouble added in v1.2.0

func (m *OneofStdTypes) GetRepDouble() *float64

func (*OneofStdTypes) GetRepFloat added in v1.2.0

func (m *OneofStdTypes) GetRepFloat() *float32

func (*OneofStdTypes) GetRepInt32 added in v1.2.0

func (m *OneofStdTypes) GetRepInt32() *int32

func (*OneofStdTypes) GetRepInt64 added in v1.2.0

func (m *OneofStdTypes) GetRepInt64() *int64

func (*OneofStdTypes) GetRepString added in v1.2.0

func (m *OneofStdTypes) GetRepString() *string

func (*OneofStdTypes) GetRepUInt32 added in v1.2.0

func (m *OneofStdTypes) GetRepUInt32() *uint32

func (*OneofStdTypes) GetRepUInt64 added in v1.2.0

func (m *OneofStdTypes) GetRepUInt64() *uint64

func (*OneofStdTypes) GetTimestamp

func (m *OneofStdTypes) GetTimestamp() *time.Time

func (*OneofStdTypes) IsNil added in v1.4.9

func (m *OneofStdTypes) IsNil() bool

func (*OneofStdTypes) Marshal

func (m *OneofStdTypes) Marshal() (dAtA []byte, err error)

func (*OneofStdTypes) MarshalTo

func (m *OneofStdTypes) MarshalTo(dAtA []byte) (int, error)

func (*OneofStdTypes) MarshalToSizedBuffer added in v1.3.9

func (m *OneofStdTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofStdTypes) ProtoMessage

func (*OneofStdTypes) ProtoMessage()

func (*OneofStdTypes) Reset

func (m *OneofStdTypes) Reset()

func (*OneofStdTypes) Size

func (m *OneofStdTypes) Size() (n int)

func (*OneofStdTypes) String

func (m *OneofStdTypes) String() string

func (*OneofStdTypes) VerboseEqual

func (this *OneofStdTypes) VerboseEqual(that interface{}) error

func (*OneofStdTypes) XXX_DiscardUnknown added in v1.1.0

func (m *OneofStdTypes) XXX_DiscardUnknown()

func (*OneofStdTypes) XXX_Marshal added in v1.1.0

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

func (*OneofStdTypes) XXX_Merge added in v1.1.0

func (m *OneofStdTypes) XXX_Merge(src proto.Message)

func (*OneofStdTypes) XXX_OneofWrappers added in v1.3.9

func (*OneofStdTypes) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*OneofStdTypes) XXX_Size added in v1.1.0

func (m *OneofStdTypes) XXX_Size() int

func (*OneofStdTypes) XXX_Unmarshal added in v1.1.0

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

type OneofStdTypes_Duration

type OneofStdTypes_Duration struct {
	Duration *time.Duration `protobuf:"bytes,2,opt,name=duration,proto3,oneof,stdduration" json:"duration,omitempty"`
}

func NewPopulatedOneofStdTypes_Duration

func NewPopulatedOneofStdTypes_Duration(r randyTypes, easy bool) *OneofStdTypes_Duration

func (*OneofStdTypes_Duration) Equal

func (this *OneofStdTypes_Duration) Equal(that interface{}) bool

func (*OneofStdTypes_Duration) MarshalTo

func (m *OneofStdTypes_Duration) MarshalTo(dAtA []byte) (int, error)

func (*OneofStdTypes_Duration) MarshalToSizedBuffer added in v1.3.9

func (m *OneofStdTypes_Duration) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofStdTypes_Duration) Size

func (m *OneofStdTypes_Duration) Size() (n int)

func (*OneofStdTypes_Duration) VerboseEqual

func (this *OneofStdTypes_Duration) VerboseEqual(that interface{}) error

type OneofStdTypes_RepBool added in v1.2.0

type OneofStdTypes_RepBool struct {
	RepBool *bool `protobuf:"bytes,9,opt,name=repBool,proto3,oneof,wktptr" json:"repBool,omitempty"`
}

func NewPopulatedOneofStdTypes_RepBool added in v1.2.0

func NewPopulatedOneofStdTypes_RepBool(r randyTypes, easy bool) *OneofStdTypes_RepBool

func (*OneofStdTypes_RepBool) Equal added in v1.2.0

func (this *OneofStdTypes_RepBool) Equal(that interface{}) bool

func (*OneofStdTypes_RepBool) MarshalTo added in v1.2.0

func (m *OneofStdTypes_RepBool) MarshalTo(dAtA []byte) (int, error)

func (*OneofStdTypes_RepBool) MarshalToSizedBuffer added in v1.3.9

func (m *OneofStdTypes_RepBool) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofStdTypes_RepBool) Size added in v1.2.0

func (m *OneofStdTypes_RepBool) Size() (n int)

func (*OneofStdTypes_RepBool) VerboseEqual added in v1.2.0

func (this *OneofStdTypes_RepBool) VerboseEqual(that interface{}) error

type OneofStdTypes_RepBytes added in v1.2.0

type OneofStdTypes_RepBytes struct {
	RepBytes *[]byte `protobuf:"bytes,11,opt,name=repBytes,proto3,oneof,wktptr" json:"repBytes,omitempty"`
}

func NewPopulatedOneofStdTypes_RepBytes added in v1.2.0

func NewPopulatedOneofStdTypes_RepBytes(r randyTypes, easy bool) *OneofStdTypes_RepBytes

func (*OneofStdTypes_RepBytes) Equal added in v1.2.0

func (this *OneofStdTypes_RepBytes) Equal(that interface{}) bool

func (*OneofStdTypes_RepBytes) MarshalTo added in v1.2.0

func (m *OneofStdTypes_RepBytes) MarshalTo(dAtA []byte) (int, error)

func (*OneofStdTypes_RepBytes) MarshalToSizedBuffer added in v1.3.9

func (m *OneofStdTypes_RepBytes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofStdTypes_RepBytes) Size added in v1.2.0

func (m *OneofStdTypes_RepBytes) Size() (n int)

func (*OneofStdTypes_RepBytes) VerboseEqual added in v1.2.0

func (this *OneofStdTypes_RepBytes) VerboseEqual(that interface{}) error

type OneofStdTypes_RepDouble added in v1.2.0

type OneofStdTypes_RepDouble struct {
	RepDouble *float64 `protobuf:"bytes,3,opt,name=repDouble,proto3,oneof,wktptr" json:"repDouble,omitempty"`
}

func NewPopulatedOneofStdTypes_RepDouble added in v1.2.0

func NewPopulatedOneofStdTypes_RepDouble(r randyTypes, easy bool) *OneofStdTypes_RepDouble

func (*OneofStdTypes_RepDouble) Equal added in v1.2.0

func (this *OneofStdTypes_RepDouble) Equal(that interface{}) bool

func (*OneofStdTypes_RepDouble) MarshalTo added in v1.2.0

func (m *OneofStdTypes_RepDouble) MarshalTo(dAtA []byte) (int, error)

func (*OneofStdTypes_RepDouble) MarshalToSizedBuffer added in v1.3.9

func (m *OneofStdTypes_RepDouble) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofStdTypes_RepDouble) Size added in v1.2.0

func (m *OneofStdTypes_RepDouble) Size() (n int)

func (*OneofStdTypes_RepDouble) VerboseEqual added in v1.2.0

func (this *OneofStdTypes_RepDouble) VerboseEqual(that interface{}) error

type OneofStdTypes_RepFloat added in v1.2.0

type OneofStdTypes_RepFloat struct {
	RepFloat *float32 `protobuf:"bytes,4,opt,name=repFloat,proto3,oneof,wktptr" json:"repFloat,omitempty"`
}

func NewPopulatedOneofStdTypes_RepFloat added in v1.2.0

func NewPopulatedOneofStdTypes_RepFloat(r randyTypes, easy bool) *OneofStdTypes_RepFloat

func (*OneofStdTypes_RepFloat) Equal added in v1.2.0

func (this *OneofStdTypes_RepFloat) Equal(that interface{}) bool

func (*OneofStdTypes_RepFloat) MarshalTo added in v1.2.0

func (m *OneofStdTypes_RepFloat) MarshalTo(dAtA []byte) (int, error)

func (*OneofStdTypes_RepFloat) MarshalToSizedBuffer added in v1.3.9

func (m *OneofStdTypes_RepFloat) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofStdTypes_RepFloat) Size added in v1.2.0

func (m *OneofStdTypes_RepFloat) Size() (n int)

func (*OneofStdTypes_RepFloat) VerboseEqual added in v1.2.0

func (this *OneofStdTypes_RepFloat) VerboseEqual(that interface{}) error

type OneofStdTypes_RepInt32 added in v1.2.0

type OneofStdTypes_RepInt32 struct {
	RepInt32 *int32 `protobuf:"bytes,7,opt,name=repInt32,proto3,oneof,wktptr" json:"repInt32,omitempty"`
}

func NewPopulatedOneofStdTypes_RepInt32 added in v1.2.0

func NewPopulatedOneofStdTypes_RepInt32(r randyTypes, easy bool) *OneofStdTypes_RepInt32

func (*OneofStdTypes_RepInt32) Equal added in v1.2.0

func (this *OneofStdTypes_RepInt32) Equal(that interface{}) bool

func (*OneofStdTypes_RepInt32) MarshalTo added in v1.2.0

func (m *OneofStdTypes_RepInt32) MarshalTo(dAtA []byte) (int, error)

func (*OneofStdTypes_RepInt32) MarshalToSizedBuffer added in v1.3.9

func (m *OneofStdTypes_RepInt32) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofStdTypes_RepInt32) Size added in v1.2.0

func (m *OneofStdTypes_RepInt32) Size() (n int)

func (*OneofStdTypes_RepInt32) VerboseEqual added in v1.2.0

func (this *OneofStdTypes_RepInt32) VerboseEqual(that interface{}) error

type OneofStdTypes_RepInt64 added in v1.2.0

type OneofStdTypes_RepInt64 struct {
	RepInt64 *int64 `protobuf:"bytes,5,opt,name=repInt64,proto3,oneof,wktptr" json:"repInt64,omitempty"`
}

func NewPopulatedOneofStdTypes_RepInt64 added in v1.2.0

func NewPopulatedOneofStdTypes_RepInt64(r randyTypes, easy bool) *OneofStdTypes_RepInt64

func (*OneofStdTypes_RepInt64) Equal added in v1.2.0

func (this *OneofStdTypes_RepInt64) Equal(that interface{}) bool

func (*OneofStdTypes_RepInt64) MarshalTo added in v1.2.0

func (m *OneofStdTypes_RepInt64) MarshalTo(dAtA []byte) (int, error)

func (*OneofStdTypes_RepInt64) MarshalToSizedBuffer added in v1.3.9

func (m *OneofStdTypes_RepInt64) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofStdTypes_RepInt64) Size added in v1.2.0

func (m *OneofStdTypes_RepInt64) Size() (n int)

func (*OneofStdTypes_RepInt64) VerboseEqual added in v1.2.0

func (this *OneofStdTypes_RepInt64) VerboseEqual(that interface{}) error

type OneofStdTypes_RepString added in v1.2.0

type OneofStdTypes_RepString struct {
	RepString *string `protobuf:"bytes,10,opt,name=repString,proto3,oneof,wktptr" json:"repString,omitempty"`
}

func NewPopulatedOneofStdTypes_RepString added in v1.2.0

func NewPopulatedOneofStdTypes_RepString(r randyTypes, easy bool) *OneofStdTypes_RepString

func (*OneofStdTypes_RepString) Equal added in v1.2.0

func (this *OneofStdTypes_RepString) Equal(that interface{}) bool

func (*OneofStdTypes_RepString) MarshalTo added in v1.2.0

func (m *OneofStdTypes_RepString) MarshalTo(dAtA []byte) (int, error)

func (*OneofStdTypes_RepString) MarshalToSizedBuffer added in v1.3.9

func (m *OneofStdTypes_RepString) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofStdTypes_RepString) Size added in v1.2.0

func (m *OneofStdTypes_RepString) Size() (n int)

func (*OneofStdTypes_RepString) VerboseEqual added in v1.2.0

func (this *OneofStdTypes_RepString) VerboseEqual(that interface{}) error

type OneofStdTypes_RepUInt32 added in v1.2.0

type OneofStdTypes_RepUInt32 struct {
	RepUInt32 *uint32 `protobuf:"bytes,8,opt,name=repUInt32,proto3,oneof,wktptr" json:"repUInt32,omitempty"`
}

func NewPopulatedOneofStdTypes_RepUInt32 added in v1.2.0

func NewPopulatedOneofStdTypes_RepUInt32(r randyTypes, easy bool) *OneofStdTypes_RepUInt32

func (*OneofStdTypes_RepUInt32) Equal added in v1.2.0

func (this *OneofStdTypes_RepUInt32) Equal(that interface{}) bool

func (*OneofStdTypes_RepUInt32) MarshalTo added in v1.2.0

func (m *OneofStdTypes_RepUInt32) MarshalTo(dAtA []byte) (int, error)

func (*OneofStdTypes_RepUInt32) MarshalToSizedBuffer added in v1.3.9

func (m *OneofStdTypes_RepUInt32) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofStdTypes_RepUInt32) Size added in v1.2.0

func (m *OneofStdTypes_RepUInt32) Size() (n int)

func (*OneofStdTypes_RepUInt32) VerboseEqual added in v1.2.0

func (this *OneofStdTypes_RepUInt32) VerboseEqual(that interface{}) error

type OneofStdTypes_RepUInt64 added in v1.2.0

type OneofStdTypes_RepUInt64 struct {
	RepUInt64 *uint64 `protobuf:"bytes,6,opt,name=repUInt64,proto3,oneof,wktptr" json:"repUInt64,omitempty"`
}

func NewPopulatedOneofStdTypes_RepUInt64 added in v1.2.0

func NewPopulatedOneofStdTypes_RepUInt64(r randyTypes, easy bool) *OneofStdTypes_RepUInt64

func (*OneofStdTypes_RepUInt64) Equal added in v1.2.0

func (this *OneofStdTypes_RepUInt64) Equal(that interface{}) bool

func (*OneofStdTypes_RepUInt64) MarshalTo added in v1.2.0

func (m *OneofStdTypes_RepUInt64) MarshalTo(dAtA []byte) (int, error)

func (*OneofStdTypes_RepUInt64) MarshalToSizedBuffer added in v1.3.9

func (m *OneofStdTypes_RepUInt64) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofStdTypes_RepUInt64) Size added in v1.2.0

func (m *OneofStdTypes_RepUInt64) Size() (n int)

func (*OneofStdTypes_RepUInt64) VerboseEqual added in v1.2.0

func (this *OneofStdTypes_RepUInt64) VerboseEqual(that interface{}) error

type OneofStdTypes_Timestamp

type OneofStdTypes_Timestamp struct {
	Timestamp *time.Time `protobuf:"bytes,1,opt,name=timestamp,proto3,oneof,stdtime" json:"timestamp,omitempty"`
}

func NewPopulatedOneofStdTypes_Timestamp

func NewPopulatedOneofStdTypes_Timestamp(r randyTypes, easy bool) *OneofStdTypes_Timestamp

func (*OneofStdTypes_Timestamp) Equal

func (this *OneofStdTypes_Timestamp) Equal(that interface{}) bool

func (*OneofStdTypes_Timestamp) MarshalTo

func (m *OneofStdTypes_Timestamp) MarshalTo(dAtA []byte) (int, error)

func (*OneofStdTypes_Timestamp) MarshalToSizedBuffer added in v1.3.9

func (m *OneofStdTypes_Timestamp) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OneofStdTypes_Timestamp) Size

func (m *OneofStdTypes_Timestamp) Size() (n int)

func (*OneofStdTypes_Timestamp) VerboseEqual

func (this *OneofStdTypes_Timestamp) VerboseEqual(that interface{}) error

type ProtoTypes

type ProtoTypes struct {
	NullableTimestamp    *timestamppb.Timestamp  `protobuf:"bytes,1,opt,name=nullableTimestamp,proto3" json:"nullableTimestamp,omitempty"`
	NullableDuration     *durationpb.Duration    `protobuf:"bytes,2,opt,name=nullableDuration,proto3" json:"nullableDuration,omitempty"`
	NullableDouble       *wrapperspb.DoubleValue `protobuf:"bytes,3,opt,name=nullableDouble,proto3" json:"nullableDouble,omitempty"`
	NullableFloat        *wrapperspb.FloatValue  `protobuf:"bytes,4,opt,name=nullableFloat,proto3" json:"nullableFloat,omitempty"`
	NullableInt64        *wrapperspb.Int64Value  `protobuf:"bytes,5,opt,name=nullableInt64,proto3" json:"nullableInt64,omitempty"`
	NullableUInt64       *wrapperspb.UInt64Value `protobuf:"bytes,6,opt,name=nullableUInt64,proto3" json:"nullableUInt64,omitempty"`
	NullableInt32        *wrapperspb.Int32Value  `protobuf:"bytes,7,opt,name=nullableInt32,proto3" json:"nullableInt32,omitempty"`
	NullableUInt32       *wrapperspb.UInt32Value `protobuf:"bytes,8,opt,name=nullableUInt32,proto3" json:"nullableUInt32,omitempty"`
	NullableBool         *wrapperspb.BoolValue   `protobuf:"bytes,9,opt,name=nullableBool,proto3" json:"nullableBool,omitempty"`
	NullableString       *wrapperspb.StringValue `protobuf:"bytes,10,opt,name=nullableString,proto3" json:"nullableString,omitempty"`
	NullableBytes        *wrapperspb.BytesValue  `protobuf:"bytes,11,opt,name=nullableBytes,proto3" json:"nullableBytes,omitempty"`
	Timestamp            timestamppb.Timestamp   `protobuf:"bytes,12,opt,name=timestamp,proto3" json:"timestamp"`
	Duration             durationpb.Duration     `protobuf:"bytes,13,opt,name=duration,proto3" json:"duration"`
	NonnullDouble        wrapperspb.DoubleValue  `protobuf:"bytes,14,opt,name=nonnullDouble,proto3" json:"nonnullDouble"`
	NonnullFloat         wrapperspb.FloatValue   `protobuf:"bytes,15,opt,name=nonnullFloat,proto3" json:"nonnullFloat"`
	NonnullInt64         wrapperspb.Int64Value   `protobuf:"bytes,16,opt,name=nonnullInt64,proto3" json:"nonnullInt64"`
	NonnullUInt64        wrapperspb.UInt64Value  `protobuf:"bytes,17,opt,name=nonnullUInt64,proto3" json:"nonnullUInt64"`
	NonnullInt32         wrapperspb.Int32Value   `protobuf:"bytes,18,opt,name=nonnullInt32,proto3" json:"nonnullInt32"`
	NonnullUInt32        wrapperspb.UInt32Value  `protobuf:"bytes,19,opt,name=nonnullUInt32,proto3" json:"nonnullUInt32"`
	NonnullBool          wrapperspb.BoolValue    `protobuf:"bytes,20,opt,name=nonnullBool,proto3" json:"nonnullBool"`
	NonnullString        wrapperspb.StringValue  `protobuf:"bytes,21,opt,name=nonnullString,proto3" json:"nonnullString"`
	NonnullBytes         wrapperspb.BytesValue   `protobuf:"bytes,22,opt,name=nonnullBytes,proto3" json:"nonnullBytes"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func NewPopulatedProtoTypes

func NewPopulatedProtoTypes(r randyTypes, easy bool) *ProtoTypes

func (*ProtoTypes) Compare

func (this *ProtoTypes) Compare(that interface{}) int

func (*ProtoTypes) Descriptor

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

func (*ProtoTypes) Equal

func (this *ProtoTypes) Equal(that interface{}) bool

func (*ProtoTypes) GetDuration

func (m *ProtoTypes) GetDuration() durationpb.Duration

func (*ProtoTypes) GetNonnullBool added in v1.2.0

func (m *ProtoTypes) GetNonnullBool() wrapperspb.BoolValue

func (*ProtoTypes) GetNonnullBytes added in v1.2.0

func (m *ProtoTypes) GetNonnullBytes() wrapperspb.BytesValue

func (*ProtoTypes) GetNonnullDouble added in v1.2.0

func (m *ProtoTypes) GetNonnullDouble() wrapperspb.DoubleValue

func (*ProtoTypes) GetNonnullFloat added in v1.2.0

func (m *ProtoTypes) GetNonnullFloat() wrapperspb.FloatValue

func (*ProtoTypes) GetNonnullInt32 added in v1.2.0

func (m *ProtoTypes) GetNonnullInt32() wrapperspb.Int32Value

func (*ProtoTypes) GetNonnullInt64 added in v1.2.0

func (m *ProtoTypes) GetNonnullInt64() wrapperspb.Int64Value

func (*ProtoTypes) GetNonnullString added in v1.2.0

func (m *ProtoTypes) GetNonnullString() wrapperspb.StringValue

func (*ProtoTypes) GetNonnullUInt32 added in v1.2.0

func (m *ProtoTypes) GetNonnullUInt32() wrapperspb.UInt32Value

func (*ProtoTypes) GetNonnullUInt64 added in v1.2.0

func (m *ProtoTypes) GetNonnullUInt64() wrapperspb.UInt64Value

func (*ProtoTypes) GetNullableBool added in v1.2.0

func (m *ProtoTypes) GetNullableBool() *wrapperspb.BoolValue

func (*ProtoTypes) GetNullableBytes added in v1.2.0

func (m *ProtoTypes) GetNullableBytes() *wrapperspb.BytesValue

func (*ProtoTypes) GetNullableDouble added in v1.2.0

func (m *ProtoTypes) GetNullableDouble() *wrapperspb.DoubleValue

func (*ProtoTypes) GetNullableDuration

func (m *ProtoTypes) GetNullableDuration() *durationpb.Duration

func (*ProtoTypes) GetNullableFloat added in v1.2.0

func (m *ProtoTypes) GetNullableFloat() *wrapperspb.FloatValue

func (*ProtoTypes) GetNullableInt32 added in v1.2.0

func (m *ProtoTypes) GetNullableInt32() *wrapperspb.Int32Value

func (*ProtoTypes) GetNullableInt64 added in v1.2.0

func (m *ProtoTypes) GetNullableInt64() *wrapperspb.Int64Value

func (*ProtoTypes) GetNullableString added in v1.2.0

func (m *ProtoTypes) GetNullableString() *wrapperspb.StringValue

func (*ProtoTypes) GetNullableTimestamp

func (m *ProtoTypes) GetNullableTimestamp() *timestamppb.Timestamp

func (*ProtoTypes) GetNullableUInt32 added in v1.2.0

func (m *ProtoTypes) GetNullableUInt32() *wrapperspb.UInt32Value

func (*ProtoTypes) GetNullableUInt64 added in v1.2.0

func (m *ProtoTypes) GetNullableUInt64() *wrapperspb.UInt64Value

func (*ProtoTypes) GetTimestamp

func (m *ProtoTypes) GetTimestamp() timestamppb.Timestamp

func (*ProtoTypes) IsNil added in v1.4.9

func (m *ProtoTypes) IsNil() bool

func (*ProtoTypes) Marshal

func (m *ProtoTypes) Marshal() (dAtA []byte, err error)

func (*ProtoTypes) MarshalTo

func (m *ProtoTypes) MarshalTo(dAtA []byte) (int, error)

func (*ProtoTypes) MarshalToSizedBuffer added in v1.3.9

func (m *ProtoTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ProtoTypes) ProtoMessage

func (*ProtoTypes) ProtoMessage()

func (*ProtoTypes) Reset

func (m *ProtoTypes) Reset()

func (*ProtoTypes) SetDuration_ added in v1.4.9

func (m *ProtoTypes) SetDuration_(val durationpb.Duration)

func (*ProtoTypes) SetNonnullBool_ added in v1.4.9

func (m *ProtoTypes) SetNonnullBool_(val wrapperspb.BoolValue)

func (*ProtoTypes) SetNonnullBytes_ added in v1.4.9

func (m *ProtoTypes) SetNonnullBytes_(val wrapperspb.BytesValue)

func (*ProtoTypes) SetNonnullDouble_ added in v1.4.9

func (m *ProtoTypes) SetNonnullDouble_(val wrapperspb.DoubleValue)

func (*ProtoTypes) SetNonnullFloat_ added in v1.4.9

func (m *ProtoTypes) SetNonnullFloat_(val wrapperspb.FloatValue)

func (*ProtoTypes) SetNonnullInt32_ added in v1.4.9

func (m *ProtoTypes) SetNonnullInt32_(val wrapperspb.Int32Value)

func (*ProtoTypes) SetNonnullInt64_ added in v1.4.9

func (m *ProtoTypes) SetNonnullInt64_(val wrapperspb.Int64Value)

func (*ProtoTypes) SetNonnullString_ added in v1.4.9

func (m *ProtoTypes) SetNonnullString_(val wrapperspb.StringValue)

func (*ProtoTypes) SetNonnullUInt32_ added in v1.4.9

func (m *ProtoTypes) SetNonnullUInt32_(val wrapperspb.UInt32Value)

func (*ProtoTypes) SetNonnullUInt64_ added in v1.4.9

func (m *ProtoTypes) SetNonnullUInt64_(val wrapperspb.UInt64Value)

func (*ProtoTypes) SetNullableBool_ added in v1.4.9

func (m *ProtoTypes) SetNullableBool_(val *wrapperspb.BoolValue)

func (*ProtoTypes) SetNullableBytes_ added in v1.4.9

func (m *ProtoTypes) SetNullableBytes_(val *wrapperspb.BytesValue)

func (*ProtoTypes) SetNullableDouble_ added in v1.4.9

func (m *ProtoTypes) SetNullableDouble_(val *wrapperspb.DoubleValue)

func (*ProtoTypes) SetNullableDuration_ added in v1.4.9

func (m *ProtoTypes) SetNullableDuration_(val *durationpb.Duration)

func (*ProtoTypes) SetNullableFloat_ added in v1.4.9

func (m *ProtoTypes) SetNullableFloat_(val *wrapperspb.FloatValue)

func (*ProtoTypes) SetNullableInt32_ added in v1.4.9

func (m *ProtoTypes) SetNullableInt32_(val *wrapperspb.Int32Value)

func (*ProtoTypes) SetNullableInt64_ added in v1.4.9

func (m *ProtoTypes) SetNullableInt64_(val *wrapperspb.Int64Value)

func (*ProtoTypes) SetNullableString_ added in v1.4.9

func (m *ProtoTypes) SetNullableString_(val *wrapperspb.StringValue)

func (*ProtoTypes) SetNullableTimestamp_ added in v1.4.9

func (m *ProtoTypes) SetNullableTimestamp_(val *timestamppb.Timestamp)

func (*ProtoTypes) SetNullableUInt32_ added in v1.4.9

func (m *ProtoTypes) SetNullableUInt32_(val *wrapperspb.UInt32Value)

func (*ProtoTypes) SetNullableUInt64_ added in v1.4.9

func (m *ProtoTypes) SetNullableUInt64_(val *wrapperspb.UInt64Value)

func (*ProtoTypes) SetTimestamp_ added in v1.4.9

func (m *ProtoTypes) SetTimestamp_(val timestamppb.Timestamp)

func (*ProtoTypes) Size

func (m *ProtoTypes) Size() (n int)

func (*ProtoTypes) String

func (m *ProtoTypes) String() string

func (*ProtoTypes) VerboseEqual

func (this *ProtoTypes) VerboseEqual(that interface{}) error

func (*ProtoTypes) XXX_DiscardUnknown added in v1.1.0

func (m *ProtoTypes) XXX_DiscardUnknown()

func (*ProtoTypes) XXX_Marshal added in v1.1.0

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

func (*ProtoTypes) XXX_Merge added in v1.1.0

func (m *ProtoTypes) XXX_Merge(src proto.Message)

func (*ProtoTypes) XXX_Size added in v1.1.0

func (m *ProtoTypes) XXX_Size() int

func (*ProtoTypes) XXX_Unmarshal added in v1.1.0

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

type RepProtoTypes

type RepProtoTypes struct {
	NullableTimestamps   []*timestamppb.Timestamp  `protobuf:"bytes,1,rep,name=nullableTimestamps,proto3" json:"nullableTimestamps,omitempty"`
	NullableDurations    []*durationpb.Duration    `protobuf:"bytes,2,rep,name=nullableDurations,proto3" json:"nullableDurations,omitempty"`
	Timestamps           []timestamppb.Timestamp   `protobuf:"bytes,3,rep,name=timestamps,proto3" json:"timestamps"`
	Durations            []durationpb.Duration     `protobuf:"bytes,4,rep,name=durations,proto3" json:"durations"`
	NullableDouble       []*wrapperspb.DoubleValue `protobuf:"bytes,5,rep,name=nullableDouble,proto3" json:"nullableDouble,omitempty"`
	NonnullDouble        []wrapperspb.DoubleValue  `protobuf:"bytes,6,rep,name=nonnullDouble,proto3" json:"nonnullDouble"`
	NullableFloat        []*wrapperspb.FloatValue  `protobuf:"bytes,7,rep,name=nullableFloat,proto3" json:"nullableFloat,omitempty"`
	NonnullFloat         []wrapperspb.FloatValue   `protobuf:"bytes,8,rep,name=nonnullFloat,proto3" json:"nonnullFloat"`
	NullableInt64        []*wrapperspb.Int64Value  `protobuf:"bytes,9,rep,name=nullableInt64,proto3" json:"nullableInt64,omitempty"`
	NonnullInt64         []wrapperspb.Int64Value   `protobuf:"bytes,10,rep,name=nonnullInt64,proto3" json:"nonnullInt64"`
	NullableUInt64       []*wrapperspb.UInt64Value `protobuf:"bytes,11,rep,name=nullableUInt64,proto3" json:"nullableUInt64,omitempty"`
	NonnullUInt64        []wrapperspb.UInt64Value  `protobuf:"bytes,12,rep,name=nonnullUInt64,proto3" json:"nonnullUInt64"`
	NullableInt32        []*wrapperspb.Int32Value  `protobuf:"bytes,13,rep,name=nullableInt32,proto3" json:"nullableInt32,omitempty"`
	NonnullInt32         []wrapperspb.Int32Value   `protobuf:"bytes,14,rep,name=nonnullInt32,proto3" json:"nonnullInt32"`
	NullableUInt32       []*wrapperspb.UInt32Value `protobuf:"bytes,15,rep,name=nullableUInt32,proto3" json:"nullableUInt32,omitempty"`
	NonnullUInt32        []wrapperspb.UInt32Value  `protobuf:"bytes,16,rep,name=nonnullUInt32,proto3" json:"nonnullUInt32"`
	NullableBool         []*wrapperspb.BoolValue   `protobuf:"bytes,17,rep,name=nullableBool,proto3" json:"nullableBool,omitempty"`
	NonnullBool          []wrapperspb.BoolValue    `protobuf:"bytes,18,rep,name=nonnullBool,proto3" json:"nonnullBool"`
	NullableString       []*wrapperspb.StringValue `protobuf:"bytes,19,rep,name=nullableString,proto3" json:"nullableString,omitempty"`
	NonnullString        []wrapperspb.StringValue  `protobuf:"bytes,20,rep,name=nonnullString,proto3" json:"nonnullString"`
	NullableBytes        []*wrapperspb.BytesValue  `protobuf:"bytes,21,rep,name=nullableBytes,proto3" json:"nullableBytes,omitempty"`
	NonnullBytes         []wrapperspb.BytesValue   `protobuf:"bytes,22,rep,name=nonnullBytes,proto3" json:"nonnullBytes"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func NewPopulatedRepProtoTypes

func NewPopulatedRepProtoTypes(r randyTypes, easy bool) *RepProtoTypes

func (*RepProtoTypes) Compare

func (this *RepProtoTypes) Compare(that interface{}) int

func (*RepProtoTypes) Descriptor

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

func (*RepProtoTypes) Equal

func (this *RepProtoTypes) Equal(that interface{}) bool

func (*RepProtoTypes) GetDurations

func (m *RepProtoTypes) GetDurations() []durationpb.Duration

func (*RepProtoTypes) GetNonnullBool added in v1.2.0

func (m *RepProtoTypes) GetNonnullBool() []wrapperspb.BoolValue

func (*RepProtoTypes) GetNonnullBytes added in v1.2.0

func (m *RepProtoTypes) GetNonnullBytes() []wrapperspb.BytesValue

func (*RepProtoTypes) GetNonnullDouble added in v1.2.0

func (m *RepProtoTypes) GetNonnullDouble() []wrapperspb.DoubleValue

func (*RepProtoTypes) GetNonnullFloat added in v1.2.0

func (m *RepProtoTypes) GetNonnullFloat() []wrapperspb.FloatValue

func (*RepProtoTypes) GetNonnullInt32 added in v1.2.0

func (m *RepProtoTypes) GetNonnullInt32() []wrapperspb.Int32Value

func (*RepProtoTypes) GetNonnullInt64 added in v1.2.0

func (m *RepProtoTypes) GetNonnullInt64() []wrapperspb.Int64Value

func (*RepProtoTypes) GetNonnullString added in v1.2.0

func (m *RepProtoTypes) GetNonnullString() []wrapperspb.StringValue

func (*RepProtoTypes) GetNonnullUInt32 added in v1.2.0

func (m *RepProtoTypes) GetNonnullUInt32() []wrapperspb.UInt32Value

func (*RepProtoTypes) GetNonnullUInt64 added in v1.2.0

func (m *RepProtoTypes) GetNonnullUInt64() []wrapperspb.UInt64Value

func (*RepProtoTypes) GetNullableBool added in v1.2.0

func (m *RepProtoTypes) GetNullableBool() []*wrapperspb.BoolValue

func (*RepProtoTypes) GetNullableBytes added in v1.2.0

func (m *RepProtoTypes) GetNullableBytes() []*wrapperspb.BytesValue

func (*RepProtoTypes) GetNullableDouble added in v1.2.0

func (m *RepProtoTypes) GetNullableDouble() []*wrapperspb.DoubleValue

func (*RepProtoTypes) GetNullableDurations

func (m *RepProtoTypes) GetNullableDurations() []*durationpb.Duration

func (*RepProtoTypes) GetNullableFloat added in v1.2.0

func (m *RepProtoTypes) GetNullableFloat() []*wrapperspb.FloatValue

func (*RepProtoTypes) GetNullableInt32 added in v1.2.0

func (m *RepProtoTypes) GetNullableInt32() []*wrapperspb.Int32Value

func (*RepProtoTypes) GetNullableInt64 added in v1.2.0

func (m *RepProtoTypes) GetNullableInt64() []*wrapperspb.Int64Value

func (*RepProtoTypes) GetNullableString added in v1.2.0

func (m *RepProtoTypes) GetNullableString() []*wrapperspb.StringValue

func (*RepProtoTypes) GetNullableTimestamps

func (m *RepProtoTypes) GetNullableTimestamps() []*timestamppb.Timestamp

func (*RepProtoTypes) GetNullableUInt32 added in v1.2.0

func (m *RepProtoTypes) GetNullableUInt32() []*wrapperspb.UInt32Value

func (*RepProtoTypes) GetNullableUInt64 added in v1.2.0

func (m *RepProtoTypes) GetNullableUInt64() []*wrapperspb.UInt64Value

func (*RepProtoTypes) GetTimestamps

func (m *RepProtoTypes) GetTimestamps() []timestamppb.Timestamp

func (*RepProtoTypes) IsNil added in v1.4.9

func (m *RepProtoTypes) IsNil() bool

func (*RepProtoTypes) Marshal

func (m *RepProtoTypes) Marshal() (dAtA []byte, err error)

func (*RepProtoTypes) MarshalTo

func (m *RepProtoTypes) MarshalTo(dAtA []byte) (int, error)

func (*RepProtoTypes) MarshalToSizedBuffer added in v1.3.9

func (m *RepProtoTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RepProtoTypes) ProtoMessage

func (*RepProtoTypes) ProtoMessage()

func (*RepProtoTypes) Reset

func (m *RepProtoTypes) Reset()

func (*RepProtoTypes) SetDurations_ added in v1.4.9

func (m *RepProtoTypes) SetDurations_(val []durationpb.Duration)

func (*RepProtoTypes) SetNonnullBool_ added in v1.4.9

func (m *RepProtoTypes) SetNonnullBool_(val []wrapperspb.BoolValue)

func (*RepProtoTypes) SetNonnullBytes_ added in v1.4.9

func (m *RepProtoTypes) SetNonnullBytes_(val []wrapperspb.BytesValue)

func (*RepProtoTypes) SetNonnullDouble_ added in v1.4.9

func (m *RepProtoTypes) SetNonnullDouble_(val []wrapperspb.DoubleValue)

func (*RepProtoTypes) SetNonnullFloat_ added in v1.4.9

func (m *RepProtoTypes) SetNonnullFloat_(val []wrapperspb.FloatValue)

func (*RepProtoTypes) SetNonnullInt32_ added in v1.4.9

func (m *RepProtoTypes) SetNonnullInt32_(val []wrapperspb.Int32Value)

func (*RepProtoTypes) SetNonnullInt64_ added in v1.4.9

func (m *RepProtoTypes) SetNonnullInt64_(val []wrapperspb.Int64Value)

func (*RepProtoTypes) SetNonnullString_ added in v1.4.9

func (m *RepProtoTypes) SetNonnullString_(val []wrapperspb.StringValue)

func (*RepProtoTypes) SetNonnullUInt32_ added in v1.4.9

func (m *RepProtoTypes) SetNonnullUInt32_(val []wrapperspb.UInt32Value)

func (*RepProtoTypes) SetNonnullUInt64_ added in v1.4.9

func (m *RepProtoTypes) SetNonnullUInt64_(val []wrapperspb.UInt64Value)

func (*RepProtoTypes) SetNullableBool_ added in v1.4.9

func (m *RepProtoTypes) SetNullableBool_(val []*wrapperspb.BoolValue)

func (*RepProtoTypes) SetNullableBytes_ added in v1.4.9

func (m *RepProtoTypes) SetNullableBytes_(val []*wrapperspb.BytesValue)

func (*RepProtoTypes) SetNullableDouble_ added in v1.4.9

func (m *RepProtoTypes) SetNullableDouble_(val []*wrapperspb.DoubleValue)

func (*RepProtoTypes) SetNullableDurations_ added in v1.4.9

func (m *RepProtoTypes) SetNullableDurations_(val []*durationpb.Duration)

func (*RepProtoTypes) SetNullableFloat_ added in v1.4.9

func (m *RepProtoTypes) SetNullableFloat_(val []*wrapperspb.FloatValue)

func (*RepProtoTypes) SetNullableInt32_ added in v1.4.9

func (m *RepProtoTypes) SetNullableInt32_(val []*wrapperspb.Int32Value)

func (*RepProtoTypes) SetNullableInt64_ added in v1.4.9

func (m *RepProtoTypes) SetNullableInt64_(val []*wrapperspb.Int64Value)

func (*RepProtoTypes) SetNullableString_ added in v1.4.9

func (m *RepProtoTypes) SetNullableString_(val []*wrapperspb.StringValue)

func (*RepProtoTypes) SetNullableTimestamps_ added in v1.4.9

func (m *RepProtoTypes) SetNullableTimestamps_(val []*timestamppb.Timestamp)

func (*RepProtoTypes) SetNullableUInt32_ added in v1.4.9

func (m *RepProtoTypes) SetNullableUInt32_(val []*wrapperspb.UInt32Value)

func (*RepProtoTypes) SetNullableUInt64_ added in v1.4.9

func (m *RepProtoTypes) SetNullableUInt64_(val []*wrapperspb.UInt64Value)

func (*RepProtoTypes) SetTimestamps_ added in v1.4.9

func (m *RepProtoTypes) SetTimestamps_(val []timestamppb.Timestamp)

func (*RepProtoTypes) Size

func (m *RepProtoTypes) Size() (n int)

func (*RepProtoTypes) String

func (m *RepProtoTypes) String() string

func (*RepProtoTypes) VerboseEqual

func (this *RepProtoTypes) VerboseEqual(that interface{}) error

func (*RepProtoTypes) XXX_DiscardUnknown added in v1.1.0

func (m *RepProtoTypes) XXX_DiscardUnknown()

func (*RepProtoTypes) XXX_Marshal added in v1.1.0

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

func (*RepProtoTypes) XXX_Merge added in v1.1.0

func (m *RepProtoTypes) XXX_Merge(src proto.Message)

func (*RepProtoTypes) XXX_Size added in v1.1.0

func (m *RepProtoTypes) XXX_Size() int

func (*RepProtoTypes) XXX_Unmarshal added in v1.1.0

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

type RepStdTypes

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

func NewPopulatedRepStdTypes(r randyTypes, easy bool) *RepStdTypes

func (*RepStdTypes) Descriptor

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

func (*RepStdTypes) Equal

func (this *RepStdTypes) Equal(that interface{}) bool

func (*RepStdTypes) GetDurations

func (m *RepStdTypes) GetDurations() []time.Duration

func (*RepStdTypes) GetNonnullBool added in v1.2.0

func (m *RepStdTypes) GetNonnullBool() []bool

func (*RepStdTypes) GetNonnullBytes added in v1.2.0

func (m *RepStdTypes) GetNonnullBytes() [][]byte

func (*RepStdTypes) GetNonnullDouble added in v1.2.0

func (m *RepStdTypes) GetNonnullDouble() []float64

func (*RepStdTypes) GetNonnullFloat added in v1.2.0

func (m *RepStdTypes) GetNonnullFloat() []float32

func (*RepStdTypes) GetNonnullInt32 added in v1.2.0

func (m *RepStdTypes) GetNonnullInt32() []int32

func (*RepStdTypes) GetNonnullInt64 added in v1.2.0

func (m *RepStdTypes) GetNonnullInt64() []int64

func (*RepStdTypes) GetNonnullString added in v1.2.0

func (m *RepStdTypes) GetNonnullString() []string

func (*RepStdTypes) GetNonnullUInt32 added in v1.2.0

func (m *RepStdTypes) GetNonnullUInt32() []uint32

func (*RepStdTypes) GetNonnullUInt64 added in v1.2.0

func (m *RepStdTypes) GetNonnullUInt64() []uint64

func (*RepStdTypes) GetNullableBool added in v1.2.0

func (m *RepStdTypes) GetNullableBool() []*bool

func (*RepStdTypes) GetNullableBytes added in v1.2.0

func (m *RepStdTypes) GetNullableBytes() []*[]byte

func (*RepStdTypes) GetNullableDouble added in v1.2.0

func (m *RepStdTypes) GetNullableDouble() []*float64

func (*RepStdTypes) GetNullableDurations

func (m *RepStdTypes) GetNullableDurations() []*time.Duration

func (*RepStdTypes) GetNullableFloat added in v1.2.0

func (m *RepStdTypes) GetNullableFloat() []*float32

func (*RepStdTypes) GetNullableInt32 added in v1.2.0

func (m *RepStdTypes) GetNullableInt32() []*int32

func (*RepStdTypes) GetNullableInt64 added in v1.2.0

func (m *RepStdTypes) GetNullableInt64() []*int64

func (*RepStdTypes) GetNullableString added in v1.2.0

func (m *RepStdTypes) GetNullableString() []*string

func (*RepStdTypes) GetNullableTimestamps

func (m *RepStdTypes) GetNullableTimestamps() []*time.Time

func (*RepStdTypes) GetNullableUInt32 added in v1.2.0

func (m *RepStdTypes) GetNullableUInt32() []*uint32

func (*RepStdTypes) GetNullableUInt64 added in v1.2.0

func (m *RepStdTypes) GetNullableUInt64() []*uint64

func (*RepStdTypes) GetTimestamps

func (m *RepStdTypes) GetTimestamps() []time.Time

func (*RepStdTypes) IsNil added in v1.4.9

func (m *RepStdTypes) IsNil() bool

func (*RepStdTypes) Marshal

func (m *RepStdTypes) Marshal() (dAtA []byte, err error)

func (*RepStdTypes) MarshalTo

func (m *RepStdTypes) MarshalTo(dAtA []byte) (int, error)

func (*RepStdTypes) MarshalToSizedBuffer added in v1.3.9

func (m *RepStdTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RepStdTypes) ProtoMessage

func (*RepStdTypes) ProtoMessage()

func (*RepStdTypes) Reset

func (m *RepStdTypes) Reset()

func (*RepStdTypes) SetDurations_ added in v1.4.9

func (m *RepStdTypes) SetDurations_(val []time.Duration)

func (*RepStdTypes) SetNonnullBool_ added in v1.4.9

func (m *RepStdTypes) SetNonnullBool_(val []bool)

func (*RepStdTypes) SetNonnullBytes_ added in v1.4.9

func (m *RepStdTypes) SetNonnullBytes_(val [][]byte)

func (*RepStdTypes) SetNonnullDouble_ added in v1.4.9

func (m *RepStdTypes) SetNonnullDouble_(val []float64)

func (*RepStdTypes) SetNonnullFloat_ added in v1.4.9

func (m *RepStdTypes) SetNonnullFloat_(val []float32)

func (*RepStdTypes) SetNonnullInt32_ added in v1.4.9

func (m *RepStdTypes) SetNonnullInt32_(val []int32)

func (*RepStdTypes) SetNonnullInt64_ added in v1.4.9

func (m *RepStdTypes) SetNonnullInt64_(val []int64)

func (*RepStdTypes) SetNonnullString_ added in v1.4.9

func (m *RepStdTypes) SetNonnullString_(val []string)

func (*RepStdTypes) SetNonnullUInt32_ added in v1.4.9

func (m *RepStdTypes) SetNonnullUInt32_(val []uint32)

func (*RepStdTypes) SetNonnullUInt64_ added in v1.4.9

func (m *RepStdTypes) SetNonnullUInt64_(val []uint64)

func (*RepStdTypes) SetNullableBool_ added in v1.4.9

func (m *RepStdTypes) SetNullableBool_(val []*bool)

func (*RepStdTypes) SetNullableBytes_ added in v1.4.9

func (m *RepStdTypes) SetNullableBytes_(val []*[]byte)

func (*RepStdTypes) SetNullableDouble_ added in v1.4.9

func (m *RepStdTypes) SetNullableDouble_(val []*float64)

func (*RepStdTypes) SetNullableDurations_ added in v1.4.9

func (m *RepStdTypes) SetNullableDurations_(val []*time.Duration)

func (*RepStdTypes) SetNullableFloat_ added in v1.4.9

func (m *RepStdTypes) SetNullableFloat_(val []*float32)

func (*RepStdTypes) SetNullableInt32_ added in v1.4.9

func (m *RepStdTypes) SetNullableInt32_(val []*int32)

func (*RepStdTypes) SetNullableInt64_ added in v1.4.9

func (m *RepStdTypes) SetNullableInt64_(val []*int64)

func (*RepStdTypes) SetNullableString_ added in v1.4.9

func (m *RepStdTypes) SetNullableString_(val []*string)

func (*RepStdTypes) SetNullableTimestamps_ added in v1.4.9

func (m *RepStdTypes) SetNullableTimestamps_(val []*time.Time)

func (*RepStdTypes) SetNullableUInt32_ added in v1.4.9

func (m *RepStdTypes) SetNullableUInt32_(val []*uint32)

func (*RepStdTypes) SetNullableUInt64_ added in v1.4.9

func (m *RepStdTypes) SetNullableUInt64_(val []*uint64)

func (*RepStdTypes) SetTimestamps_ added in v1.4.9

func (m *RepStdTypes) SetTimestamps_(val []time.Time)

func (*RepStdTypes) Size

func (m *RepStdTypes) Size() (n int)

func (*RepStdTypes) String

func (m *RepStdTypes) String() string

func (*RepStdTypes) VerboseEqual

func (this *RepStdTypes) VerboseEqual(that interface{}) error

func (*RepStdTypes) XXX_DiscardUnknown added in v1.1.0

func (m *RepStdTypes) XXX_DiscardUnknown()

func (*RepStdTypes) XXX_Marshal added in v1.1.0

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

func (*RepStdTypes) XXX_Merge added in v1.1.0

func (m *RepStdTypes) XXX_Merge(src proto.Message)

func (*RepStdTypes) XXX_Size added in v1.1.0

func (m *RepStdTypes) XXX_Size() int

func (*RepStdTypes) XXX_Unmarshal added in v1.1.0

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

type StdTypes

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

func NewPopulatedStdTypes(r randyTypes, easy bool) *StdTypes

func (*StdTypes) Descriptor

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

func (*StdTypes) Equal

func (this *StdTypes) Equal(that interface{}) bool

func (*StdTypes) GetDuration

func (m *StdTypes) GetDuration() time.Duration

func (*StdTypes) GetNonnullBool added in v1.2.0

func (m *StdTypes) GetNonnullBool() bool

func (*StdTypes) GetNonnullBytes added in v1.2.0

func (m *StdTypes) GetNonnullBytes() []byte

func (*StdTypes) GetNonnullDouble added in v1.2.0

func (m *StdTypes) GetNonnullDouble() float64

func (*StdTypes) GetNonnullFloat added in v1.2.0

func (m *StdTypes) GetNonnullFloat() float32

func (*StdTypes) GetNonnullInt32 added in v1.2.0

func (m *StdTypes) GetNonnullInt32() int32

func (*StdTypes) GetNonnullInt64 added in v1.2.0

func (m *StdTypes) GetNonnullInt64() int64

func (*StdTypes) GetNonnullString added in v1.2.0

func (m *StdTypes) GetNonnullString() string

func (*StdTypes) GetNonnullUInt32 added in v1.2.0

func (m *StdTypes) GetNonnullUInt32() uint32

func (*StdTypes) GetNonnullUInt64 added in v1.2.0

func (m *StdTypes) GetNonnullUInt64() uint64

func (*StdTypes) GetNullableBool added in v1.2.0

func (m *StdTypes) GetNullableBool() *bool

func (*StdTypes) GetNullableBytes added in v1.2.0

func (m *StdTypes) GetNullableBytes() *[]byte

func (*StdTypes) GetNullableDouble added in v1.2.0

func (m *StdTypes) GetNullableDouble() *float64

func (*StdTypes) GetNullableDuration

func (m *StdTypes) GetNullableDuration() *time.Duration

func (*StdTypes) GetNullableFloat added in v1.2.0

func (m *StdTypes) GetNullableFloat() *float32

func (*StdTypes) GetNullableInt32 added in v1.2.0

func (m *StdTypes) GetNullableInt32() *int32

func (*StdTypes) GetNullableInt64 added in v1.2.0

func (m *StdTypes) GetNullableInt64() *int64

func (*StdTypes) GetNullableString added in v1.2.0

func (m *StdTypes) GetNullableString() *string

func (*StdTypes) GetNullableTimestamp

func (m *StdTypes) GetNullableTimestamp() *time.Time

func (*StdTypes) GetNullableUInt32 added in v1.2.0

func (m *StdTypes) GetNullableUInt32() *uint32

func (*StdTypes) GetNullableUInt64 added in v1.2.0

func (m *StdTypes) GetNullableUInt64() *uint64

func (*StdTypes) GetTimestamp

func (m *StdTypes) GetTimestamp() time.Time

func (*StdTypes) IsNil added in v1.4.9

func (m *StdTypes) IsNil() bool

func (*StdTypes) Marshal

func (m *StdTypes) Marshal() (dAtA []byte, err error)

func (*StdTypes) MarshalTo

func (m *StdTypes) MarshalTo(dAtA []byte) (int, error)

func (*StdTypes) MarshalToSizedBuffer added in v1.3.9

func (m *StdTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StdTypes) ProtoMessage

func (*StdTypes) ProtoMessage()

func (*StdTypes) Reset

func (m *StdTypes) Reset()

func (*StdTypes) SetDuration_ added in v1.4.9

func (m *StdTypes) SetDuration_(val time.Duration)

func (*StdTypes) SetNonnullBool_ added in v1.4.9

func (m *StdTypes) SetNonnullBool_(val bool)

func (*StdTypes) SetNonnullBytes_ added in v1.4.9

func (m *StdTypes) SetNonnullBytes_(val []byte)

func (*StdTypes) SetNonnullDouble_ added in v1.4.9

func (m *StdTypes) SetNonnullDouble_(val float64)

func (*StdTypes) SetNonnullFloat_ added in v1.4.9

func (m *StdTypes) SetNonnullFloat_(val float32)

func (*StdTypes) SetNonnullInt32_ added in v1.4.9

func (m *StdTypes) SetNonnullInt32_(val int32)

func (*StdTypes) SetNonnullInt64_ added in v1.4.9

func (m *StdTypes) SetNonnullInt64_(val int64)

func (*StdTypes) SetNonnullString_ added in v1.4.9

func (m *StdTypes) SetNonnullString_(val string)

func (*StdTypes) SetNonnullUInt32_ added in v1.4.9

func (m *StdTypes) SetNonnullUInt32_(val uint32)

func (*StdTypes) SetNonnullUInt64_ added in v1.4.9

func (m *StdTypes) SetNonnullUInt64_(val uint64)

func (*StdTypes) SetNullableBool_ added in v1.4.9

func (m *StdTypes) SetNullableBool_(val *bool)

func (*StdTypes) SetNullableBytes_ added in v1.4.9

func (m *StdTypes) SetNullableBytes_(val *[]byte)

func (*StdTypes) SetNullableDouble_ added in v1.4.9

func (m *StdTypes) SetNullableDouble_(val *float64)

func (*StdTypes) SetNullableDuration_ added in v1.4.9

func (m *StdTypes) SetNullableDuration_(val *time.Duration)

func (*StdTypes) SetNullableFloat_ added in v1.4.9

func (m *StdTypes) SetNullableFloat_(val *float32)

func (*StdTypes) SetNullableInt32_ added in v1.4.9

func (m *StdTypes) SetNullableInt32_(val *int32)

func (*StdTypes) SetNullableInt64_ added in v1.4.9

func (m *StdTypes) SetNullableInt64_(val *int64)

func (*StdTypes) SetNullableString_ added in v1.4.9

func (m *StdTypes) SetNullableString_(val *string)

func (*StdTypes) SetNullableTimestamp_ added in v1.4.9

func (m *StdTypes) SetNullableTimestamp_(val *time.Time)

func (*StdTypes) SetNullableUInt32_ added in v1.4.9

func (m *StdTypes) SetNullableUInt32_(val *uint32)

func (*StdTypes) SetNullableUInt64_ added in v1.4.9

func (m *StdTypes) SetNullableUInt64_(val *uint64)

func (*StdTypes) SetTimestamp_ added in v1.4.9

func (m *StdTypes) SetTimestamp_(val time.Time)

func (*StdTypes) Size

func (m *StdTypes) Size() (n int)

func (*StdTypes) String

func (m *StdTypes) String() string

func (*StdTypes) VerboseEqual

func (this *StdTypes) VerboseEqual(that interface{}) error

func (*StdTypes) XXX_DiscardUnknown added in v1.1.0

func (m *StdTypes) XXX_DiscardUnknown()

func (*StdTypes) XXX_Marshal added in v1.1.0

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

func (*StdTypes) XXX_Merge added in v1.1.0

func (m *StdTypes) XXX_Merge(src proto.Message)

func (*StdTypes) XXX_Size added in v1.1.0

func (m *StdTypes) XXX_Size() int

func (*StdTypes) XXX_Unmarshal added in v1.1.0

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

Jump to

Keyboard shortcuts

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