Documentation ¶
Index ¶
- Variables
- type Object
- func (*Object) Descriptor() ([]byte, []int)
- func (this *Object) Equal(that interface{}) bool
- func (m *Object) GetOptionalNumber() int64
- func (this *Object) GoString() string
- func (m *Object) IsNil() bool
- func (m *Object) Marshal() (dAtA []byte, err error)
- func (m *Object) MarshalTo(dAtA []byte) (int, error)
- func (m *Object) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Object) ProtoMessage()
- func (m *Object) Reset()
- func (m *Object) SetOptionalNumber_(val int64)
- func (m *Object) Size() (n int)
- func (this *Object) String() string
- func (m *Object) Unmarshal(dAtA []byte) error
- func (this *Object) VerboseEqual(that interface{}) error
- func (m *Object) XXX_DiscardUnknown()
- func (m *Object) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Object) XXX_Merge(src proto.Message)
- func (m *Object) XXX_Size() int
- func (m *Object) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Object ¶
type Object struct { OptionalNumber *int64 `protobuf:"varint,1,opt,name=optional_number,json=optionalNumber" json:"optional_number,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedObject ¶
func (*Object) Descriptor ¶
func (*Object) GetOptionalNumber ¶
func (*Object) MarshalToSizedBuffer ¶ added in v1.3.9
func (*Object) ProtoMessage ¶
func (*Object) ProtoMessage()
func (*Object) SetOptionalNumber_ ¶ added in v1.4.9
func (*Object) VerboseEqual ¶
func (*Object) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *Object) XXX_DiscardUnknown()
func (*Object) XXX_Marshal ¶ added in v1.1.0
func (*Object) XXX_Unmarshal ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.