blob: 5632de8474c7ead63fb3dacef92d816b54a9fa9f [file] [log] [blame]
Damien Neile475eaa2019-01-26 14:24:59 -08001// Code generated by protoc-gen-go. DO NOT EDIT.
Joe Tsai19058432019-02-27 21:46:29 -08002// source: test/test_public.proto
Damien Neile475eaa2019-01-26 14:24:59 -08003
4package test
5
6import (
Damien Neile475eaa2019-01-26 14:24:59 -08007 protoreflect "github.com/golang/protobuf/v2/reflect/protoreflect"
Joe Tsai35ec98f2019-03-25 14:41:32 -07008 protoregistry "github.com/golang/protobuf/v2/reflect/protoregistry"
Damien Neile475eaa2019-01-26 14:24:59 -08009 protoimpl "github.com/golang/protobuf/v2/runtime/protoimpl"
Joe Tsai5d72cc22019-03-28 01:13:26 -070010 sync "sync"
Damien Neile475eaa2019-01-26 14:24:59 -080011)
12
Joe Tsai5d72cc22019-03-28 01:13:26 -070013const _ = protoimpl.EnforceVersion(protoimpl.Version - 0)
14
Damien Neile475eaa2019-01-26 14:24:59 -080015type PublicImportMessage struct {
16 XXX_NoUnkeyedLiteral struct{} `json:"-"`
17 XXX_unrecognized []byte `json:"-"`
18 XXX_sizecache int32 `json:"-"`
19}
20
21func (m *PublicImportMessage) ProtoReflect() protoreflect.Message {
Joe Tsai19058432019-02-27 21:46:29 -080022 return xxx_File_test_test_public_proto_messageTypes[0].MessageOf(m)
Damien Neile475eaa2019-01-26 14:24:59 -080023}
24func (m *PublicImportMessage) Reset() { *m = PublicImportMessage{} }
Joe Tsai35ec98f2019-03-25 14:41:32 -070025func (m *PublicImportMessage) String() string { return protoimpl.X.MessageStringOf(m) }
Damien Neile475eaa2019-01-26 14:24:59 -080026func (*PublicImportMessage) ProtoMessage() {}
Joe Tsai8e506a82019-03-16 00:05:34 -070027
28// Deprecated: Use PublicImportMessage.ProtoReflect.Type instead.
Damien Neile475eaa2019-01-26 14:24:59 -080029func (*PublicImportMessage) Descriptor() ([]byte, []int) {
Joe Tsai5d72cc22019-03-28 01:13:26 -070030 return xxx_File_test_test_public_proto_rawDescGZIP(), []int{0}
Damien Neile475eaa2019-01-26 14:24:59 -080031}
32
Joe Tsai5d72cc22019-03-28 01:13:26 -070033var File_test_test_public_proto protoreflect.FileDescriptor
34
35var xxx_File_test_test_public_proto_rawDesc = []byte{
Joe Tsai19058432019-02-27 21:46:29 -080036 0x0a, 0x16, 0x74, 0x65, 0x73, 0x74, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x75, 0x62, 0x6c,
37 0x69, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x12, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74,
38 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x22, 0x15, 0x0a, 0x13,
39 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x4d, 0x65, 0x73, 0x73,
40 0x61, 0x67, 0x65, 0x42, 0x38, 0x5a, 0x36, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f,
41 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
42 0x66, 0x2f, 0x76, 0x32, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x74, 0x65,
43 0x73, 0x74, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f, 0x74, 0x65, 0x73, 0x74,
Damien Neile475eaa2019-01-26 14:24:59 -080044}
45
Joe Tsai5d72cc22019-03-28 01:13:26 -070046var (
47 xxx_File_test_test_public_proto_rawDesc_once sync.Once
48 xxx_File_test_test_public_proto_rawDesc_data = xxx_File_test_test_public_proto_rawDesc
49)
Damien Neile475eaa2019-01-26 14:24:59 -080050
Joe Tsai5d72cc22019-03-28 01:13:26 -070051func xxx_File_test_test_public_proto_rawDescGZIP() []byte {
52 xxx_File_test_test_public_proto_rawDesc_once.Do(func() {
53 xxx_File_test_test_public_proto_rawDesc_data = protoimpl.X.CompressGZIP(xxx_File_test_test_public_proto_rawDesc_data)
54 })
55 return xxx_File_test_test_public_proto_rawDesc_data
56}
Damien Neile475eaa2019-01-26 14:24:59 -080057
Damien Neil6bb8dec2019-03-01 13:22:30 -080058var xxx_File_test_test_public_proto_messageTypes = make([]protoimpl.MessageType, 1)
Joe Tsai19058432019-02-27 21:46:29 -080059var xxx_File_test_test_public_proto_goTypes = []interface{}{
Damien Neile475eaa2019-01-26 14:24:59 -080060 (*PublicImportMessage)(nil), // 0: goproto.proto.test.PublicImportMessage
61}
Joe Tsai19058432019-02-27 21:46:29 -080062var xxx_File_test_test_public_proto_depIdxs = []int32{}
Damien Neile475eaa2019-01-26 14:24:59 -080063
Damien Neil0fc22452019-03-08 17:18:11 -080064func init() { xxx_File_test_test_public_proto_init() }
65func xxx_File_test_test_public_proto_init() {
66 if File_test_test_public_proto != nil {
67 return
68 }
Joe Tsai19058432019-02-27 21:46:29 -080069 File_test_test_public_proto = protoimpl.FileBuilder{
Joe Tsai5d72cc22019-03-28 01:13:26 -070070 RawDescriptor: xxx_File_test_test_public_proto_rawDesc,
Joe Tsai19058432019-02-27 21:46:29 -080071 GoTypes: xxx_File_test_test_public_proto_goTypes,
72 DependencyIndexes: xxx_File_test_test_public_proto_depIdxs,
Joe Tsai35ec98f2019-03-25 14:41:32 -070073 MessageOutputTypes: xxx_File_test_test_public_proto_messageTypes,
74 FilesRegistry: protoregistry.GlobalFiles,
75 TypesRegistry: protoregistry.GlobalTypes,
Damien Neile475eaa2019-01-26 14:24:59 -080076 }.Init()
Joe Tsai5d72cc22019-03-28 01:13:26 -070077 xxx_File_test_test_public_proto_rawDesc = nil
Joe Tsai19058432019-02-27 21:46:29 -080078 xxx_File_test_test_public_proto_goTypes = nil
79 xxx_File_test_test_public_proto_depIdxs = nil
Damien Neile475eaa2019-01-26 14:24:59 -080080}