blob: 050bf767ee599d729f04121a5feeeb0bb3c51b95 [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 Neile89e6242019-05-13 23:55:40 -07007 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
8 protoregistry "google.golang.org/protobuf/reflect/protoregistry"
9 protoiface "google.golang.org/protobuf/runtime/protoiface"
10 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
Joe Tsai5d72cc22019-03-28 01:13:26 -070011 sync "sync"
Damien Neile475eaa2019-01-26 14:24:59 -080012)
13
Joe Tsai5d72cc22019-03-28 01:13:26 -070014const _ = protoimpl.EnforceVersion(protoimpl.Version - 0)
15
Damien Neile475eaa2019-01-26 14:24:59 -080016type PublicImportMessage struct {
Joe Tsai5e71dc92019-04-16 13:22:20 -070017 XXX_NoUnkeyedLiteral struct{} `json:"-"`
18 XXX_unrecognized protoimpl.UnknownFields `json:"-"`
19 XXX_sizecache protoimpl.SizeCache `json:"-"`
Damien Neile475eaa2019-01-26 14:24:59 -080020}
21
Joe Tsai61968ce2019-04-01 12:59:24 -070022func (x *PublicImportMessage) Reset() {
23 *x = PublicImportMessage{}
Damien Neile475eaa2019-01-26 14:24:59 -080024}
Joe Tsai61968ce2019-04-01 12:59:24 -070025
26func (x *PublicImportMessage) String() string {
27 return protoimpl.X.MessageStringOf(x)
28}
29
30func (*PublicImportMessage) ProtoMessage() {}
31
32func (x *PublicImportMessage) ProtoReflect() protoreflect.Message {
Joe Tsai7ca70982019-04-15 13:57:56 -070033 return file_test_test_public_proto_msgTypes[0].MessageOf(x)
Joe Tsai61968ce2019-04-01 12:59:24 -070034}
Joe Tsai8e506a82019-03-16 00:05:34 -070035
Damien Neil0d3e8cc2019-04-01 13:31:55 -070036func (m *PublicImportMessage) XXX_Methods() *protoiface.Methods {
Joe Tsai7ca70982019-04-15 13:57:56 -070037 return file_test_test_public_proto_msgTypes[0].Methods()
Damien Neil0d3e8cc2019-04-01 13:31:55 -070038}
39
Joe Tsai8e506a82019-03-16 00:05:34 -070040// Deprecated: Use PublicImportMessage.ProtoReflect.Type instead.
Damien Neile475eaa2019-01-26 14:24:59 -080041func (*PublicImportMessage) Descriptor() ([]byte, []int) {
Joe Tsai7ca70982019-04-15 13:57:56 -070042 return file_test_test_public_proto_rawDescGZIP(), []int{0}
Damien Neile475eaa2019-01-26 14:24:59 -080043}
44
Joe Tsai5d72cc22019-03-28 01:13:26 -070045var File_test_test_public_proto protoreflect.FileDescriptor
46
Joe Tsai7ca70982019-04-15 13:57:56 -070047var file_test_test_public_proto_rawDesc = []byte{
Joe Tsai19058432019-02-27 21:46:29 -080048 0x0a, 0x16, 0x74, 0x65, 0x73, 0x74, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x75, 0x62, 0x6c,
49 0x69, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x12, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74,
50 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x22, 0x15, 0x0a, 0x13,
51 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x4d, 0x65, 0x73, 0x73,
Damien Neile89e6242019-05-13 23:55:40 -070052 0x61, 0x67, 0x65, 0x42, 0x35, 0x5a, 0x33, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f,
53 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
54 0x66, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x70,
55 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f, 0x74, 0x65, 0x73, 0x74,
Damien Neile475eaa2019-01-26 14:24:59 -080056}
57
Joe Tsai5d72cc22019-03-28 01:13:26 -070058var (
Joe Tsai7ca70982019-04-15 13:57:56 -070059 file_test_test_public_proto_rawDescOnce sync.Once
60 file_test_test_public_proto_rawDescData = file_test_test_public_proto_rawDesc
Joe Tsai5d72cc22019-03-28 01:13:26 -070061)
Damien Neile475eaa2019-01-26 14:24:59 -080062
Joe Tsai7ca70982019-04-15 13:57:56 -070063func file_test_test_public_proto_rawDescGZIP() []byte {
64 file_test_test_public_proto_rawDescOnce.Do(func() {
65 file_test_test_public_proto_rawDescData = protoimpl.X.CompressGZIP(file_test_test_public_proto_rawDescData)
Joe Tsai5d72cc22019-03-28 01:13:26 -070066 })
Joe Tsai7ca70982019-04-15 13:57:56 -070067 return file_test_test_public_proto_rawDescData
Joe Tsai5d72cc22019-03-28 01:13:26 -070068}
Damien Neile475eaa2019-01-26 14:24:59 -080069
Joe Tsai4fe96632019-05-22 05:12:36 -040070var file_test_test_public_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
Joe Tsai7ca70982019-04-15 13:57:56 -070071var file_test_test_public_proto_goTypes = []interface{}{
Damien Neile475eaa2019-01-26 14:24:59 -080072 (*PublicImportMessage)(nil), // 0: goproto.proto.test.PublicImportMessage
73}
Joe Tsai7ca70982019-04-15 13:57:56 -070074var file_test_test_public_proto_depIdxs = []int32{}
Damien Neile475eaa2019-01-26 14:24:59 -080075
Joe Tsai7ca70982019-04-15 13:57:56 -070076func init() { file_test_test_public_proto_init() }
77func file_test_test_public_proto_init() {
Damien Neil0fc22452019-03-08 17:18:11 -080078 if File_test_test_public_proto != nil {
79 return
80 }
Joe Tsai19058432019-02-27 21:46:29 -080081 File_test_test_public_proto = protoimpl.FileBuilder{
Joe Tsai7ca70982019-04-15 13:57:56 -070082 RawDescriptor: file_test_test_public_proto_rawDesc,
83 GoTypes: file_test_test_public_proto_goTypes,
84 DependencyIndexes: file_test_test_public_proto_depIdxs,
85 MessageOutputTypes: file_test_test_public_proto_msgTypes,
Joe Tsai35ec98f2019-03-25 14:41:32 -070086 FilesRegistry: protoregistry.GlobalFiles,
87 TypesRegistry: protoregistry.GlobalTypes,
Damien Neile475eaa2019-01-26 14:24:59 -080088 }.Init()
Joe Tsai7ca70982019-04-15 13:57:56 -070089 file_test_test_public_proto_rawDesc = nil
90 file_test_test_public_proto_goTypes = nil
91 file_test_test_public_proto_depIdxs = nil
Damien Neile475eaa2019-01-26 14:24:59 -080092}