1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34 package emptypb
35
36 import (
37 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
38 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
39 reflect "reflect"
40 sync "sync"
41 )
42
43
44
45
46
47
48
49
50 type Empty struct {
51 state protoimpl.MessageState
52 sizeCache protoimpl.SizeCache
53 unknownFields protoimpl.UnknownFields
54 }
55
56 func (x *Empty) Reset() {
57 *x = Empty{}
58 if protoimpl.UnsafeEnabled {
59 mi := &file_google_protobuf_empty_proto_msgTypes[0]
60 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
61 ms.StoreMessageInfo(mi)
62 }
63 }
64
65 func (x *Empty) String() string {
66 return protoimpl.X.MessageStringOf(x)
67 }
68
69 func (*Empty) ProtoMessage() {}
70
71 func (x *Empty) ProtoReflect() protoreflect.Message {
72 mi := &file_google_protobuf_empty_proto_msgTypes[0]
73 if protoimpl.UnsafeEnabled && x != nil {
74 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
75 if ms.LoadMessageInfo() == nil {
76 ms.StoreMessageInfo(mi)
77 }
78 return ms
79 }
80 return mi.MessageOf(x)
81 }
82
83
84 func (*Empty) Descriptor() ([]byte, []int) {
85 return file_google_protobuf_empty_proto_rawDescGZIP(), []int{0}
86 }
87
88 var File_google_protobuf_empty_proto protoreflect.FileDescriptor
89
90 var file_google_protobuf_empty_proto_rawDesc = []byte{
91 0x0a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
92 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0f, 0x67,
93 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x22, 0x07,
94 0x0a, 0x05, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x42, 0x7d, 0x0a, 0x13, 0x63, 0x6f, 0x6d, 0x2e, 0x67,
95 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x42, 0x0a,
96 0x45, 0x6d, 0x70, 0x74, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x2e, 0x67, 0x6f,
97 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f,
98 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x6b,
99 0x6e, 0x6f, 0x77, 0x6e, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x70, 0x62, 0xf8, 0x01, 0x01, 0xa2,
100 0x02, 0x03, 0x47, 0x50, 0x42, 0xaa, 0x02, 0x1e, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x50,
101 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x57, 0x65, 0x6c, 0x6c, 0x4b, 0x6e, 0x6f, 0x77,
102 0x6e, 0x54, 0x79, 0x70, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
103 }
104
105 var (
106 file_google_protobuf_empty_proto_rawDescOnce sync.Once
107 file_google_protobuf_empty_proto_rawDescData = file_google_protobuf_empty_proto_rawDesc
108 )
109
110 func file_google_protobuf_empty_proto_rawDescGZIP() []byte {
111 file_google_protobuf_empty_proto_rawDescOnce.Do(func() {
112 file_google_protobuf_empty_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_protobuf_empty_proto_rawDescData)
113 })
114 return file_google_protobuf_empty_proto_rawDescData
115 }
116
117 var file_google_protobuf_empty_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
118 var file_google_protobuf_empty_proto_goTypes = []interface{}{
119 (*Empty)(nil),
120 }
121 var file_google_protobuf_empty_proto_depIdxs = []int32{
122 0,
123 0,
124 0,
125 0,
126 0,
127 }
128
129 func init() { file_google_protobuf_empty_proto_init() }
130 func file_google_protobuf_empty_proto_init() {
131 if File_google_protobuf_empty_proto != nil {
132 return
133 }
134 if !protoimpl.UnsafeEnabled {
135 file_google_protobuf_empty_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
136 switch v := v.(*Empty); i {
137 case 0:
138 return &v.state
139 case 1:
140 return &v.sizeCache
141 case 2:
142 return &v.unknownFields
143 default:
144 return nil
145 }
146 }
147 }
148 type x struct{}
149 out := protoimpl.TypeBuilder{
150 File: protoimpl.DescBuilder{
151 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
152 RawDescriptor: file_google_protobuf_empty_proto_rawDesc,
153 NumEnums: 0,
154 NumMessages: 1,
155 NumExtensions: 0,
156 NumServices: 0,
157 },
158 GoTypes: file_google_protobuf_empty_proto_goTypes,
159 DependencyIndexes: file_google_protobuf_empty_proto_depIdxs,
160 MessageInfos: file_google_protobuf_empty_proto_msgTypes,
161 }.Build()
162 File_google_protobuf_empty_proto = out.File
163 file_google_protobuf_empty_proto_rawDesc = nil
164 file_google_protobuf_empty_proto_goTypes = nil
165 file_google_protobuf_empty_proto_depIdxs = nil
166 }
167
View as plain text