Versions in this module Expand all Collapse all v0 v0.1.0 Apr 15, 2024 Changes in this version + var File_internal_testpb_test_proto protoreflect.FileDescriptor + type Message struct + BoolField bool + BytesField []byte + Fixed32Field uint32 + Fixed64Field uint64 + Int32Field int32 + Int64Field int64 + MapBoolBytesField map[bool][]byte + MapBoolMessageField map[bool]*Message + MapBoolStringField map[bool]string + MapFixed32BytesField map[uint32][]byte + MapFixed32MessageField map[uint32]*Message + MapFixed32StringField map[uint32]string + MapFixed64BytesField map[uint64][]byte + MapFixed64MessageField map[uint64]*Message + MapFixed64StringField map[uint64]string + MapInt32BytesField map[int32][]byte + MapInt32MessageField map[int32]*Message + MapInt32StringField map[int32]string + MapInt64BytesField map[int64][]byte + MapInt64MessageField map[int64]*Message + MapInt64StringField map[int64]string + MapSint32BytesField map[int32][]byte + MapSint32MessageField map[int32]*Message + MapSint32StringField map[int32]string + MapSint64BytesField map[int64][]byte + MapSint64MessageField map[int64]*Message + MapSint64StringField map[int64]string + MapStringBytesField map[string][]byte + MapStringMessageField map[string]*Message + MapStringStringField map[string]string + MapUint32BytesField map[uint32][]byte + MapUint32MessageField map[uint32]*Message + MapUint32StringField map[uint32]string + MapUint64BytesField map[uint64][]byte + MapUint64MessageField map[uint64]*Message + MapUint64StringField map[uint64]string + MessageField *Message + OneofField isMessage_OneofField + RepeatedBoolField []bool + RepeatedBytesField [][]byte + RepeatedFixed32Field []uint32 + RepeatedFixed64Field []uint64 + RepeatedInt32Field []int32 + RepeatedInt64Field []int64 + RepeatedMessageField []*Message + RepeatedSint32Field []int32 + RepeatedSint64Field []int64 + RepeatedStringField []string + RepeatedUint32Field []uint32 + RepeatedUint64Field []uint64 + Sint32Field int32 + Sint64Field int64 + StringField string + Uint32Field uint32 + Uint64Field uint64 + func (*Message) Descriptor() ([]byte, []int) + func (*Message) ProtoMessage() + func (m *Message) GetOneofField() isMessage_OneofField + func (x *Message) GetBoolField() bool + func (x *Message) GetBoolOneofField() bool + func (x *Message) GetBytesField() []byte + func (x *Message) GetFixed32Field() uint32 + func (x *Message) GetFixed32OneofField() uint32 + func (x *Message) GetFixed64Field() uint64 + func (x *Message) GetFixed64OneofField() uint64 + func (x *Message) GetInt32Field() int32 + func (x *Message) GetInt32OneofField() int32 + func (x *Message) GetInt64Field() int64 + func (x *Message) GetInt64OneofField() int64 + func (x *Message) GetMapBoolBytesField() map[bool][]byte + func (x *Message) GetMapBoolMessageField() map[bool]*Message + func (x *Message) GetMapBoolStringField() map[bool]string + func (x *Message) GetMapFixed32BytesField() map[uint32][]byte + func (x *Message) GetMapFixed32MessageField() map[uint32]*Message + func (x *Message) GetMapFixed32StringField() map[uint32]string + func (x *Message) GetMapFixed64BytesField() map[uint64][]byte + func (x *Message) GetMapFixed64MessageField() map[uint64]*Message + func (x *Message) GetMapFixed64StringField() map[uint64]string + func (x *Message) GetMapInt32BytesField() map[int32][]byte + func (x *Message) GetMapInt32MessageField() map[int32]*Message + func (x *Message) GetMapInt32StringField() map[int32]string + func (x *Message) GetMapInt64BytesField() map[int64][]byte + func (x *Message) GetMapInt64MessageField() map[int64]*Message + func (x *Message) GetMapInt64StringField() map[int64]string + func (x *Message) GetMapSint32BytesField() map[int32][]byte + func (x *Message) GetMapSint32MessageField() map[int32]*Message + func (x *Message) GetMapSint32StringField() map[int32]string + func (x *Message) GetMapSint64BytesField() map[int64][]byte + func (x *Message) GetMapSint64MessageField() map[int64]*Message + func (x *Message) GetMapSint64StringField() map[int64]string + func (x *Message) GetMapStringBytesField() map[string][]byte + func (x *Message) GetMapStringMessageField() map[string]*Message + func (x *Message) GetMapStringStringField() map[string]string + func (x *Message) GetMapUint32BytesField() map[uint32][]byte + func (x *Message) GetMapUint32MessageField() map[uint32]*Message + func (x *Message) GetMapUint32StringField() map[uint32]string + func (x *Message) GetMapUint64BytesField() map[uint64][]byte + func (x *Message) GetMapUint64MessageField() map[uint64]*Message + func (x *Message) GetMapUint64StringField() map[uint64]string + func (x *Message) GetMessageField() *Message + func (x *Message) GetMessageOneofField() *Message + func (x *Message) GetRepeatedBoolField() []bool + func (x *Message) GetRepeatedBytesField() [][]byte + func (x *Message) GetRepeatedFixed32Field() []uint32 + func (x *Message) GetRepeatedFixed64Field() []uint64 + func (x *Message) GetRepeatedInt32Field() []int32 + func (x *Message) GetRepeatedInt64Field() []int64 + func (x *Message) GetRepeatedMessageField() []*Message + func (x *Message) GetRepeatedSint32Field() []int32 + func (x *Message) GetRepeatedSint64Field() []int64 + func (x *Message) GetRepeatedStringField() []string + func (x *Message) GetRepeatedUint32Field() []uint32 + func (x *Message) GetRepeatedUint64Field() []uint64 + func (x *Message) GetSint32Field() int32 + func (x *Message) GetSint32OneofField() int32 + func (x *Message) GetSint64Field() int64 + func (x *Message) GetSint64OneofField() int64 + func (x *Message) GetStringField() string + func (x *Message) GetStringOneofField() string + func (x *Message) GetUint32Field() uint32 + func (x *Message) GetUint32OneofField() uint32 + func (x *Message) GetUint64Field() uint64 + func (x *Message) GetUint64OneofField() uint64 + func (x *Message) ProtoReflect() protoreflect.Message + func (x *Message) Reset() + func (x *Message) String() string + type Message_BoolOneofField struct + BoolOneofField bool + type Message_Fixed32OneofField struct + Fixed32OneofField uint32 + type Message_Fixed64OneofField struct + Fixed64OneofField uint64 + type Message_Int32OneofField struct + Int32OneofField int32 + type Message_Int64OneofField struct + Int64OneofField int64 + type Message_MessageOneofField struct + MessageOneofField *Message + type Message_Sint32OneofField struct + Sint32OneofField int32 + type Message_Sint64OneofField struct + Sint64OneofField int64 + type Message_StringOneofField struct + StringOneofField string + type Message_Uint32OneofField struct + Uint32OneofField uint32 + type Message_Uint64OneofField struct + Uint64OneofField uint64