|  | // Code generated by protoc-gen-go. | 
|  | // source: proto3_proto/proto3.proto | 
|  | // DO NOT EDIT! | 
|  |  | 
|  | /* | 
|  | Package proto3_proto is a generated protocol buffer package. | 
|  |  | 
|  | It is generated from these files: | 
|  | proto3_proto/proto3.proto | 
|  |  | 
|  | It has these top-level messages: | 
|  | Message | 
|  | Nested | 
|  | MessageWithMap | 
|  | */ | 
|  | package proto3_proto | 
|  |  | 
|  | import proto "github.com/golang/protobuf/proto" | 
|  | import fmt "fmt" | 
|  | import math "math" | 
|  | import google_protobuf "github.com/golang/protobuf/ptypes/any" | 
|  | import testdata "github.com/golang/protobuf/proto/testdata" | 
|  |  | 
|  | // Reference imports to suppress errors if they are not otherwise used. | 
|  | var _ = proto.Marshal | 
|  | var _ = fmt.Errorf | 
|  | var _ = math.Inf | 
|  |  | 
|  | // This is a compile-time assertion to ensure that this generated file | 
|  | // is compatible with the proto package it is being compiled against. | 
|  | const _ = proto.ProtoPackageIsVersion1 | 
|  |  | 
|  | 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 | 
|  | ) | 
|  |  | 
|  | 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, | 
|  | } | 
|  |  | 
|  | func (x Message_Humour) String() string { | 
|  | return proto.EnumName(Message_Humour_name, int32(x)) | 
|  | } | 
|  | func (Message_Humour) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{0, 0} } | 
|  |  | 
|  | type Message struct { | 
|  | Name         string                           `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` | 
|  | Hilarity     Message_Humour                   `protobuf:"varint,2,opt,name=hilarity,enum=proto3_proto.Message_Humour" json:"hilarity,omitempty"` | 
|  | HeightInCm   uint32                           `protobuf:"varint,3,opt,name=height_in_cm,json=heightInCm" 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" json:"result_count,omitempty"` | 
|  | TrueScotsman bool                             `protobuf:"varint,8,opt,name=true_scotsman,json=trueScotsman" json:"true_scotsman,omitempty"` | 
|  | Score        float32                          `protobuf:"fixed32,9,opt,name=score" json:"score,omitempty"` | 
|  | Key          []uint64                         `protobuf:"varint,5,rep,name=key" json:"key,omitempty"` | 
|  | Nested       *Nested                          `protobuf:"bytes,6,opt,name=nested" json:"nested,omitempty"` | 
|  | Terrain      map[string]*Nested               `protobuf:"bytes,10,rep,name=terrain" json:"terrain,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` | 
|  | Proto2Field  *testdata.SubDefaults            `protobuf:"bytes,11,opt,name=proto2_field,json=proto2Field" json:"proto2_field,omitempty"` | 
|  | Proto2Value  map[string]*testdata.SubDefaults `protobuf:"bytes,13,rep,name=proto2_value,json=proto2Value" json:"proto2_value,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` | 
|  | Anything     *google_protobuf.Any             `protobuf:"bytes,14,opt,name=anything" json:"anything,omitempty"` | 
|  | ManyThings   []*google_protobuf.Any           `protobuf:"bytes,15,rep,name=many_things,json=manyThings" json:"many_things,omitempty"` | 
|  | } | 
|  |  | 
|  | func (m *Message) Reset()                    { *m = Message{} } | 
|  | func (m *Message) String() string            { return proto.CompactTextString(m) } | 
|  | func (*Message) ProtoMessage()               {} | 
|  | func (*Message) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } | 
|  |  | 
|  | func (m *Message) GetNested() *Nested { | 
|  | if m != nil { | 
|  | return m.Nested | 
|  | } | 
|  | return nil | 
|  | } | 
|  |  | 
|  | func (m *Message) GetTerrain() map[string]*Nested { | 
|  | if m != nil { | 
|  | return m.Terrain | 
|  | } | 
|  | return nil | 
|  | } | 
|  |  | 
|  | func (m *Message) GetProto2Field() *testdata.SubDefaults { | 
|  | if m != nil { | 
|  | return m.Proto2Field | 
|  | } | 
|  | return nil | 
|  | } | 
|  |  | 
|  | func (m *Message) GetProto2Value() map[string]*testdata.SubDefaults { | 
|  | if m != nil { | 
|  | return m.Proto2Value | 
|  | } | 
|  | return nil | 
|  | } | 
|  |  | 
|  | func (m *Message) GetAnything() *google_protobuf.Any { | 
|  | if m != nil { | 
|  | return m.Anything | 
|  | } | 
|  | return nil | 
|  | } | 
|  |  | 
|  | func (m *Message) GetManyThings() []*google_protobuf.Any { | 
|  | if m != nil { | 
|  | return m.ManyThings | 
|  | } | 
|  | return nil | 
|  | } | 
|  |  | 
|  | type Nested struct { | 
|  | Bunny string `protobuf:"bytes,1,opt,name=bunny" json:"bunny,omitempty"` | 
|  | } | 
|  |  | 
|  | func (m *Nested) Reset()                    { *m = Nested{} } | 
|  | func (m *Nested) String() string            { return proto.CompactTextString(m) } | 
|  | func (*Nested) ProtoMessage()               {} | 
|  | func (*Nested) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } | 
|  |  | 
|  | type MessageWithMap struct { | 
|  | ByteMapping map[bool][]byte `protobuf:"bytes,1,rep,name=byte_mapping,json=byteMapping" json:"byte_mapping,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value,proto3"` | 
|  | } | 
|  |  | 
|  | func (m *MessageWithMap) Reset()                    { *m = MessageWithMap{} } | 
|  | func (m *MessageWithMap) String() string            { return proto.CompactTextString(m) } | 
|  | func (*MessageWithMap) ProtoMessage()               {} | 
|  | func (*MessageWithMap) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } | 
|  |  | 
|  | func (m *MessageWithMap) GetByteMapping() map[bool][]byte { | 
|  | if m != nil { | 
|  | return m.ByteMapping | 
|  | } | 
|  | return nil | 
|  | } | 
|  |  | 
|  | func init() { | 
|  | proto.RegisterType((*Message)(nil), "proto3_proto.Message") | 
|  | proto.RegisterType((*Nested)(nil), "proto3_proto.Nested") | 
|  | proto.RegisterType((*MessageWithMap)(nil), "proto3_proto.MessageWithMap") | 
|  | proto.RegisterEnum("proto3_proto.Message_Humour", Message_Humour_name, Message_Humour_value) | 
|  | } | 
|  |  | 
|  | var fileDescriptor0 = []byte{ | 
|  | // 593 bytes of a gzipped FileDescriptorProto | 
|  | 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x7c, 0x92, 0xff, 0x6e, 0xd3, 0x30, | 
|  | 0x10, 0xc7, 0x49, 0xdb, 0xa5, 0xd9, 0x25, 0xdd, 0x22, 0x33, 0x24, 0xaf, 0x42, 0x68, 0x14, 0x09, | 
|  | 0x4d, 0xfc, 0xc8, 0x50, 0x11, 0xd2, 0x84, 0x10, 0x68, 0x1b, 0x43, 0x54, 0xeb, 0x4a, 0xe5, 0x6e, | 
|  | 0x4c, 0xfc, 0x15, 0x39, 0xad, 0xdb, 0x46, 0x34, 0x4e, 0x95, 0x38, 0x48, 0x79, 0x1d, 0xde, 0x84, | 
|  | 0x37, 0xc3, 0xb1, 0xd3, 0x2e, 0x9b, 0x0a, 0x7f, 0xd9, 0xbe, 0xfb, 0xdc, 0x9d, 0xef, 0x7b, 0x07, | 
|  | 0xfb, 0xcb, 0x24, 0x16, 0xf1, 0x5b, 0x5f, 0x1d, 0x47, 0xfa, 0xe1, 0xa9, 0x03, 0x39, 0x55, 0x57, | 
|  | 0x7b, 0x7f, 0x16, 0xc7, 0xb3, 0x05, 0xd3, 0x48, 0x90, 0x4d, 0x8f, 0x28, 0xcf, 0x35, 0xd8, 0x7e, | 
|  | 0x28, 0x58, 0x2a, 0x26, 0x54, 0xd0, 0xa3, 0xe2, 0xa2, 0x8d, 0x9d, 0x3f, 0x26, 0x34, 0x2f, 0x59, | 
|  | 0x9a, 0xd2, 0x19, 0x43, 0x08, 0x1a, 0x9c, 0x46, 0x0c, 0x1b, 0x07, 0xc6, 0xe1, 0x36, 0x51, 0x77, | 
|  | 0x74, 0x0c, 0xd6, 0x3c, 0x5c, 0xd0, 0x24, 0x14, 0x39, 0xae, 0x49, 0xfb, 0x4e, 0xf7, 0xb1, 0x57, | 
|  | 0x2d, 0xe8, 0x95, 0xc1, 0xde, 0xd7, 0x2c, 0x8a, 0xb3, 0x84, 0xac, 0x69, 0x74, 0x00, 0xce, 0x9c, | 
|  | 0x85, 0xb3, 0xb9, 0xf0, 0x43, 0xee, 0x8f, 0x23, 0x5c, 0x97, 0xd1, 0x2d, 0x02, 0xda, 0xd6, 0xe3, | 
|  | 0x67, 0x51, 0x51, 0xaf, 0xf8, 0x0e, 0x6e, 0x48, 0x8f, 0x43, 0xd4, 0x1d, 0x3d, 0x05, 0x27, 0x61, | 
|  | 0x69, 0xb6, 0x10, 0xfe, 0x38, 0xce, 0xb8, 0xc0, 0x4d, 0xe9, 0xab, 0x13, 0x5b, 0xdb, 0xce, 0x0a, | 
|  | 0x13, 0x7a, 0x06, 0x2d, 0x91, 0x64, 0xcc, 0x4f, 0xc7, 0xb1, 0x48, 0x23, 0xca, 0xb1, 0x25, 0x19, | 
|  | 0x8b, 0x38, 0x85, 0x71, 0x54, 0xda, 0xd0, 0x1e, 0x6c, 0x49, 0x7f, 0xc2, 0xf0, 0xb6, 0x74, 0xd6, | 
|  | 0x88, 0x7e, 0x20, 0x17, 0xea, 0x3f, 0x59, 0x8e, 0xb7, 0x0e, 0xea, 0x87, 0x0d, 0x52, 0x5c, 0xd1, | 
|  | 0x2b, 0x30, 0xb9, 0x54, 0x83, 0x4d, 0xb0, 0x29, 0x41, 0xbb, 0xbb, 0x77, 0xb7, 0xbb, 0x81, 0xf2, | 
|  | 0x91, 0x92, 0x41, 0x1f, 0xa0, 0x29, 0x58, 0x92, 0xd0, 0x90, 0x63, 0x90, 0x39, 0xec, 0x6e, 0x67, | 
|  | 0xb3, 0x18, 0x57, 0x1a, 0x3a, 0xe7, 0x22, 0xc9, 0xc9, 0x2a, 0x44, 0x6a, 0xa9, 0x67, 0xd5, 0xf5, | 
|  | 0xa7, 0x21, 0x5b, 0x4c, 0xb0, 0xad, 0x2a, 0x3e, 0xf2, 0x56, 0x73, 0xf1, 0x46, 0x59, 0xf0, 0x99, | 
|  | 0x4d, 0xa9, 0xec, 0x34, 0x25, 0xb6, 0x46, 0xbf, 0x14, 0x24, 0xea, 0xad, 0x23, 0x7f, 0xd1, 0x45, | 
|  | 0xc6, 0x70, 0x4b, 0x15, 0x7f, 0xbe, 0xb9, 0xf8, 0x50, 0x91, 0xdf, 0x0b, 0x50, 0x7f, 0xa0, 0x4c, | 
|  | 0xa5, 0x2c, 0xe8, 0x0d, 0x58, 0x72, 0x25, 0xc4, 0x3c, 0xe4, 0x33, 0xbc, 0x53, 0xb6, 0xac, 0x77, | 
|  | 0xc6, 0x5b, 0xed, 0x8c, 0x77, 0xc2, 0x73, 0xb2, 0xa6, 0xd0, 0x3b, 0xb0, 0xa5, 0xa2, 0xb9, 0xaf, | 
|  | 0x5e, 0x29, 0xde, 0x55, 0xb5, 0x37, 0x07, 0x41, 0x01, 0x5e, 0x29, 0xae, 0x3d, 0x04, 0xa7, 0x2a, | 
|  | 0xc3, 0x4a, 0x7b, 0xbd, 0x5c, 0x4a, 0xfb, 0x17, 0xb0, 0xa5, 0xdb, 0xa9, 0xfd, 0x47, 0x7a, 0x8d, | 
|  | 0xbc, 0xaf, 0x1d, 0x1b, 0xed, 0x6b, 0x70, 0xef, 0xf7, 0xb6, 0x21, 0xeb, 0xcb, 0xbb, 0x59, 0xff, | 
|  | 0x21, 0xef, 0x6d, 0xda, 0xce, 0x27, 0x30, 0xf5, 0xf2, 0x22, 0x1b, 0x9a, 0xd7, 0x83, 0x8b, 0xc1, | 
|  | 0xb7, 0x9b, 0x81, 0xfb, 0x00, 0x59, 0xd0, 0x18, 0x5e, 0x0f, 0x46, 0xae, 0x81, 0x5a, 0xb0, 0x3d, | 
|  | 0xea, 0x9f, 0x0c, 0x47, 0x57, 0xbd, 0xb3, 0x0b, 0xb7, 0x86, 0x76, 0xc1, 0x3e, 0xed, 0xf5, 0xfb, | 
|  | 0xfe, 0xe9, 0x49, 0xaf, 0x7f, 0xfe, 0xc3, 0xad, 0x77, 0x9e, 0x80, 0xa9, 0x3f, 0x5b, 0x6c, 0x5d, | 
|  | 0x90, 0x71, 0xbe, 0xfa, 0x8f, 0x7e, 0x74, 0x7e, 0x1b, 0xb0, 0x53, 0x0e, 0xe7, 0x26, 0x14, 0xf3, | 
|  | 0x4b, 0xba, 0x44, 0x52, 0x9c, 0x20, 0x17, 0xcc, 0x8f, 0xe8, 0x72, 0x59, 0x4c, 0xc2, 0x50, 0xa2, | 
|  | 0xbe, 0xde, 0x38, 0xd0, 0x32, 0xc6, 0x3b, 0x95, 0x01, 0x97, 0x9a, 0x2f, 0xe7, 0x1a, 0xdc, 0x5a, | 
|  | 0xda, 0x1f, 0xc1, 0xbd, 0x0f, 0x54, 0xc5, 0xb1, 0xb4, 0x38, 0x7b, 0x55, 0x71, 0x9c, 0x8a, 0x0a, | 
|  | 0x81, 0xa9, 0x4b, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xab, 0x07, 0xe8, 0xfe, 0x6a, 0x04, 0x00, | 
|  | 0x00, | 
|  | } |