var Message_Humour_name = map[int32]string{ 0: "UNKNOWN", 1: "PUNS", 2: "SLAPSTICK", 3: "BILL_BAILEY", }
var Message_Humour_value = map[string]int32{ "UNKNOWN": 0, "PUNS": 1, "SLAPSTICK": 2, "BILL_BAILEY": 3, }
type IntMap struct { Rtt map[int32]int32 `protobuf:"bytes,1,rep,name=rtt,proto3" json:"rtt,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IntMap) Descriptor() ([]byte, []int)
func (m *IntMap) GetRtt() map[int32]int32
func (*IntMap) ProtoMessage()
func (m *IntMap) Reset()
func (m *IntMap) String() string
func (m *IntMap) XXX_DiscardUnknown()
func (m *IntMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *IntMap) XXX_Merge(src proto.Message)
func (m *IntMap) XXX_Size() int
func (m *IntMap) XXX_Unmarshal(b []byte) error
type IntMaps struct { Maps []*IntMap `protobuf:"bytes,1,rep,name=maps,proto3" json:"maps,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IntMaps) Descriptor() ([]byte, []int)
func (m *IntMaps) GetMaps() []*IntMap
func (*IntMaps) ProtoMessage()
func (m *IntMaps) Reset()
func (m *IntMaps) String() string
func (m *IntMaps) XXX_DiscardUnknown()
func (m *IntMaps) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *IntMaps) XXX_Merge(src proto.Message)
func (m *IntMaps) XXX_Size() int
func (m *IntMaps) XXX_Unmarshal(b []byte) error
type Message struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Hilarity Message_Humour `protobuf:"varint,2,opt,name=hilarity,proto3,enum=proto3_proto.Message_Humour" json:"hilarity,omitempty"` HeightInCm uint32 `protobuf:"varint,3,opt,name=height_in_cm,json=heightInCm,proto3" json:"height_in_cm,omitempty"` Data []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` ResultCount int64 `protobuf:"varint,7,opt,name=result_count,json=resultCount,proto3" json:"result_count,omitempty"` TrueScotsman bool `protobuf:"varint,8,opt,name=true_scotsman,json=trueScotsman,proto3" json:"true_scotsman,omitempty"` Score float32 `protobuf:"fixed32,9,opt,name=score,proto3" json:"score,omitempty"` Key []uint64 `protobuf:"varint,5,rep,packed,name=key,proto3" json:"key,omitempty"` ShortKey []int32 `protobuf:"varint,19,rep,packed,name=short_key,json=shortKey,proto3" json:"short_key,omitempty"` Nested *Nested `protobuf:"bytes,6,opt,name=nested,proto3" json:"nested,omitempty"` RFunny []Message_Humour `protobuf:"varint,16,rep,packed,name=r_funny,json=rFunny,proto3,enum=proto3_proto.Message_Humour" json:"r_funny,omitempty"` Terrain map[string]*Nested `protobuf:"bytes,10,rep,name=terrain,proto3" json:"terrain,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` Proto2Field *test_proto.SubDefaults `protobuf:"bytes,11,opt,name=proto2_field,json=proto2Field,proto3" json:"proto2_field,omitempty"` Proto2Value map[string]*test_proto.SubDefaults `protobuf:"bytes,13,rep,name=proto2_value,json=proto2Value,proto3" json:"proto2_value,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` Anything *types.Any `protobuf:"bytes,14,opt,name=anything,proto3" json:"anything,omitempty"` ManyThings []*types.Any `protobuf:"bytes,15,rep,name=many_things,json=manyThings,proto3" json:"many_things,omitempty"` Submessage *Message `protobuf:"bytes,17,opt,name=submessage,proto3" json:"submessage,omitempty"` Children []*Message `protobuf:"bytes,18,rep,name=children,proto3" json:"children,omitempty"` StringMap map[string]string `protobuf:"bytes,20,rep,name=string_map,json=stringMap,proto3" json:"string_map,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Message) Descriptor() ([]byte, []int)
func (m *Message) GetAnything() *types.Any
func (m *Message) GetChildren() []*Message
func (m *Message) GetData() []byte
func (m *Message) GetHeightInCm() uint32
func (m *Message) GetHilarity() Message_Humour
func (m *Message) GetKey() []uint64
func (m *Message) GetManyThings() []*types.Any
func (m *Message) GetName() string
func (m *Message) GetNested() *Nested
func (m *Message) GetProto2Field() *test_proto.SubDefaults
func (m *Message) GetProto2Value() map[string]*test_proto.SubDefaults
func (m *Message) GetRFunny() []Message_Humour
func (m *Message) GetResultCount() int64
func (m *Message) GetScore() float32
func (m *Message) GetShortKey() []int32
func (m *Message) GetStringMap() map[string]string
func (m *Message) GetSubmessage() *Message
func (m *Message) GetTerrain() map[string]*Nested
func (m *Message) GetTrueScotsman() bool
func (*Message) ProtoMessage()
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_Merge(src proto.Message)
func (m *Message) XXX_Size() int
func (m *Message) XXX_Unmarshal(b []byte) error
type MessageWithMap struct { ByteMapping map[bool][]byte `protobuf:"bytes,1,rep,name=byte_mapping,json=byteMapping,proto3" json:"byte_mapping,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MessageWithMap) Descriptor() ([]byte, []int)
func (m *MessageWithMap) GetByteMapping() map[bool][]byte
func (*MessageWithMap) ProtoMessage()
func (m *MessageWithMap) Reset()
func (m *MessageWithMap) String() string
func (m *MessageWithMap) XXX_DiscardUnknown()
func (m *MessageWithMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *MessageWithMap) XXX_Merge(src proto.Message)
func (m *MessageWithMap) XXX_Size() int
func (m *MessageWithMap) XXX_Unmarshal(b []byte) error
type Message_Humour int32
const ( Message_UNKNOWN Message_Humour = 0 Message_PUNS Message_Humour = 1 Message_SLAPSTICK Message_Humour = 2 Message_BILL_BAILEY Message_Humour = 3 )
func (Message_Humour) EnumDescriptor() ([]byte, []int)
func (x Message_Humour) String() string
type Nested struct { Bunny string `protobuf:"bytes,1,opt,name=bunny,proto3" json:"bunny,omitempty"` Cute bool `protobuf:"varint,2,opt,name=cute,proto3" json:"cute,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Nested) Descriptor() ([]byte, []int)
func (m *Nested) GetBunny() string
func (m *Nested) GetCute() bool
func (*Nested) ProtoMessage()
func (m *Nested) Reset()
func (m *Nested) String() string
func (m *Nested) XXX_DiscardUnknown()
func (m *Nested) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *Nested) XXX_Merge(src proto.Message)
func (m *Nested) XXX_Size() int
func (m *Nested) XXX_Unmarshal(b []byte) error
type TestUTF8 struct { Scalar string `protobuf:"bytes,1,opt,name=scalar,proto3" json:"scalar,omitempty"` Vector []string `protobuf:"bytes,2,rep,name=vector,proto3" json:"vector,omitempty"` // Types that are valid to be assigned to Oneof: // *TestUTF8_Field Oneof isTestUTF8_Oneof `protobuf_oneof:"oneof"` MapKey map[string]int64 `protobuf:"bytes,4,rep,name=map_key,json=mapKey,proto3" json:"map_key,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` MapValue map[int64]string `protobuf:"bytes,5,rep,name=map_value,json=mapValue,proto3" json:"map_value,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TestUTF8) Descriptor() ([]byte, []int)
func (m *TestUTF8) GetField() string
func (m *TestUTF8) GetMapKey() map[string]int64
func (m *TestUTF8) GetMapValue() map[int64]string
func (m *TestUTF8) GetOneof() isTestUTF8_Oneof
func (m *TestUTF8) GetScalar() string
func (m *TestUTF8) GetVector() []string
func (*TestUTF8) ProtoMessage()
func (m *TestUTF8) Reset()
func (m *TestUTF8) String() string
func (m *TestUTF8) XXX_DiscardUnknown()
func (m *TestUTF8) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *TestUTF8) XXX_Merge(src proto.Message)
func (*TestUTF8) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (m *TestUTF8) XXX_Size() int
func (m *TestUTF8) XXX_Unmarshal(b []byte) error
type TestUTF8_Field struct { Field string `protobuf:"bytes,3,opt,name=field,proto3,oneof" json:"field,omitempty"` }