Documentation ¶
Overview ¶
Package sizeunderscore is a generated protocol buffer package.
It is generated from these files:
sizeunderscore.proto
It has these top-level messages:
SizeMessage
Index ¶
- type SizeMessage
- func (this *SizeMessage) Equal(that interface{}) bool
- func (m *SizeMessage) GetEqual_() bool
- func (m *SizeMessage) GetSize_() int64
- func (m *SizeMessage) GetString_() string
- func (m *SizeMessage) Marshal() (data []byte, err error)
- func (m *SizeMessage) MarshalTo(data []byte) (n int, err error)
- func (*SizeMessage) ProtoMessage()
- func (m *SizeMessage) Reset()
- func (m *SizeMessage) Size() (n int)
- func (m *SizeMessage) String() string
- func (m *SizeMessage) Unmarshal(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SizeMessage ¶
type SizeMessage struct { Size_ *int64 `protobuf:"varint,1,opt,name=size" json:"size,omitempty"` Equal_ *bool `protobuf:"varint,2,opt" json:"Equal,omitempty"` String_ *string `protobuf:"bytes,3,opt" json:"String,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedSizeMessage ¶
func NewPopulatedSizeMessage(r randySizeunderscore, easy bool) *SizeMessage
func (*SizeMessage) Equal ¶
func (this *SizeMessage) Equal(that interface{}) bool
func (*SizeMessage) GetEqual_ ¶
func (m *SizeMessage) GetEqual_() bool
func (*SizeMessage) GetSize_ ¶
func (m *SizeMessage) GetSize_() int64
func (*SizeMessage) GetString_ ¶
func (m *SizeMessage) GetString_() string
func (*SizeMessage) Marshal ¶
func (m *SizeMessage) Marshal() (data []byte, err error)
func (*SizeMessage) ProtoMessage ¶
func (*SizeMessage) ProtoMessage()
func (*SizeMessage) Reset ¶
func (m *SizeMessage) Reset()
func (*SizeMessage) Size ¶
func (m *SizeMessage) Size() (n int)
func (*SizeMessage) String ¶
func (m *SizeMessage) String() string
func (*SizeMessage) Unmarshal ¶
func (m *SizeMessage) Unmarshal(data []byte) error
Click to show internal directories.
Click to hide internal directories.