Documentation ¶
Overview ¶
Package unrecognizedgroup is a generated protocol buffer package.
It is generated from these files:
unrecognizedgroup.proto
It has these top-level messages:
NewNoGroup A OldWithGroup
Index ¶
- func UnrecognizedgroupDescription() (desc *google_protobuf.FileDescriptorSet)
- type A
- func (this *A) Description() (desc *google_protobuf.FileDescriptorSet)
- func (this *A) Equal(that interface{}) bool
- func (this *A) GoString() string
- func (m *A) Marshal() (data []byte, err error)
- func (m *A) MarshalTo(data []byte) (n int, err error)
- func (*A) ProtoMessage()
- func (m *A) Reset()
- func (m *A) Size() (n int)
- func (this *A) String() string
- func (m *A) Unmarshal(data []byte) error
- func (this *A) VerboseEqual(that interface{}) error
- type NewNoGroup
- func (this *NewNoGroup) Description() (desc *google_protobuf.FileDescriptorSet)
- func (this *NewNoGroup) Equal(that interface{}) bool
- func (this *NewNoGroup) GoString() string
- func (m *NewNoGroup) Marshal() (data []byte, err error)
- func (m *NewNoGroup) MarshalTo(data []byte) (n int, err error)
- func (*NewNoGroup) ProtoMessage()
- func (m *NewNoGroup) Reset()
- func (m *NewNoGroup) Size() (n int)
- func (this *NewNoGroup) String() string
- func (m *NewNoGroup) Unmarshal(data []byte) error
- func (this *NewNoGroup) VerboseEqual(that interface{}) error
- type OldWithGroup
- func (this *OldWithGroup) Description() (desc *google_protobuf.FileDescriptorSet)
- func (this *OldWithGroup) Equal(that interface{}) bool
- func (this *OldWithGroup) GoString() string
- func (*OldWithGroup) ProtoMessage()
- func (m *OldWithGroup) Reset()
- func (this *OldWithGroup) String() string
- func (this *OldWithGroup) VerboseEqual(that interface{}) error
- type OldWithGroup_Group1
- func (this *OldWithGroup_Group1) Description() (desc *google_protobuf.FileDescriptorSet)
- func (this *OldWithGroup_Group1) Equal(that interface{}) bool
- func (this *OldWithGroup_Group1) GoString() string
- func (*OldWithGroup_Group1) ProtoMessage()
- func (m *OldWithGroup_Group1) Reset()
- func (this *OldWithGroup_Group1) String() string
- func (this *OldWithGroup_Group1) VerboseEqual(that interface{}) error
- type OldWithGroup_Group2
- func (this *OldWithGroup_Group2) Description() (desc *google_protobuf.FileDescriptorSet)
- func (this *OldWithGroup_Group2) Equal(that interface{}) bool
- func (this *OldWithGroup_Group2) GoString() string
- func (*OldWithGroup_Group2) ProtoMessage()
- func (m *OldWithGroup_Group2) Reset()
- func (this *OldWithGroup_Group2) String() string
- func (this *OldWithGroup_Group2) VerboseEqual(that interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnrecognizedgroupDescription ¶
func UnrecognizedgroupDescription() (desc *google_protobuf.FileDescriptorSet)
Types ¶
type A ¶
type A struct { AField *int64 `protobuf:"varint,1,opt" json:"AField,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedA ¶
func (*A) Description ¶
func (this *A) Description() (desc *google_protobuf.FileDescriptorSet)
func (*A) ProtoMessage ¶
func (*A) ProtoMessage()
func (*A) VerboseEqual ¶
type NewNoGroup ¶
type NewNoGroup struct { Field1 *int64 `protobuf:"varint,1,opt" json:"Field1,omitempty"` Field3 []float64 `protobuf:"fixed64,3,rep" json:"Field3,omitempty"` A *A `protobuf:"bytes,5,opt" json:"A,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedNewNoGroup ¶
func NewPopulatedNewNoGroup(r randyUnrecognizedgroup, easy bool) *NewNoGroup
func (*NewNoGroup) Description ¶
func (this *NewNoGroup) Description() (desc *google_protobuf.FileDescriptorSet)
func (*NewNoGroup) Equal ¶
func (this *NewNoGroup) Equal(that interface{}) bool
func (*NewNoGroup) GoString ¶
func (this *NewNoGroup) GoString() string
func (*NewNoGroup) Marshal ¶
func (m *NewNoGroup) Marshal() (data []byte, err error)
func (*NewNoGroup) ProtoMessage ¶
func (*NewNoGroup) ProtoMessage()
func (*NewNoGroup) Reset ¶
func (m *NewNoGroup) Reset()
func (*NewNoGroup) Size ¶
func (m *NewNoGroup) Size() (n int)
func (*NewNoGroup) String ¶
func (this *NewNoGroup) String() string
func (*NewNoGroup) Unmarshal ¶
func (m *NewNoGroup) Unmarshal(data []byte) error
func (*NewNoGroup) VerboseEqual ¶
func (this *NewNoGroup) VerboseEqual(that interface{}) error
type OldWithGroup ¶
type OldWithGroup struct { Field1 *int64 `protobuf:"varint,1,opt" json:"Field1,omitempty"` Group1 *OldWithGroup_Group1 `protobuf:"group,2,opt" json:"group1,omitempty"` Field3 []float64 `protobuf:"fixed64,3,rep" json:"Field3,omitempty"` Group2 *OldWithGroup_Group2 `protobuf:"group,4,opt" json:"group2,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedOldWithGroup ¶
func NewPopulatedOldWithGroup(r randyUnrecognizedgroup, easy bool) *OldWithGroup
func (*OldWithGroup) Description ¶
func (this *OldWithGroup) Description() (desc *google_protobuf.FileDescriptorSet)
func (*OldWithGroup) Equal ¶
func (this *OldWithGroup) Equal(that interface{}) bool
func (*OldWithGroup) GoString ¶
func (this *OldWithGroup) GoString() string
func (*OldWithGroup) ProtoMessage ¶
func (*OldWithGroup) ProtoMessage()
func (*OldWithGroup) Reset ¶
func (m *OldWithGroup) Reset()
func (*OldWithGroup) String ¶
func (this *OldWithGroup) String() string
func (*OldWithGroup) VerboseEqual ¶
func (this *OldWithGroup) VerboseEqual(that interface{}) error
type OldWithGroup_Group1 ¶
type OldWithGroup_Group1 struct { Field1 *int64 `protobuf:"varint,1,opt" json:"Field1,omitempty"` Field2 *int32 `protobuf:"varint,2,opt" json:"Field2,omitempty"` Field3 []float64 `protobuf:"fixed64,3,rep" json:"Field3,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedOldWithGroup_Group1 ¶
func NewPopulatedOldWithGroup_Group1(r randyUnrecognizedgroup, easy bool) *OldWithGroup_Group1
func (*OldWithGroup_Group1) Description ¶
func (this *OldWithGroup_Group1) Description() (desc *google_protobuf.FileDescriptorSet)
func (*OldWithGroup_Group1) Equal ¶
func (this *OldWithGroup_Group1) Equal(that interface{}) bool
func (*OldWithGroup_Group1) GoString ¶
func (this *OldWithGroup_Group1) GoString() string
func (*OldWithGroup_Group1) ProtoMessage ¶
func (*OldWithGroup_Group1) ProtoMessage()
func (*OldWithGroup_Group1) Reset ¶
func (m *OldWithGroup_Group1) Reset()
func (*OldWithGroup_Group1) String ¶
func (this *OldWithGroup_Group1) String() string
func (*OldWithGroup_Group1) VerboseEqual ¶
func (this *OldWithGroup_Group1) VerboseEqual(that interface{}) error
type OldWithGroup_Group2 ¶
type OldWithGroup_Group2 struct { Field1 *int64 `protobuf:"varint,1,opt" json:"Field1,omitempty"` Field2 []float64 `protobuf:"fixed64,2,rep" json:"Field2,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedOldWithGroup_Group2 ¶
func NewPopulatedOldWithGroup_Group2(r randyUnrecognizedgroup, easy bool) *OldWithGroup_Group2
func (*OldWithGroup_Group2) Description ¶
func (this *OldWithGroup_Group2) Description() (desc *google_protobuf.FileDescriptorSet)
func (*OldWithGroup_Group2) Equal ¶
func (this *OldWithGroup_Group2) Equal(that interface{}) bool
func (*OldWithGroup_Group2) GoString ¶
func (this *OldWithGroup_Group2) GoString() string
func (*OldWithGroup_Group2) ProtoMessage ¶
func (*OldWithGroup_Group2) ProtoMessage()
func (*OldWithGroup_Group2) Reset ¶
func (m *OldWithGroup_Group2) Reset()
func (*OldWithGroup_Group2) String ¶
func (this *OldWithGroup_Group2) String() string
func (*OldWithGroup_Group2) VerboseEqual ¶
func (this *OldWithGroup_Group2) VerboseEqual(that interface{}) error
Click to show internal directories.
Click to hide internal directories.