package int64support

import "github.com/gogo/protobuf/test/int64support"

Package int64support is a generated protocol buffer package.

It is generated from these files:

object.proto

It has these top-level messages:

Object

Index

Variables

var (
	ErrInvalidLengthObject = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowObject   = fmt.Errorf("proto: integer overflow")
)

Types

type Object

type Object struct {
	OptionalNumber *int64 `protobuf:"varint,1,opt,name=optional_number,json=optionalNumber" json:"optional_number,omitempty"`
}

func NewPopulatedObject

func NewPopulatedObject(r randyObject, easy bool) *Object

func (*Object) Descriptor

func (*Object) Descriptor() ([]byte, []int)

func (*Object) Equal

func (this *Object) Equal(that interface{}) bool

func (*Object) GetOptionalNumber

func (m *Object) GetOptionalNumber() int64

func (*Object) GoString

func (this *Object) GoString() string

func (*Object) Marshal

func (m *Object) Marshal() (dAtA []byte, err error)

func (*Object) MarshalJSON

func (o *Object) MarshalJSON() ([]byte, error)

func (*Object) MarshalTo

func (m *Object) MarshalTo(dAtA []byte) (int, error)

func (*Object) ProtoMessage

func (*Object) ProtoMessage()

func (*Object) Reset

func (m *Object) Reset()

func (*Object) Size

func (m *Object) Size() (n int)

func (*Object) String

func (this *Object) String() string

func (*Object) Unmarshal

func (m *Object) Unmarshal(dAtA []byte) error

func (*Object) UnmarshalJSON

func (o *Object) UnmarshalJSON(b []byte) error

func (*Object) VerboseEqual

func (this *Object) VerboseEqual(that interface{}) error

Source Files

object.pb.go object_js.go

Version
v1.0.0
Published
Feb 2, 2018
Platform
js/wasm
Imports
10 packages
Last checked
2 days ago

Tools for package owners.