@lansweeper/integrations-limit-checker-grpc 0.2.9 → 0.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,697 @@
1
+ // Code generated by protoc-gen-go. DO NOT EDIT.
2
+ // versions:
3
+ // protoc-gen-go v1.32.0
4
+ // protoc v3.19.1
5
+ // source: limit_checker_api.proto
6
+
7
+ package generated_go
8
+
9
+ import (
10
+ protoreflect "google.golang.org/protobuf/reflect/protoreflect"
11
+ protoimpl "google.golang.org/protobuf/runtime/protoimpl"
12
+ reflect "reflect"
13
+ sync "sync"
14
+ )
15
+
16
+ const (
17
+ // Verify that this generated code is sufficiently up-to-date.
18
+ _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
19
+ // Verify that runtime/protoimpl is sufficiently up-to-date.
20
+ _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
21
+ )
22
+
23
+ type ExportStatusLimitCheckerRequest struct {
24
+ state protoimpl.MessageState
25
+ sizeCache protoimpl.SizeCache
26
+ unknownFields protoimpl.UnknownFields
27
+
28
+ AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"`
29
+ TraceId string `protobuf:"bytes,2,opt,name=traceId,proto3" json:"traceId,omitempty"`
30
+ }
31
+
32
+ func (x *ExportStatusLimitCheckerRequest) Reset() {
33
+ *x = ExportStatusLimitCheckerRequest{}
34
+ if protoimpl.UnsafeEnabled {
35
+ mi := &file_limit_checker_api_proto_msgTypes[0]
36
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
37
+ ms.StoreMessageInfo(mi)
38
+ }
39
+ }
40
+
41
+ func (x *ExportStatusLimitCheckerRequest) String() string {
42
+ return protoimpl.X.MessageStringOf(x)
43
+ }
44
+
45
+ func (*ExportStatusLimitCheckerRequest) ProtoMessage() {}
46
+
47
+ func (x *ExportStatusLimitCheckerRequest) ProtoReflect() protoreflect.Message {
48
+ mi := &file_limit_checker_api_proto_msgTypes[0]
49
+ if protoimpl.UnsafeEnabled && x != nil {
50
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
51
+ if ms.LoadMessageInfo() == nil {
52
+ ms.StoreMessageInfo(mi)
53
+ }
54
+ return ms
55
+ }
56
+ return mi.MessageOf(x)
57
+ }
58
+
59
+ // Deprecated: Use ExportStatusLimitCheckerRequest.ProtoReflect.Descriptor instead.
60
+ func (*ExportStatusLimitCheckerRequest) Descriptor() ([]byte, []int) {
61
+ return file_limit_checker_api_proto_rawDescGZIP(), []int{0}
62
+ }
63
+
64
+ func (x *ExportStatusLimitCheckerRequest) GetAppId() string {
65
+ if x != nil {
66
+ return x.AppId
67
+ }
68
+ return ""
69
+ }
70
+
71
+ func (x *ExportStatusLimitCheckerRequest) GetTraceId() string {
72
+ if x != nil {
73
+ return x.TraceId
74
+ }
75
+ return ""
76
+ }
77
+
78
+ type ExportStatusLimitCheckerResponse struct {
79
+ state protoimpl.MessageState
80
+ sizeCache protoimpl.SizeCache
81
+ unknownFields protoimpl.UnknownFields
82
+
83
+ Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
84
+ }
85
+
86
+ func (x *ExportStatusLimitCheckerResponse) Reset() {
87
+ *x = ExportStatusLimitCheckerResponse{}
88
+ if protoimpl.UnsafeEnabled {
89
+ mi := &file_limit_checker_api_proto_msgTypes[1]
90
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
91
+ ms.StoreMessageInfo(mi)
92
+ }
93
+ }
94
+
95
+ func (x *ExportStatusLimitCheckerResponse) String() string {
96
+ return protoimpl.X.MessageStringOf(x)
97
+ }
98
+
99
+ func (*ExportStatusLimitCheckerResponse) ProtoMessage() {}
100
+
101
+ func (x *ExportStatusLimitCheckerResponse) ProtoReflect() protoreflect.Message {
102
+ mi := &file_limit_checker_api_proto_msgTypes[1]
103
+ if protoimpl.UnsafeEnabled && x != nil {
104
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
105
+ if ms.LoadMessageInfo() == nil {
106
+ ms.StoreMessageInfo(mi)
107
+ }
108
+ return ms
109
+ }
110
+ return mi.MessageOf(x)
111
+ }
112
+
113
+ // Deprecated: Use ExportStatusLimitCheckerResponse.ProtoReflect.Descriptor instead.
114
+ func (*ExportStatusLimitCheckerResponse) Descriptor() ([]byte, []int) {
115
+ return file_limit_checker_api_proto_rawDescGZIP(), []int{1}
116
+ }
117
+
118
+ func (x *ExportStatusLimitCheckerResponse) GetMessage() string {
119
+ if x != nil {
120
+ return x.Message
121
+ }
122
+ return ""
123
+ }
124
+
125
+ type ReportFullExportStatusLimitCheckerRequest struct {
126
+ state protoimpl.MessageState
127
+ sizeCache protoimpl.SizeCache
128
+ unknownFields protoimpl.UnknownFields
129
+
130
+ AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
131
+ TraceId string `protobuf:"bytes,2,opt,name=trace_id,json=traceId,proto3" json:"trace_id,omitempty"`
132
+ }
133
+
134
+ func (x *ReportFullExportStatusLimitCheckerRequest) Reset() {
135
+ *x = ReportFullExportStatusLimitCheckerRequest{}
136
+ if protoimpl.UnsafeEnabled {
137
+ mi := &file_limit_checker_api_proto_msgTypes[2]
138
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
139
+ ms.StoreMessageInfo(mi)
140
+ }
141
+ }
142
+
143
+ func (x *ReportFullExportStatusLimitCheckerRequest) String() string {
144
+ return protoimpl.X.MessageStringOf(x)
145
+ }
146
+
147
+ func (*ReportFullExportStatusLimitCheckerRequest) ProtoMessage() {}
148
+
149
+ func (x *ReportFullExportStatusLimitCheckerRequest) ProtoReflect() protoreflect.Message {
150
+ mi := &file_limit_checker_api_proto_msgTypes[2]
151
+ if protoimpl.UnsafeEnabled && x != nil {
152
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
153
+ if ms.LoadMessageInfo() == nil {
154
+ ms.StoreMessageInfo(mi)
155
+ }
156
+ return ms
157
+ }
158
+ return mi.MessageOf(x)
159
+ }
160
+
161
+ // Deprecated: Use ReportFullExportStatusLimitCheckerRequest.ProtoReflect.Descriptor instead.
162
+ func (*ReportFullExportStatusLimitCheckerRequest) Descriptor() ([]byte, []int) {
163
+ return file_limit_checker_api_proto_rawDescGZIP(), []int{2}
164
+ }
165
+
166
+ func (x *ReportFullExportStatusLimitCheckerRequest) GetAppId() string {
167
+ if x != nil {
168
+ return x.AppId
169
+ }
170
+ return ""
171
+ }
172
+
173
+ func (x *ReportFullExportStatusLimitCheckerRequest) GetTraceId() string {
174
+ if x != nil {
175
+ return x.TraceId
176
+ }
177
+ return ""
178
+ }
179
+
180
+ type ReportFullExportStatusLimitCheckerResponse struct {
181
+ state protoimpl.MessageState
182
+ sizeCache protoimpl.SizeCache
183
+ unknownFields protoimpl.UnknownFields
184
+
185
+ Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
186
+ }
187
+
188
+ func (x *ReportFullExportStatusLimitCheckerResponse) Reset() {
189
+ *x = ReportFullExportStatusLimitCheckerResponse{}
190
+ if protoimpl.UnsafeEnabled {
191
+ mi := &file_limit_checker_api_proto_msgTypes[3]
192
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
193
+ ms.StoreMessageInfo(mi)
194
+ }
195
+ }
196
+
197
+ func (x *ReportFullExportStatusLimitCheckerResponse) String() string {
198
+ return protoimpl.X.MessageStringOf(x)
199
+ }
200
+
201
+ func (*ReportFullExportStatusLimitCheckerResponse) ProtoMessage() {}
202
+
203
+ func (x *ReportFullExportStatusLimitCheckerResponse) ProtoReflect() protoreflect.Message {
204
+ mi := &file_limit_checker_api_proto_msgTypes[3]
205
+ if protoimpl.UnsafeEnabled && x != nil {
206
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
207
+ if ms.LoadMessageInfo() == nil {
208
+ ms.StoreMessageInfo(mi)
209
+ }
210
+ return ms
211
+ }
212
+ return mi.MessageOf(x)
213
+ }
214
+
215
+ // Deprecated: Use ReportFullExportStatusLimitCheckerResponse.ProtoReflect.Descriptor instead.
216
+ func (*ReportFullExportStatusLimitCheckerResponse) Descriptor() ([]byte, []int) {
217
+ return file_limit_checker_api_proto_rawDescGZIP(), []int{3}
218
+ }
219
+
220
+ func (x *ReportFullExportStatusLimitCheckerResponse) GetMessage() string {
221
+ if x != nil {
222
+ return x.Message
223
+ }
224
+ return ""
225
+ }
226
+
227
+ type ScanNowLimitCheckerRequest struct {
228
+ state protoimpl.MessageState
229
+ sizeCache protoimpl.SizeCache
230
+ unknownFields protoimpl.UnknownFields
231
+
232
+ SourceId string `protobuf:"bytes,1,opt,name=source_id,json=sourceId,proto3" json:"source_id,omitempty"`
233
+ TraceId string `protobuf:"bytes,2,opt,name=trace_id,json=traceId,proto3" json:"trace_id,omitempty"`
234
+ }
235
+
236
+ func (x *ScanNowLimitCheckerRequest) Reset() {
237
+ *x = ScanNowLimitCheckerRequest{}
238
+ if protoimpl.UnsafeEnabled {
239
+ mi := &file_limit_checker_api_proto_msgTypes[4]
240
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
241
+ ms.StoreMessageInfo(mi)
242
+ }
243
+ }
244
+
245
+ func (x *ScanNowLimitCheckerRequest) String() string {
246
+ return protoimpl.X.MessageStringOf(x)
247
+ }
248
+
249
+ func (*ScanNowLimitCheckerRequest) ProtoMessage() {}
250
+
251
+ func (x *ScanNowLimitCheckerRequest) ProtoReflect() protoreflect.Message {
252
+ mi := &file_limit_checker_api_proto_msgTypes[4]
253
+ if protoimpl.UnsafeEnabled && x != nil {
254
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
255
+ if ms.LoadMessageInfo() == nil {
256
+ ms.StoreMessageInfo(mi)
257
+ }
258
+ return ms
259
+ }
260
+ return mi.MessageOf(x)
261
+ }
262
+
263
+ // Deprecated: Use ScanNowLimitCheckerRequest.ProtoReflect.Descriptor instead.
264
+ func (*ScanNowLimitCheckerRequest) Descriptor() ([]byte, []int) {
265
+ return file_limit_checker_api_proto_rawDescGZIP(), []int{4}
266
+ }
267
+
268
+ func (x *ScanNowLimitCheckerRequest) GetSourceId() string {
269
+ if x != nil {
270
+ return x.SourceId
271
+ }
272
+ return ""
273
+ }
274
+
275
+ func (x *ScanNowLimitCheckerRequest) GetTraceId() string {
276
+ if x != nil {
277
+ return x.TraceId
278
+ }
279
+ return ""
280
+ }
281
+
282
+ type ScanNowLimitCheckerResponse struct {
283
+ state protoimpl.MessageState
284
+ sizeCache protoimpl.SizeCache
285
+ unknownFields protoimpl.UnknownFields
286
+
287
+ Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
288
+ }
289
+
290
+ func (x *ScanNowLimitCheckerResponse) Reset() {
291
+ *x = ScanNowLimitCheckerResponse{}
292
+ if protoimpl.UnsafeEnabled {
293
+ mi := &file_limit_checker_api_proto_msgTypes[5]
294
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
295
+ ms.StoreMessageInfo(mi)
296
+ }
297
+ }
298
+
299
+ func (x *ScanNowLimitCheckerResponse) String() string {
300
+ return protoimpl.X.MessageStringOf(x)
301
+ }
302
+
303
+ func (*ScanNowLimitCheckerResponse) ProtoMessage() {}
304
+
305
+ func (x *ScanNowLimitCheckerResponse) ProtoReflect() protoreflect.Message {
306
+ mi := &file_limit_checker_api_proto_msgTypes[5]
307
+ if protoimpl.UnsafeEnabled && x != nil {
308
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
309
+ if ms.LoadMessageInfo() == nil {
310
+ ms.StoreMessageInfo(mi)
311
+ }
312
+ return ms
313
+ }
314
+ return mi.MessageOf(x)
315
+ }
316
+
317
+ // Deprecated: Use ScanNowLimitCheckerResponse.ProtoReflect.Descriptor instead.
318
+ func (*ScanNowLimitCheckerResponse) Descriptor() ([]byte, []int) {
319
+ return file_limit_checker_api_proto_rawDescGZIP(), []int{5}
320
+ }
321
+
322
+ func (x *ScanNowLimitCheckerResponse) GetMessage() string {
323
+ if x != nil {
324
+ return x.Message
325
+ }
326
+ return ""
327
+ }
328
+
329
+ type UpdateAssetLimitCheckerRequest struct {
330
+ state protoimpl.MessageState
331
+ sizeCache protoimpl.SizeCache
332
+ unknownFields protoimpl.UnknownFields
333
+
334
+ SiteId string `protobuf:"bytes,1,opt,name=site_id,json=siteId,proto3" json:"site_id,omitempty"`
335
+ AssetKey string `protobuf:"bytes,2,opt,name=asset_key,json=assetKey,proto3" json:"asset_key,omitempty"`
336
+ TraceId string `protobuf:"bytes,3,opt,name=trace_id,json=traceId,proto3" json:"trace_id,omitempty"`
337
+ }
338
+
339
+ func (x *UpdateAssetLimitCheckerRequest) Reset() {
340
+ *x = UpdateAssetLimitCheckerRequest{}
341
+ if protoimpl.UnsafeEnabled {
342
+ mi := &file_limit_checker_api_proto_msgTypes[6]
343
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
344
+ ms.StoreMessageInfo(mi)
345
+ }
346
+ }
347
+
348
+ func (x *UpdateAssetLimitCheckerRequest) String() string {
349
+ return protoimpl.X.MessageStringOf(x)
350
+ }
351
+
352
+ func (*UpdateAssetLimitCheckerRequest) ProtoMessage() {}
353
+
354
+ func (x *UpdateAssetLimitCheckerRequest) ProtoReflect() protoreflect.Message {
355
+ mi := &file_limit_checker_api_proto_msgTypes[6]
356
+ if protoimpl.UnsafeEnabled && x != nil {
357
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
358
+ if ms.LoadMessageInfo() == nil {
359
+ ms.StoreMessageInfo(mi)
360
+ }
361
+ return ms
362
+ }
363
+ return mi.MessageOf(x)
364
+ }
365
+
366
+ // Deprecated: Use UpdateAssetLimitCheckerRequest.ProtoReflect.Descriptor instead.
367
+ func (*UpdateAssetLimitCheckerRequest) Descriptor() ([]byte, []int) {
368
+ return file_limit_checker_api_proto_rawDescGZIP(), []int{6}
369
+ }
370
+
371
+ func (x *UpdateAssetLimitCheckerRequest) GetSiteId() string {
372
+ if x != nil {
373
+ return x.SiteId
374
+ }
375
+ return ""
376
+ }
377
+
378
+ func (x *UpdateAssetLimitCheckerRequest) GetAssetKey() string {
379
+ if x != nil {
380
+ return x.AssetKey
381
+ }
382
+ return ""
383
+ }
384
+
385
+ func (x *UpdateAssetLimitCheckerRequest) GetTraceId() string {
386
+ if x != nil {
387
+ return x.TraceId
388
+ }
389
+ return ""
390
+ }
391
+
392
+ type UpdateAssetLimitCheckerResponse struct {
393
+ state protoimpl.MessageState
394
+ sizeCache protoimpl.SizeCache
395
+ unknownFields protoimpl.UnknownFields
396
+
397
+ Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
398
+ }
399
+
400
+ func (x *UpdateAssetLimitCheckerResponse) Reset() {
401
+ *x = UpdateAssetLimitCheckerResponse{}
402
+ if protoimpl.UnsafeEnabled {
403
+ mi := &file_limit_checker_api_proto_msgTypes[7]
404
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
405
+ ms.StoreMessageInfo(mi)
406
+ }
407
+ }
408
+
409
+ func (x *UpdateAssetLimitCheckerResponse) String() string {
410
+ return protoimpl.X.MessageStringOf(x)
411
+ }
412
+
413
+ func (*UpdateAssetLimitCheckerResponse) ProtoMessage() {}
414
+
415
+ func (x *UpdateAssetLimitCheckerResponse) ProtoReflect() protoreflect.Message {
416
+ mi := &file_limit_checker_api_proto_msgTypes[7]
417
+ if protoimpl.UnsafeEnabled && x != nil {
418
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
419
+ if ms.LoadMessageInfo() == nil {
420
+ ms.StoreMessageInfo(mi)
421
+ }
422
+ return ms
423
+ }
424
+ return mi.MessageOf(x)
425
+ }
426
+
427
+ // Deprecated: Use UpdateAssetLimitCheckerResponse.ProtoReflect.Descriptor instead.
428
+ func (*UpdateAssetLimitCheckerResponse) Descriptor() ([]byte, []int) {
429
+ return file_limit_checker_api_proto_rawDescGZIP(), []int{7}
430
+ }
431
+
432
+ func (x *UpdateAssetLimitCheckerResponse) GetMessage() string {
433
+ if x != nil {
434
+ return x.Message
435
+ }
436
+ return ""
437
+ }
438
+
439
+ var File_limit_checker_api_proto protoreflect.FileDescriptor
440
+
441
+ var file_limit_checker_api_proto_rawDesc = []byte{
442
+ 0x0a, 0x17, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x5f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x5f,
443
+ 0x61, 0x70, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x26, 0x6c, 0x61, 0x6e, 0x73, 0x77,
444
+ 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f,
445
+ 0x6e, 0x73, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x76,
446
+ 0x31, 0x22, 0x51, 0x0a, 0x1f, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75,
447
+ 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x71,
448
+ 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20,
449
+ 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x72,
450
+ 0x61, 0x63, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x72, 0x61,
451
+ 0x63, 0x65, 0x49, 0x64, 0x22, 0x3c, 0x0a, 0x20, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x74,
452
+ 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72,
453
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73,
454
+ 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
455
+ 0x67, 0x65, 0x22, 0x5d, 0x0a, 0x29, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x46, 0x75, 0x6c, 0x6c,
456
+ 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6d, 0x69,
457
+ 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
458
+ 0x15, 0x0a, 0x06, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
459
+ 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x74, 0x72, 0x61, 0x63, 0x65, 0x5f,
460
+ 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x72, 0x61, 0x63, 0x65, 0x49,
461
+ 0x64, 0x22, 0x46, 0x0a, 0x2a, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x46, 0x75, 0x6c, 0x6c, 0x45,
462
+ 0x78, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74,
463
+ 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
464
+ 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
465
+ 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x54, 0x0a, 0x1a, 0x53, 0x63, 0x61,
466
+ 0x6e, 0x4e, 0x6f, 0x77, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72,
467
+ 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x6f, 0x75, 0x72, 0x63,
468
+ 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x6f, 0x75, 0x72,
469
+ 0x63, 0x65, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x74, 0x72, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64,
470
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x72, 0x61, 0x63, 0x65, 0x49, 0x64, 0x22,
471
+ 0x37, 0x0a, 0x1b, 0x53, 0x63, 0x61, 0x6e, 0x4e, 0x6f, 0x77, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43,
472
+ 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18,
473
+ 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
474
+ 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x71, 0x0a, 0x1e, 0x55, 0x70, 0x64, 0x61,
475
+ 0x74, 0x65, 0x41, 0x73, 0x73, 0x65, 0x74, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63,
476
+ 0x6b, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x69,
477
+ 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x74,
478
+ 0x65, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x61, 0x73, 0x73, 0x65, 0x74, 0x5f, 0x6b, 0x65, 0x79,
479
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x73, 0x73, 0x65, 0x74, 0x4b, 0x65, 0x79,
480
+ 0x12, 0x19, 0x0a, 0x08, 0x74, 0x72, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01,
481
+ 0x28, 0x09, 0x52, 0x07, 0x74, 0x72, 0x61, 0x63, 0x65, 0x49, 0x64, 0x22, 0x3b, 0x0a, 0x1f, 0x55,
482
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x73, 0x73, 0x65, 0x74, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43,
483
+ 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18,
484
+ 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
485
+ 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0xee, 0x05, 0x0a, 0x18, 0x49, 0x6e, 0x74,
486
+ 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68,
487
+ 0x65, 0x63, 0x6b, 0x65, 0x72, 0x12, 0xaf, 0x01, 0x0a, 0x18, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74,
488
+ 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b,
489
+ 0x65, 0x72, 0x12, 0x47, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
490
+ 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x6c, 0x69, 0x6d, 0x69,
491
+ 0x74, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x78, 0x70, 0x6f,
492
+ 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65,
493
+ 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x48, 0x2e, 0x6c, 0x61,
494
+ 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61,
495
+ 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x65,
496
+ 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75,
497
+ 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x73,
498
+ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0xcd, 0x01, 0x0a, 0x22, 0x52, 0x65, 0x70, 0x6f,
499
+ 0x72, 0x74, 0x46, 0x75, 0x6c, 0x6c, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74,
500
+ 0x75, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x12, 0x51,
501
+ 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x74, 0x65,
502
+ 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x63, 0x68, 0x65,
503
+ 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x46, 0x75,
504
+ 0x6c, 0x6c, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69,
505
+ 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
506
+ 0x74, 0x1a, 0x52, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69,
507
+ 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x6c, 0x69, 0x6d, 0x69, 0x74,
508
+ 0x63, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x72,
509
+ 0x74, 0x46, 0x75, 0x6c, 0x6c, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75,
510
+ 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x73,
511
+ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0xa0, 0x01, 0x0a, 0x13, 0x53, 0x63, 0x61, 0x6e,
512
+ 0x4e, 0x6f, 0x77, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x12,
513
+ 0x42, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x74,
514
+ 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x63, 0x68,
515
+ 0x65, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x61, 0x6e, 0x4e, 0x6f, 0x77,
516
+ 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75,
517
+ 0x65, 0x73, 0x74, 0x1a, 0x43, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
518
+ 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x6c, 0x69, 0x6d,
519
+ 0x69, 0x74, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x61,
520
+ 0x6e, 0x4e, 0x6f, 0x77, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72,
521
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0xac, 0x01, 0x0a, 0x17, 0x55,
522
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x73, 0x73, 0x65, 0x74, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43,
523
+ 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x12, 0x46, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
524
+ 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
525
+ 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e,
526
+ 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x73, 0x73, 0x65, 0x74, 0x4c, 0x69, 0x6d, 0x69, 0x74,
527
+ 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x47,
528
+ 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x74, 0x65,
529
+ 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x63, 0x68, 0x65,
530
+ 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x73,
531
+ 0x73, 0x65, 0x74, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52,
532
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x10, 0x5a, 0x0e, 0x2e, 0x2f, 0x67,
533
+ 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x2d, 0x67, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f,
534
+ 0x74, 0x6f, 0x33,
535
+ }
536
+
537
+ var (
538
+ file_limit_checker_api_proto_rawDescOnce sync.Once
539
+ file_limit_checker_api_proto_rawDescData = file_limit_checker_api_proto_rawDesc
540
+ )
541
+
542
+ func file_limit_checker_api_proto_rawDescGZIP() []byte {
543
+ file_limit_checker_api_proto_rawDescOnce.Do(func() {
544
+ file_limit_checker_api_proto_rawDescData = protoimpl.X.CompressGZIP(file_limit_checker_api_proto_rawDescData)
545
+ })
546
+ return file_limit_checker_api_proto_rawDescData
547
+ }
548
+
549
+ var file_limit_checker_api_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
550
+ var file_limit_checker_api_proto_goTypes = []interface{}{
551
+ (*ExportStatusLimitCheckerRequest)(nil), // 0: lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerRequest
552
+ (*ExportStatusLimitCheckerResponse)(nil), // 1: lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerResponse
553
+ (*ReportFullExportStatusLimitCheckerRequest)(nil), // 2: lansweeper.integrationslimitchecker.v1.ReportFullExportStatusLimitCheckerRequest
554
+ (*ReportFullExportStatusLimitCheckerResponse)(nil), // 3: lansweeper.integrationslimitchecker.v1.ReportFullExportStatusLimitCheckerResponse
555
+ (*ScanNowLimitCheckerRequest)(nil), // 4: lansweeper.integrationslimitchecker.v1.ScanNowLimitCheckerRequest
556
+ (*ScanNowLimitCheckerResponse)(nil), // 5: lansweeper.integrationslimitchecker.v1.ScanNowLimitCheckerResponse
557
+ (*UpdateAssetLimitCheckerRequest)(nil), // 6: lansweeper.integrationslimitchecker.v1.UpdateAssetLimitCheckerRequest
558
+ (*UpdateAssetLimitCheckerResponse)(nil), // 7: lansweeper.integrationslimitchecker.v1.UpdateAssetLimitCheckerResponse
559
+ }
560
+ var file_limit_checker_api_proto_depIdxs = []int32{
561
+ 0, // 0: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.ExportStatusLimitChecker:input_type -> lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerRequest
562
+ 2, // 1: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.ReportFullExportStatusLimitChecker:input_type -> lansweeper.integrationslimitchecker.v1.ReportFullExportStatusLimitCheckerRequest
563
+ 4, // 2: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.ScanNowLimitChecker:input_type -> lansweeper.integrationslimitchecker.v1.ScanNowLimitCheckerRequest
564
+ 6, // 3: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.UpdateAssetLimitChecker:input_type -> lansweeper.integrationslimitchecker.v1.UpdateAssetLimitCheckerRequest
565
+ 1, // 4: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.ExportStatusLimitChecker:output_type -> lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerResponse
566
+ 3, // 5: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.ReportFullExportStatusLimitChecker:output_type -> lansweeper.integrationslimitchecker.v1.ReportFullExportStatusLimitCheckerResponse
567
+ 5, // 6: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.ScanNowLimitChecker:output_type -> lansweeper.integrationslimitchecker.v1.ScanNowLimitCheckerResponse
568
+ 7, // 7: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.UpdateAssetLimitChecker:output_type -> lansweeper.integrationslimitchecker.v1.UpdateAssetLimitCheckerResponse
569
+ 4, // [4:8] is the sub-list for method output_type
570
+ 0, // [0:4] is the sub-list for method input_type
571
+ 0, // [0:0] is the sub-list for extension type_name
572
+ 0, // [0:0] is the sub-list for extension extendee
573
+ 0, // [0:0] is the sub-list for field type_name
574
+ }
575
+
576
+ func init() { file_limit_checker_api_proto_init() }
577
+ func file_limit_checker_api_proto_init() {
578
+ if File_limit_checker_api_proto != nil {
579
+ return
580
+ }
581
+ if !protoimpl.UnsafeEnabled {
582
+ file_limit_checker_api_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
583
+ switch v := v.(*ExportStatusLimitCheckerRequest); i {
584
+ case 0:
585
+ return &v.state
586
+ case 1:
587
+ return &v.sizeCache
588
+ case 2:
589
+ return &v.unknownFields
590
+ default:
591
+ return nil
592
+ }
593
+ }
594
+ file_limit_checker_api_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
595
+ switch v := v.(*ExportStatusLimitCheckerResponse); i {
596
+ case 0:
597
+ return &v.state
598
+ case 1:
599
+ return &v.sizeCache
600
+ case 2:
601
+ return &v.unknownFields
602
+ default:
603
+ return nil
604
+ }
605
+ }
606
+ file_limit_checker_api_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
607
+ switch v := v.(*ReportFullExportStatusLimitCheckerRequest); i {
608
+ case 0:
609
+ return &v.state
610
+ case 1:
611
+ return &v.sizeCache
612
+ case 2:
613
+ return &v.unknownFields
614
+ default:
615
+ return nil
616
+ }
617
+ }
618
+ file_limit_checker_api_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
619
+ switch v := v.(*ReportFullExportStatusLimitCheckerResponse); i {
620
+ case 0:
621
+ return &v.state
622
+ case 1:
623
+ return &v.sizeCache
624
+ case 2:
625
+ return &v.unknownFields
626
+ default:
627
+ return nil
628
+ }
629
+ }
630
+ file_limit_checker_api_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
631
+ switch v := v.(*ScanNowLimitCheckerRequest); i {
632
+ case 0:
633
+ return &v.state
634
+ case 1:
635
+ return &v.sizeCache
636
+ case 2:
637
+ return &v.unknownFields
638
+ default:
639
+ return nil
640
+ }
641
+ }
642
+ file_limit_checker_api_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
643
+ switch v := v.(*ScanNowLimitCheckerResponse); i {
644
+ case 0:
645
+ return &v.state
646
+ case 1:
647
+ return &v.sizeCache
648
+ case 2:
649
+ return &v.unknownFields
650
+ default:
651
+ return nil
652
+ }
653
+ }
654
+ file_limit_checker_api_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
655
+ switch v := v.(*UpdateAssetLimitCheckerRequest); i {
656
+ case 0:
657
+ return &v.state
658
+ case 1:
659
+ return &v.sizeCache
660
+ case 2:
661
+ return &v.unknownFields
662
+ default:
663
+ return nil
664
+ }
665
+ }
666
+ file_limit_checker_api_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
667
+ switch v := v.(*UpdateAssetLimitCheckerResponse); i {
668
+ case 0:
669
+ return &v.state
670
+ case 1:
671
+ return &v.sizeCache
672
+ case 2:
673
+ return &v.unknownFields
674
+ default:
675
+ return nil
676
+ }
677
+ }
678
+ }
679
+ type x struct{}
680
+ out := protoimpl.TypeBuilder{
681
+ File: protoimpl.DescBuilder{
682
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
683
+ RawDescriptor: file_limit_checker_api_proto_rawDesc,
684
+ NumEnums: 0,
685
+ NumMessages: 8,
686
+ NumExtensions: 0,
687
+ NumServices: 1,
688
+ },
689
+ GoTypes: file_limit_checker_api_proto_goTypes,
690
+ DependencyIndexes: file_limit_checker_api_proto_depIdxs,
691
+ MessageInfos: file_limit_checker_api_proto_msgTypes,
692
+ }.Build()
693
+ File_limit_checker_api_proto = out.File
694
+ file_limit_checker_api_proto_rawDesc = nil
695
+ file_limit_checker_api_proto_goTypes = nil
696
+ file_limit_checker_api_proto_depIdxs = nil
697
+ }