Versions in this module Expand all Collapse all v1 v1.26.0 Jan 20, 2021 Changes in this version + var Message_ChildEnum_name = map[int32]string + var Message_ChildEnum_value = map[string]int32 + var SiblingEnum_name = map[int32]string + var SiblingEnum_value = map[string]int32 + type Message struct + MapBoolBool map[bool]bool + MapBoolBytes map[bool][]byte + MapBoolChildEnum map[bool]Message_ChildEnum + MapBoolChildMessage map[bool]*Message_ChildMessage + MapBoolDouble map[bool]float64 + MapBoolFixed32 map[bool]uint32 + MapBoolFixed64 map[bool]uint64 + MapBoolFloat map[bool]float32 + MapBoolInt32 map[bool]int32 + MapBoolInt64 map[bool]int64 + MapBoolSfixed32 map[bool]int32 + MapBoolSfixed64 map[bool]int64 + MapBoolSiblingEnum map[bool]SiblingEnum + MapBoolSiblingMessage map[bool]*SiblingMessage + MapBoolSint32 map[bool]int32 + MapBoolSint64 map[bool]int64 + MapBoolString map[bool]string + MapBoolUint32 map[bool]uint32 + MapBoolUint64 map[bool]uint64 + MapFixed32Bool map[uint32]bool + MapInt32Bool map[int32]bool + MapInt64Bool map[int64]bool + MapSint32Bool map[int32]bool + MapSint64Bool map[int64]bool + MapStringBool map[string]bool + MapUint32Bool map[uint32]bool + MapUint64Bool map[uint64]bool + OneofUnion isMessage_OneofUnion + OptionalBool bool + OptionalBytes []byte + OptionalChildEnum Message_ChildEnum + OptionalChildMessage *Message_ChildMessage + OptionalDouble float64 + OptionalFixed32 uint32 + OptionalFixed64 uint64 + OptionalFloat float32 + OptionalInt32 int32 + OptionalInt64 int64 + OptionalSfixed32 int32 + OptionalSfixed64 int64 + OptionalSiblingEnum SiblingEnum + OptionalSiblingMessage *SiblingMessage + OptionalSint32 int32 + OptionalSint64 int64 + OptionalString string + OptionalUint32 uint32 + OptionalUint64 uint64 + RepeatedBool []bool + RepeatedBytes [][]byte + RepeatedChildEnum []Message_ChildEnum + RepeatedChildMessage []*Message_ChildMessage + RepeatedDouble []float64 + RepeatedFixed32 []uint32 + RepeatedFixed64 []uint64 + RepeatedFloat []float32 + RepeatedInt32 []int32 + RepeatedInt64 []int64 + RepeatedSfixed32 []int32 + RepeatedSfixed64 []int64 + RepeatedSiblingEnum []SiblingEnum + RepeatedSiblingMessage []*SiblingMessage + RepeatedSint32 []int32 + RepeatedSint64 []int64 + RepeatedString []string + RepeatedUint32 []uint32 + RepeatedUint64 []uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Message) Descriptor() ([]byte, []int) + func (*Message) ProtoMessage() + func (*Message) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *Message) XXX_Merge(src proto.Message) + func (m *Message) GetMapBoolBool() map[bool]bool + func (m *Message) GetMapBoolBytes() map[bool][]byte + func (m *Message) GetMapBoolChildEnum() map[bool]Message_ChildEnum + func (m *Message) GetMapBoolChildMessage() map[bool]*Message_ChildMessage + func (m *Message) GetMapBoolDouble() map[bool]float64 + func (m *Message) GetMapBoolFixed32() map[bool]uint32 + func (m *Message) GetMapBoolFixed64() map[bool]uint64 + func (m *Message) GetMapBoolFloat() map[bool]float32 + func (m *Message) GetMapBoolInt32() map[bool]int32 + func (m *Message) GetMapBoolInt64() map[bool]int64 + func (m *Message) GetMapBoolSfixed32() map[bool]int32 + func (m *Message) GetMapBoolSfixed64() map[bool]int64 + func (m *Message) GetMapBoolSiblingEnum() map[bool]SiblingEnum + func (m *Message) GetMapBoolSiblingMessage() map[bool]*SiblingMessage + func (m *Message) GetMapBoolSint32() map[bool]int32 + func (m *Message) GetMapBoolSint64() map[bool]int64 + func (m *Message) GetMapBoolString() map[bool]string + func (m *Message) GetMapBoolUint32() map[bool]uint32 + func (m *Message) GetMapBoolUint64() map[bool]uint64 + func (m *Message) GetMapFixed32Bool() map[uint32]bool + func (m *Message) GetMapInt32Bool() map[int32]bool + func (m *Message) GetMapInt64Bool() map[int64]bool + func (m *Message) GetMapSint32Bool() map[int32]bool + func (m *Message) GetMapSint64Bool() map[int64]bool + func (m *Message) GetMapStringBool() map[string]bool + func (m *Message) GetMapUint32Bool() map[uint32]bool + func (m *Message) GetMapUint64Bool() map[uint64]bool + func (m *Message) GetOneofBool() bool + func (m *Message) GetOneofBytes() []byte + func (m *Message) GetOneofChildEnum() Message_ChildEnum + func (m *Message) GetOneofChildMessage() *Message_ChildMessage + func (m *Message) GetOneofDouble() float64 + func (m *Message) GetOneofFixed32() uint32 + func (m *Message) GetOneofFixed64() uint64 + func (m *Message) GetOneofFloat() float32 + func (m *Message) GetOneofInt32() int32 + func (m *Message) GetOneofInt64() int64 + func (m *Message) GetOneofSfixed32() int32 + func (m *Message) GetOneofSfixed64() int64 + func (m *Message) GetOneofSiblingEnum() SiblingEnum + func (m *Message) GetOneofSiblingMessage() *SiblingMessage + func (m *Message) GetOneofSint32() int32 + func (m *Message) GetOneofSint64() int64 + func (m *Message) GetOneofString() string + func (m *Message) GetOneofString1() string + func (m *Message) GetOneofString2() string + func (m *Message) GetOneofString3() string + func (m *Message) GetOneofUint32() uint32 + func (m *Message) GetOneofUint64() uint64 + func (m *Message) GetOneofUnion() isMessage_OneofUnion + func (m *Message) GetOptionalBool() bool + func (m *Message) GetOptionalBytes() []byte + func (m *Message) GetOptionalChildEnum() Message_ChildEnum + func (m *Message) GetOptionalChildMessage() *Message_ChildMessage + func (m *Message) GetOptionalDouble() float64 + func (m *Message) GetOptionalFixed32() uint32 + func (m *Message) GetOptionalFixed64() uint64 + func (m *Message) GetOptionalFloat() float32 + func (m *Message) GetOptionalInt32() int32 + func (m *Message) GetOptionalInt64() int64 + func (m *Message) GetOptionalSfixed32() int32 + func (m *Message) GetOptionalSfixed64() int64 + func (m *Message) GetOptionalSiblingEnum() SiblingEnum + func (m *Message) GetOptionalSiblingMessage() *SiblingMessage + func (m *Message) GetOptionalSint32() int32 + func (m *Message) GetOptionalSint64() int64 + func (m *Message) GetOptionalString() string + func (m *Message) GetOptionalUint32() uint32 + func (m *Message) GetOptionalUint64() uint64 + func (m *Message) GetRepeatedBool() []bool + func (m *Message) GetRepeatedBytes() [][]byte + func (m *Message) GetRepeatedChildEnum() []Message_ChildEnum + func (m *Message) GetRepeatedChildMessage() []*Message_ChildMessage + func (m *Message) GetRepeatedDouble() []float64 + func (m *Message) GetRepeatedFixed32() []uint32 + func (m *Message) GetRepeatedFixed64() []uint64 + func (m *Message) GetRepeatedFloat() []float32 + func (m *Message) GetRepeatedInt32() []int32 + func (m *Message) GetRepeatedInt64() []int64 + func (m *Message) GetRepeatedSfixed32() []int32 + func (m *Message) GetRepeatedSfixed64() []int64 + func (m *Message) GetRepeatedSiblingEnum() []SiblingEnum + func (m *Message) GetRepeatedSiblingMessage() []*SiblingMessage + func (m *Message) GetRepeatedSint32() []int32 + func (m *Message) GetRepeatedSint64() []int64 + func (m *Message) GetRepeatedString() []string + func (m *Message) GetRepeatedUint32() []uint32 + func (m *Message) GetRepeatedUint64() []uint64 + func (m *Message) Reset() + func (m *Message) String() string + func (m *Message) XXX_DiscardUnknown() + func (m *Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Message) XXX_Size() int + func (m *Message) XXX_Unmarshal(b []byte) error + type Message_ChildEnum int32 + const Message_ALPHA + const Message_BRAVO + const Message_CHARLIE + func (Message_ChildEnum) EnumDescriptor() ([]byte, []int) + func (x Message_ChildEnum) String() string + type Message_ChildMessage struct + F1 string + F2 []string + F3 *Message + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Message_ChildMessage) Descriptor() ([]byte, []int) + func (*Message_ChildMessage) ProtoMessage() + func (dst *Message_ChildMessage) XXX_Merge(src proto.Message) + func (m *Message_ChildMessage) GetF1() string + func (m *Message_ChildMessage) GetF2() []string + func (m *Message_ChildMessage) GetF3() *Message + func (m *Message_ChildMessage) Reset() + func (m *Message_ChildMessage) String() string + func (m *Message_ChildMessage) XXX_DiscardUnknown() + func (m *Message_ChildMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Message_ChildMessage) XXX_Size() int + func (m *Message_ChildMessage) XXX_Unmarshal(b []byte) error + type Message_OneofBool struct + OneofBool bool + type Message_OneofBytes struct + OneofBytes []byte + type Message_OneofChildEnum struct + OneofChildEnum Message_ChildEnum + type Message_OneofChildMessage struct + OneofChildMessage *Message_ChildMessage + type Message_OneofDouble struct + OneofDouble float64 + type Message_OneofFixed32 struct + OneofFixed32 uint32 + type Message_OneofFixed64 struct + OneofFixed64 uint64 + type Message_OneofFloat struct + OneofFloat float32 + type Message_OneofInt32 struct + OneofInt32 int32 + type Message_OneofInt64 struct + OneofInt64 int64 + type Message_OneofSfixed32 struct + OneofSfixed32 int32 + type Message_OneofSfixed64 struct + OneofSfixed64 int64 + type Message_OneofSiblingEnum struct + OneofSiblingEnum SiblingEnum + type Message_OneofSiblingMessage struct + OneofSiblingMessage *SiblingMessage + type Message_OneofSint32 struct + OneofSint32 int32 + type Message_OneofSint64 struct + OneofSint64 int64 + type Message_OneofString struct + OneofString string + type Message_OneofString1 struct + OneofString1 string + type Message_OneofString2 struct + OneofString2 string + type Message_OneofString3 struct + OneofString3 string + type Message_OneofUint32 struct + OneofUint32 uint32 + type Message_OneofUint64 struct + OneofUint64 uint64 + type SiblingEnum int32 + const SiblingEnum_ALPHA + const SiblingEnum_BRAVO + const SiblingEnum_CHARLIE + func (SiblingEnum) EnumDescriptor() ([]byte, []int) + func (x SiblingEnum) String() string + type SiblingMessage struct + F1 string + F2 []string + F3 *Message + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SiblingMessage) Descriptor() ([]byte, []int) + func (*SiblingMessage) ProtoMessage() + func (dst *SiblingMessage) XXX_Merge(src proto.Message) + func (m *SiblingMessage) GetF1() string + func (m *SiblingMessage) GetF2() []string + func (m *SiblingMessage) GetF3() *Message + func (m *SiblingMessage) Reset() + func (m *SiblingMessage) String() string + func (m *SiblingMessage) XXX_DiscardUnknown() + func (m *SiblingMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SiblingMessage) XXX_Size() int + func (m *SiblingMessage) XXX_Unmarshal(b []byte) error