this repo has no description
1// Code generated by protoc-gen-go. DO NOT EDIT.
2// versions:
3// protoc-gen-go v1.36.6
4// protoc (unknown)
5// source: blob_ref.proto
6
7package vyletdatabase
8
9import (
10 _ "buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go/buf/validate"
11 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
12 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
13 timestamppb "google.golang.org/protobuf/types/known/timestamppb"
14 reflect "reflect"
15 sync "sync"
16 unsafe "unsafe"
17)
18
19const (
20 // Verify that this generated code is sufficiently up-to-date.
21 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
22 // Verify that runtime/protoimpl is sufficiently up-to-date.
23 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
24)
25
26type BlobRef struct {
27 state protoimpl.MessageState `protogen:"open.v1"`
28 Did string `protobuf:"bytes,1,opt,name=did,proto3" json:"did,omitempty"`
29 Cid string `protobuf:"bytes,2,opt,name=cid,proto3" json:"cid,omitempty"`
30 FirstSeenAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=first_seen_at,json=firstSeenAt,proto3" json:"first_seen_at,omitempty"`
31 ProcessedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=processed_at,json=processedAt,proto3,oneof" json:"processed_at,omitempty"`
32 UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3,oneof" json:"updated_at,omitempty"`
33 TakenDown bool `protobuf:"varint,6,opt,name=taken_down,json=takenDown,proto3" json:"taken_down,omitempty"`
34 TakedownReason *string `protobuf:"bytes,7,opt,name=takedown_reason,json=takedownReason,proto3,oneof" json:"takedown_reason,omitempty"`
35 TakenDownAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=taken_down_at,json=takenDownAt,proto3,oneof" json:"taken_down_at,omitempty"`
36 Tags []string `protobuf:"bytes,9,rep,name=tags,proto3" json:"tags,omitempty"`
37 unknownFields protoimpl.UnknownFields
38 sizeCache protoimpl.SizeCache
39}
40
41func (x *BlobRef) Reset() {
42 *x = BlobRef{}
43 mi := &file_blob_ref_proto_msgTypes[0]
44 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
45 ms.StoreMessageInfo(mi)
46}
47
48func (x *BlobRef) String() string {
49 return protoimpl.X.MessageStringOf(x)
50}
51
52func (*BlobRef) ProtoMessage() {}
53
54func (x *BlobRef) ProtoReflect() protoreflect.Message {
55 mi := &file_blob_ref_proto_msgTypes[0]
56 if x != nil {
57 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
58 if ms.LoadMessageInfo() == nil {
59 ms.StoreMessageInfo(mi)
60 }
61 return ms
62 }
63 return mi.MessageOf(x)
64}
65
66// Deprecated: Use BlobRef.ProtoReflect.Descriptor instead.
67func (*BlobRef) Descriptor() ([]byte, []int) {
68 return file_blob_ref_proto_rawDescGZIP(), []int{0}
69}
70
71func (x *BlobRef) GetDid() string {
72 if x != nil {
73 return x.Did
74 }
75 return ""
76}
77
78func (x *BlobRef) GetCid() string {
79 if x != nil {
80 return x.Cid
81 }
82 return ""
83}
84
85func (x *BlobRef) GetFirstSeenAt() *timestamppb.Timestamp {
86 if x != nil {
87 return x.FirstSeenAt
88 }
89 return nil
90}
91
92func (x *BlobRef) GetProcessedAt() *timestamppb.Timestamp {
93 if x != nil {
94 return x.ProcessedAt
95 }
96 return nil
97}
98
99func (x *BlobRef) GetUpdatedAt() *timestamppb.Timestamp {
100 if x != nil {
101 return x.UpdatedAt
102 }
103 return nil
104}
105
106func (x *BlobRef) GetTakenDown() bool {
107 if x != nil {
108 return x.TakenDown
109 }
110 return false
111}
112
113func (x *BlobRef) GetTakedownReason() string {
114 if x != nil && x.TakedownReason != nil {
115 return *x.TakedownReason
116 }
117 return ""
118}
119
120func (x *BlobRef) GetTakenDownAt() *timestamppb.Timestamp {
121 if x != nil {
122 return x.TakenDownAt
123 }
124 return nil
125}
126
127func (x *BlobRef) GetTags() []string {
128 if x != nil {
129 return x.Tags
130 }
131 return nil
132}
133
134type GetBlobRefRequest struct {
135 state protoimpl.MessageState `protogen:"open.v1"`
136 Did string `protobuf:"bytes,1,opt,name=did,proto3" json:"did,omitempty"`
137 Cid string `protobuf:"bytes,2,opt,name=cid,proto3" json:"cid,omitempty"`
138 unknownFields protoimpl.UnknownFields
139 sizeCache protoimpl.SizeCache
140}
141
142func (x *GetBlobRefRequest) Reset() {
143 *x = GetBlobRefRequest{}
144 mi := &file_blob_ref_proto_msgTypes[1]
145 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
146 ms.StoreMessageInfo(mi)
147}
148
149func (x *GetBlobRefRequest) String() string {
150 return protoimpl.X.MessageStringOf(x)
151}
152
153func (*GetBlobRefRequest) ProtoMessage() {}
154
155func (x *GetBlobRefRequest) ProtoReflect() protoreflect.Message {
156 mi := &file_blob_ref_proto_msgTypes[1]
157 if x != nil {
158 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
159 if ms.LoadMessageInfo() == nil {
160 ms.StoreMessageInfo(mi)
161 }
162 return ms
163 }
164 return mi.MessageOf(x)
165}
166
167// Deprecated: Use GetBlobRefRequest.ProtoReflect.Descriptor instead.
168func (*GetBlobRefRequest) Descriptor() ([]byte, []int) {
169 return file_blob_ref_proto_rawDescGZIP(), []int{1}
170}
171
172func (x *GetBlobRefRequest) GetDid() string {
173 if x != nil {
174 return x.Did
175 }
176 return ""
177}
178
179func (x *GetBlobRefRequest) GetCid() string {
180 if x != nil {
181 return x.Cid
182 }
183 return ""
184}
185
186type GetBlobRefResponse struct {
187 state protoimpl.MessageState `protogen:"open.v1"`
188 Error *string `protobuf:"bytes,1,opt,name=error,proto3,oneof" json:"error,omitempty"`
189 BlobRef *BlobRef `protobuf:"bytes,2,opt,name=blob_ref,json=blobRef,proto3,oneof" json:"blob_ref,omitempty"`
190 unknownFields protoimpl.UnknownFields
191 sizeCache protoimpl.SizeCache
192}
193
194func (x *GetBlobRefResponse) Reset() {
195 *x = GetBlobRefResponse{}
196 mi := &file_blob_ref_proto_msgTypes[2]
197 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
198 ms.StoreMessageInfo(mi)
199}
200
201func (x *GetBlobRefResponse) String() string {
202 return protoimpl.X.MessageStringOf(x)
203}
204
205func (*GetBlobRefResponse) ProtoMessage() {}
206
207func (x *GetBlobRefResponse) ProtoReflect() protoreflect.Message {
208 mi := &file_blob_ref_proto_msgTypes[2]
209 if x != nil {
210 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
211 if ms.LoadMessageInfo() == nil {
212 ms.StoreMessageInfo(mi)
213 }
214 return ms
215 }
216 return mi.MessageOf(x)
217}
218
219// Deprecated: Use GetBlobRefResponse.ProtoReflect.Descriptor instead.
220func (*GetBlobRefResponse) Descriptor() ([]byte, []int) {
221 return file_blob_ref_proto_rawDescGZIP(), []int{2}
222}
223
224func (x *GetBlobRefResponse) GetError() string {
225 if x != nil && x.Error != nil {
226 return *x.Error
227 }
228 return ""
229}
230
231func (x *GetBlobRefResponse) GetBlobRef() *BlobRef {
232 if x != nil {
233 return x.BlobRef
234 }
235 return nil
236}
237
238type CreateBlobRefRequest struct {
239 state protoimpl.MessageState `protogen:"open.v1"`
240 BlobRef *BlobRef `protobuf:"bytes,1,opt,name=blob_ref,json=blobRef,proto3" json:"blob_ref,omitempty"`
241 unknownFields protoimpl.UnknownFields
242 sizeCache protoimpl.SizeCache
243}
244
245func (x *CreateBlobRefRequest) Reset() {
246 *x = CreateBlobRefRequest{}
247 mi := &file_blob_ref_proto_msgTypes[3]
248 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
249 ms.StoreMessageInfo(mi)
250}
251
252func (x *CreateBlobRefRequest) String() string {
253 return protoimpl.X.MessageStringOf(x)
254}
255
256func (*CreateBlobRefRequest) ProtoMessage() {}
257
258func (x *CreateBlobRefRequest) ProtoReflect() protoreflect.Message {
259 mi := &file_blob_ref_proto_msgTypes[3]
260 if x != nil {
261 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
262 if ms.LoadMessageInfo() == nil {
263 ms.StoreMessageInfo(mi)
264 }
265 return ms
266 }
267 return mi.MessageOf(x)
268}
269
270// Deprecated: Use CreateBlobRefRequest.ProtoReflect.Descriptor instead.
271func (*CreateBlobRefRequest) Descriptor() ([]byte, []int) {
272 return file_blob_ref_proto_rawDescGZIP(), []int{3}
273}
274
275func (x *CreateBlobRefRequest) GetBlobRef() *BlobRef {
276 if x != nil {
277 return x.BlobRef
278 }
279 return nil
280}
281
282type CreateBlobRefResponse struct {
283 state protoimpl.MessageState `protogen:"open.v1"`
284 Error *string `protobuf:"bytes,1,opt,name=error,proto3,oneof" json:"error,omitempty"`
285 unknownFields protoimpl.UnknownFields
286 sizeCache protoimpl.SizeCache
287}
288
289func (x *CreateBlobRefResponse) Reset() {
290 *x = CreateBlobRefResponse{}
291 mi := &file_blob_ref_proto_msgTypes[4]
292 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
293 ms.StoreMessageInfo(mi)
294}
295
296func (x *CreateBlobRefResponse) String() string {
297 return protoimpl.X.MessageStringOf(x)
298}
299
300func (*CreateBlobRefResponse) ProtoMessage() {}
301
302func (x *CreateBlobRefResponse) ProtoReflect() protoreflect.Message {
303 mi := &file_blob_ref_proto_msgTypes[4]
304 if x != nil {
305 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
306 if ms.LoadMessageInfo() == nil {
307 ms.StoreMessageInfo(mi)
308 }
309 return ms
310 }
311 return mi.MessageOf(x)
312}
313
314// Deprecated: Use CreateBlobRefResponse.ProtoReflect.Descriptor instead.
315func (*CreateBlobRefResponse) Descriptor() ([]byte, []int) {
316 return file_blob_ref_proto_rawDescGZIP(), []int{4}
317}
318
319func (x *CreateBlobRefResponse) GetError() string {
320 if x != nil && x.Error != nil {
321 return *x.Error
322 }
323 return ""
324}
325
326type UpdateBlobRefRequest struct {
327 state protoimpl.MessageState `protogen:"open.v1"`
328 BlobRef *BlobRef `protobuf:"bytes,1,opt,name=blob_ref,json=blobRef,proto3" json:"blob_ref,omitempty"`
329 unknownFields protoimpl.UnknownFields
330 sizeCache protoimpl.SizeCache
331}
332
333func (x *UpdateBlobRefRequest) Reset() {
334 *x = UpdateBlobRefRequest{}
335 mi := &file_blob_ref_proto_msgTypes[5]
336 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
337 ms.StoreMessageInfo(mi)
338}
339
340func (x *UpdateBlobRefRequest) String() string {
341 return protoimpl.X.MessageStringOf(x)
342}
343
344func (*UpdateBlobRefRequest) ProtoMessage() {}
345
346func (x *UpdateBlobRefRequest) ProtoReflect() protoreflect.Message {
347 mi := &file_blob_ref_proto_msgTypes[5]
348 if x != nil {
349 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
350 if ms.LoadMessageInfo() == nil {
351 ms.StoreMessageInfo(mi)
352 }
353 return ms
354 }
355 return mi.MessageOf(x)
356}
357
358// Deprecated: Use UpdateBlobRefRequest.ProtoReflect.Descriptor instead.
359func (*UpdateBlobRefRequest) Descriptor() ([]byte, []int) {
360 return file_blob_ref_proto_rawDescGZIP(), []int{5}
361}
362
363func (x *UpdateBlobRefRequest) GetBlobRef() *BlobRef {
364 if x != nil {
365 return x.BlobRef
366 }
367 return nil
368}
369
370type UpdateBlobRefResponse struct {
371 state protoimpl.MessageState `protogen:"open.v1"`
372 Error *string `protobuf:"bytes,1,opt,name=error,proto3,oneof" json:"error,omitempty"`
373 unknownFields protoimpl.UnknownFields
374 sizeCache protoimpl.SizeCache
375}
376
377func (x *UpdateBlobRefResponse) Reset() {
378 *x = UpdateBlobRefResponse{}
379 mi := &file_blob_ref_proto_msgTypes[6]
380 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
381 ms.StoreMessageInfo(mi)
382}
383
384func (x *UpdateBlobRefResponse) String() string {
385 return protoimpl.X.MessageStringOf(x)
386}
387
388func (*UpdateBlobRefResponse) ProtoMessage() {}
389
390func (x *UpdateBlobRefResponse) ProtoReflect() protoreflect.Message {
391 mi := &file_blob_ref_proto_msgTypes[6]
392 if x != nil {
393 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
394 if ms.LoadMessageInfo() == nil {
395 ms.StoreMessageInfo(mi)
396 }
397 return ms
398 }
399 return mi.MessageOf(x)
400}
401
402// Deprecated: Use UpdateBlobRefResponse.ProtoReflect.Descriptor instead.
403func (*UpdateBlobRefResponse) Descriptor() ([]byte, []int) {
404 return file_blob_ref_proto_rawDescGZIP(), []int{6}
405}
406
407func (x *UpdateBlobRefResponse) GetError() string {
408 if x != nil && x.Error != nil {
409 return *x.Error
410 }
411 return ""
412}
413
414var File_blob_ref_proto protoreflect.FileDescriptor
415
416const file_blob_ref_proto_rawDesc = "" +
417 "\n" +
418 "\x0eblob_ref.proto\x12\rvyletdatabase\x1a\x1bbuf/validate/validate.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xed\x03\n" +
419 "\aBlobRef\x12\x18\n" +
420 "\x03did\x18\x01 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x03did\x12\x18\n" +
421 "\x03cid\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x03cid\x12>\n" +
422 "\rfirst_seen_at\x18\x03 \x01(\v2\x1a.google.protobuf.TimestampR\vfirstSeenAt\x12B\n" +
423 "\fprocessed_at\x18\x04 \x01(\v2\x1a.google.protobuf.TimestampH\x00R\vprocessedAt\x88\x01\x01\x12>\n" +
424 "\n" +
425 "updated_at\x18\x05 \x01(\v2\x1a.google.protobuf.TimestampH\x01R\tupdatedAt\x88\x01\x01\x12\x1d\n" +
426 "\n" +
427 "taken_down\x18\x06 \x01(\bR\ttakenDown\x12,\n" +
428 "\x0ftakedown_reason\x18\a \x01(\tH\x02R\x0etakedownReason\x88\x01\x01\x12C\n" +
429 "\rtaken_down_at\x18\b \x01(\v2\x1a.google.protobuf.TimestampH\x03R\vtakenDownAt\x88\x01\x01\x12\x12\n" +
430 "\x04tags\x18\t \x03(\tR\x04tagsB\x0f\n" +
431 "\r_processed_atB\r\n" +
432 "\v_updated_atB\x12\n" +
433 "\x10_takedown_reasonB\x10\n" +
434 "\x0e_taken_down_at\"G\n" +
435 "\x11GetBlobRefRequest\x12\x18\n" +
436 "\x03did\x18\x01 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x03did\x12\x18\n" +
437 "\x03cid\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x03cid\"~\n" +
438 "\x12GetBlobRefResponse\x12\x19\n" +
439 "\x05error\x18\x01 \x01(\tH\x00R\x05error\x88\x01\x01\x126\n" +
440 "\bblob_ref\x18\x02 \x01(\v2\x16.vyletdatabase.BlobRefH\x01R\ablobRef\x88\x01\x01B\b\n" +
441 "\x06_errorB\v\n" +
442 "\t_blob_ref\"I\n" +
443 "\x14CreateBlobRefRequest\x121\n" +
444 "\bblob_ref\x18\x01 \x01(\v2\x16.vyletdatabase.BlobRefR\ablobRef\"<\n" +
445 "\x15CreateBlobRefResponse\x12\x19\n" +
446 "\x05error\x18\x01 \x01(\tH\x00R\x05error\x88\x01\x01B\b\n" +
447 "\x06_error\"I\n" +
448 "\x14UpdateBlobRefRequest\x121\n" +
449 "\bblob_ref\x18\x01 \x01(\v2\x16.vyletdatabase.BlobRefR\ablobRef\"<\n" +
450 "\x15UpdateBlobRefResponse\x12\x19\n" +
451 "\x05error\x18\x01 \x01(\tH\x00R\x05error\x88\x01\x01B\b\n" +
452 "\x06_error2\x9b\x02\n" +
453 "\x0eBlobRefService\x12Q\n" +
454 "\n" +
455 "GetBlobRef\x12 .vyletdatabase.GetBlobRefRequest\x1a!.vyletdatabase.GetBlobRefResponse\x12Z\n" +
456 "\rCreateBlobRef\x12#.vyletdatabase.CreateBlobRefRequest\x1a$.vyletdatabase.CreateBlobRefResponse\x12Z\n" +
457 "\rUpdateBlobRef\x12#.vyletdatabase.UpdateBlobRefRequest\x1a$.vyletdatabase.UpdateBlobRefResponseB\x87\x01\n" +
458 "\x11com.vyletdatabaseB\fBlobRefProtoP\x01Z\x10./;vyletdatabase\xa2\x02\x03VXX\xaa\x02\rVyletdatabase\xca\x02\rVyletdatabase\xe2\x02\x19Vyletdatabase\\GPBMetadata\xea\x02\rVyletdatabaseb\x06proto3"
459
460var (
461 file_blob_ref_proto_rawDescOnce sync.Once
462 file_blob_ref_proto_rawDescData []byte
463)
464
465func file_blob_ref_proto_rawDescGZIP() []byte {
466 file_blob_ref_proto_rawDescOnce.Do(func() {
467 file_blob_ref_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_blob_ref_proto_rawDesc), len(file_blob_ref_proto_rawDesc)))
468 })
469 return file_blob_ref_proto_rawDescData
470}
471
472var file_blob_ref_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
473var file_blob_ref_proto_goTypes = []any{
474 (*BlobRef)(nil), // 0: vyletdatabase.BlobRef
475 (*GetBlobRefRequest)(nil), // 1: vyletdatabase.GetBlobRefRequest
476 (*GetBlobRefResponse)(nil), // 2: vyletdatabase.GetBlobRefResponse
477 (*CreateBlobRefRequest)(nil), // 3: vyletdatabase.CreateBlobRefRequest
478 (*CreateBlobRefResponse)(nil), // 4: vyletdatabase.CreateBlobRefResponse
479 (*UpdateBlobRefRequest)(nil), // 5: vyletdatabase.UpdateBlobRefRequest
480 (*UpdateBlobRefResponse)(nil), // 6: vyletdatabase.UpdateBlobRefResponse
481 (*timestamppb.Timestamp)(nil), // 7: google.protobuf.Timestamp
482}
483var file_blob_ref_proto_depIdxs = []int32{
484 7, // 0: vyletdatabase.BlobRef.first_seen_at:type_name -> google.protobuf.Timestamp
485 7, // 1: vyletdatabase.BlobRef.processed_at:type_name -> google.protobuf.Timestamp
486 7, // 2: vyletdatabase.BlobRef.updated_at:type_name -> google.protobuf.Timestamp
487 7, // 3: vyletdatabase.BlobRef.taken_down_at:type_name -> google.protobuf.Timestamp
488 0, // 4: vyletdatabase.GetBlobRefResponse.blob_ref:type_name -> vyletdatabase.BlobRef
489 0, // 5: vyletdatabase.CreateBlobRefRequest.blob_ref:type_name -> vyletdatabase.BlobRef
490 0, // 6: vyletdatabase.UpdateBlobRefRequest.blob_ref:type_name -> vyletdatabase.BlobRef
491 1, // 7: vyletdatabase.BlobRefService.GetBlobRef:input_type -> vyletdatabase.GetBlobRefRequest
492 3, // 8: vyletdatabase.BlobRefService.CreateBlobRef:input_type -> vyletdatabase.CreateBlobRefRequest
493 5, // 9: vyletdatabase.BlobRefService.UpdateBlobRef:input_type -> vyletdatabase.UpdateBlobRefRequest
494 2, // 10: vyletdatabase.BlobRefService.GetBlobRef:output_type -> vyletdatabase.GetBlobRefResponse
495 4, // 11: vyletdatabase.BlobRefService.CreateBlobRef:output_type -> vyletdatabase.CreateBlobRefResponse
496 6, // 12: vyletdatabase.BlobRefService.UpdateBlobRef:output_type -> vyletdatabase.UpdateBlobRefResponse
497 10, // [10:13] is the sub-list for method output_type
498 7, // [7:10] is the sub-list for method input_type
499 7, // [7:7] is the sub-list for extension type_name
500 7, // [7:7] is the sub-list for extension extendee
501 0, // [0:7] is the sub-list for field type_name
502}
503
504func init() { file_blob_ref_proto_init() }
505func file_blob_ref_proto_init() {
506 if File_blob_ref_proto != nil {
507 return
508 }
509 file_blob_ref_proto_msgTypes[0].OneofWrappers = []any{}
510 file_blob_ref_proto_msgTypes[2].OneofWrappers = []any{}
511 file_blob_ref_proto_msgTypes[4].OneofWrappers = []any{}
512 file_blob_ref_proto_msgTypes[6].OneofWrappers = []any{}
513 type x struct{}
514 out := protoimpl.TypeBuilder{
515 File: protoimpl.DescBuilder{
516 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
517 RawDescriptor: unsafe.Slice(unsafe.StringData(file_blob_ref_proto_rawDesc), len(file_blob_ref_proto_rawDesc)),
518 NumEnums: 0,
519 NumMessages: 7,
520 NumExtensions: 0,
521 NumServices: 1,
522 },
523 GoTypes: file_blob_ref_proto_goTypes,
524 DependencyIndexes: file_blob_ref_proto_depIdxs,
525 MessageInfos: file_blob_ref_proto_msgTypes,
526 }.Build()
527 File_blob_ref_proto = out.File
528 file_blob_ref_proto_goTypes = nil
529 file_blob_ref_proto_depIdxs = nil
530}