blob: 19797ea1ababf213ee8d5b5961a0249cc85a03bc [file] [log] [blame]
Joe Tsai8d5e6d62019-08-06 01:15:48 -07001// Copyright 2019 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Damien Neile475eaa2019-01-26 14:24:59 -08005// Code generated by protoc-gen-go. DO NOT EDIT.
Damien Neil3c5fb5f2020-02-04 15:03:30 -08006// source: internal/testprotos/test/test_public.proto
Damien Neile475eaa2019-01-26 14:24:59 -08007
8package test
9
10import (
Damien Neile89e6242019-05-13 23:55:40 -070011 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
Damien Neile89e6242019-05-13 23:55:40 -070012 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
Joe Tsaiaf570872019-07-14 23:04:40 -070013 reflect "reflect"
Joe Tsai5d72cc22019-03-28 01:13:26 -070014 sync "sync"
Damien Neile475eaa2019-01-26 14:24:59 -080015)
16
Damien Neile475eaa2019-01-26 14:24:59 -080017type PublicImportMessage struct {
Joe Tsai82760ce2019-06-20 03:09:57 -070018 state protoimpl.MessageState
Joe Tsaic0e4bb22019-07-06 13:05:11 -070019 sizeCache protoimpl.SizeCache
20 unknownFields protoimpl.UnknownFields
Damien Neile475eaa2019-01-26 14:24:59 -080021}
22
Joe Tsai61968ce2019-04-01 12:59:24 -070023func (x *PublicImportMessage) Reset() {
24 *x = PublicImportMessage{}
Joe Tsaiae313d42019-10-16 10:25:54 -070025 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -080026 mi := &file_internal_testprotos_test_test_public_proto_msgTypes[0]
Joe Tsaiae313d42019-10-16 10:25:54 -070027 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
28 ms.StoreMessageInfo(mi)
29 }
Damien Neile475eaa2019-01-26 14:24:59 -080030}
Joe Tsai61968ce2019-04-01 12:59:24 -070031
32func (x *PublicImportMessage) String() string {
33 return protoimpl.X.MessageStringOf(x)
34}
35
36func (*PublicImportMessage) ProtoMessage() {}
37
38func (x *PublicImportMessage) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -080039 mi := &file_internal_testprotos_test_test_public_proto_msgTypes[0]
Joe Tsai82760ce2019-06-20 03:09:57 -070040 if protoimpl.UnsafeEnabled && x != nil {
41 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
42 if ms.LoadMessageInfo() == nil {
43 ms.StoreMessageInfo(mi)
44 }
45 return ms
46 }
47 return mi.MessageOf(x)
Joe Tsai61968ce2019-04-01 12:59:24 -070048}
Joe Tsai8e506a82019-03-16 00:05:34 -070049
Joe Tsai43761bd2019-07-17 18:06:47 -070050// Deprecated: Use PublicImportMessage.ProtoReflect.Descriptor instead.
Damien Neile475eaa2019-01-26 14:24:59 -080051func (*PublicImportMessage) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -080052 return file_internal_testprotos_test_test_public_proto_rawDescGZIP(), []int{0}
Damien Neile475eaa2019-01-26 14:24:59 -080053}
54
Damien Neil3c5fb5f2020-02-04 15:03:30 -080055var File_internal_testprotos_test_test_public_proto protoreflect.FileDescriptor
Joe Tsai5d72cc22019-03-28 01:13:26 -070056
Damien Neil3c5fb5f2020-02-04 15:03:30 -080057var file_internal_testprotos_test_test_public_proto_rawDesc = []byte{
58 0x0a, 0x2a, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x70,
59 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x5f,
60 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x12, 0x67, 0x6f,
61 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x74, 0x65, 0x73, 0x74,
62 0x22, 0x15, 0x0a, 0x13, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74,
63 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x42, 0x35, 0x5a, 0x33, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
64 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x72, 0x6f,
65 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x74,
66 0x65, 0x73, 0x74, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f, 0x74, 0x65, 0x73, 0x74,
Damien Neile475eaa2019-01-26 14:24:59 -080067}
68
Joe Tsai5d72cc22019-03-28 01:13:26 -070069var (
Damien Neil3c5fb5f2020-02-04 15:03:30 -080070 file_internal_testprotos_test_test_public_proto_rawDescOnce sync.Once
71 file_internal_testprotos_test_test_public_proto_rawDescData = file_internal_testprotos_test_test_public_proto_rawDesc
Joe Tsai5d72cc22019-03-28 01:13:26 -070072)
Damien Neile475eaa2019-01-26 14:24:59 -080073
Damien Neil3c5fb5f2020-02-04 15:03:30 -080074func file_internal_testprotos_test_test_public_proto_rawDescGZIP() []byte {
75 file_internal_testprotos_test_test_public_proto_rawDescOnce.Do(func() {
76 file_internal_testprotos_test_test_public_proto_rawDescData = protoimpl.X.CompressGZIP(file_internal_testprotos_test_test_public_proto_rawDescData)
Joe Tsai5d72cc22019-03-28 01:13:26 -070077 })
Damien Neil3c5fb5f2020-02-04 15:03:30 -080078 return file_internal_testprotos_test_test_public_proto_rawDescData
Joe Tsai5d72cc22019-03-28 01:13:26 -070079}
Damien Neile475eaa2019-01-26 14:24:59 -080080
Damien Neil3c5fb5f2020-02-04 15:03:30 -080081var file_internal_testprotos_test_test_public_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
82var file_internal_testprotos_test_test_public_proto_goTypes = []interface{}{
Damien Neile475eaa2019-01-26 14:24:59 -080083 (*PublicImportMessage)(nil), // 0: goproto.proto.test.PublicImportMessage
84}
Damien Neil3c5fb5f2020-02-04 15:03:30 -080085var file_internal_testprotos_test_test_public_proto_depIdxs = []int32{
Joe Tsai73288392019-08-14 11:55:31 -070086 0, // [0:0] is the sub-list for method output_type
87 0, // [0:0] is the sub-list for method input_type
88 0, // [0:0] is the sub-list for extension type_name
89 0, // [0:0] is the sub-list for extension extendee
90 0, // [0:0] is the sub-list for field type_name
Joe Tsaid8881392019-06-06 13:01:53 -070091}
Damien Neile475eaa2019-01-26 14:24:59 -080092
Damien Neil3c5fb5f2020-02-04 15:03:30 -080093func init() { file_internal_testprotos_test_test_public_proto_init() }
94func file_internal_testprotos_test_test_public_proto_init() {
95 if File_internal_testprotos_test_test_public_proto != nil {
Damien Neil0fc22452019-03-08 17:18:11 -080096 return
97 }
Joe Tsaic0e4bb22019-07-06 13:05:11 -070098 if !protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -080099 file_internal_testprotos_test_test_public_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
Joe Tsaic0e4bb22019-07-06 13:05:11 -0700100 switch v := v.(*PublicImportMessage); i {
101 case 0:
Joe Tsai82760ce2019-06-20 03:09:57 -0700102 return &v.state
Joe Tsaic0e4bb22019-07-06 13:05:11 -0700103 case 1:
Joe Tsai82760ce2019-06-20 03:09:57 -0700104 return &v.sizeCache
105 case 2:
Joe Tsaic0e4bb22019-07-06 13:05:11 -0700106 return &v.unknownFields
107 default:
108 return nil
109 }
110 }
111 }
Joe Tsaiaf570872019-07-14 23:04:40 -0700112 type x struct{}
Joe Tsaid8881392019-06-06 13:01:53 -0700113 out := protoimpl.TypeBuilder{
114 File: protoimpl.DescBuilder{
Joe Tsaiaf570872019-07-14 23:04:40 -0700115 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800116 RawDescriptor: file_internal_testprotos_test_test_public_proto_rawDesc,
Joe Tsaid8881392019-06-06 13:01:53 -0700117 NumEnums: 0,
118 NumMessages: 1,
119 NumExtensions: 0,
120 NumServices: 0,
121 },
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800122 GoTypes: file_internal_testprotos_test_test_public_proto_goTypes,
123 DependencyIndexes: file_internal_testprotos_test_test_public_proto_depIdxs,
124 MessageInfos: file_internal_testprotos_test_test_public_proto_msgTypes,
Joe Tsaid8881392019-06-06 13:01:53 -0700125 }.Build()
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800126 File_internal_testprotos_test_test_public_proto = out.File
127 file_internal_testprotos_test_test_public_proto_rawDesc = nil
128 file_internal_testprotos_test_test_public_proto_goTypes = nil
129 file_internal_testprotos_test_test_public_proto_depIdxs = nil
Damien Neile475eaa2019-01-26 14:24:59 -0800130}