@lansweeper/integrations-limit-checker-grpc 0.2.12 → 0.2.14
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.
- package/CHANGELOG.md +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/limit_checker_api_grpc_pb.d.ts +17 -0
- package/gen-proto/limit_checker_api_grpc_pb.js +33 -0
- package/gen-proto/limit_checker_api_pb.d.ts +46 -0
- package/gen-proto/limit_checker_api_pb.js +364 -0
- package/generated-go/limit_checker_api.pb.go +280 -119
- package/generated-go/limit_checker_api_grpc.pb.go +38 -0
- package/package.json +8 -3
- package/proto/limit_checker_api.proto +11 -0
|
@@ -75,6 +75,69 @@ func (x *ExportStatusLimitCheckerRequest) GetTraceId() string {
|
|
|
75
75
|
return ""
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
+
type ExportStatusLimitCheckerOrgRequest struct {
|
|
79
|
+
state protoimpl.MessageState
|
|
80
|
+
sizeCache protoimpl.SizeCache
|
|
81
|
+
unknownFields protoimpl.UnknownFields
|
|
82
|
+
|
|
83
|
+
ClientId string `protobuf:"bytes,1,opt,name=clientId,proto3" json:"clientId,omitempty"`
|
|
84
|
+
TraceId string `protobuf:"bytes,2,opt,name=traceId,proto3" json:"traceId,omitempty"`
|
|
85
|
+
ExportId string `protobuf:"bytes,3,opt,name=exportId,proto3" json:"exportId,omitempty"`
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
func (x *ExportStatusLimitCheckerOrgRequest) Reset() {
|
|
89
|
+
*x = ExportStatusLimitCheckerOrgRequest{}
|
|
90
|
+
if protoimpl.UnsafeEnabled {
|
|
91
|
+
mi := &file_limit_checker_api_proto_msgTypes[1]
|
|
92
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
93
|
+
ms.StoreMessageInfo(mi)
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
func (x *ExportStatusLimitCheckerOrgRequest) String() string {
|
|
98
|
+
return protoimpl.X.MessageStringOf(x)
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
func (*ExportStatusLimitCheckerOrgRequest) ProtoMessage() {}
|
|
102
|
+
|
|
103
|
+
func (x *ExportStatusLimitCheckerOrgRequest) ProtoReflect() protoreflect.Message {
|
|
104
|
+
mi := &file_limit_checker_api_proto_msgTypes[1]
|
|
105
|
+
if protoimpl.UnsafeEnabled && x != nil {
|
|
106
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
107
|
+
if ms.LoadMessageInfo() == nil {
|
|
108
|
+
ms.StoreMessageInfo(mi)
|
|
109
|
+
}
|
|
110
|
+
return ms
|
|
111
|
+
}
|
|
112
|
+
return mi.MessageOf(x)
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
// Deprecated: Use ExportStatusLimitCheckerOrgRequest.ProtoReflect.Descriptor instead.
|
|
116
|
+
func (*ExportStatusLimitCheckerOrgRequest) Descriptor() ([]byte, []int) {
|
|
117
|
+
return file_limit_checker_api_proto_rawDescGZIP(), []int{1}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
func (x *ExportStatusLimitCheckerOrgRequest) GetClientId() string {
|
|
121
|
+
if x != nil {
|
|
122
|
+
return x.ClientId
|
|
123
|
+
}
|
|
124
|
+
return ""
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
func (x *ExportStatusLimitCheckerOrgRequest) GetTraceId() string {
|
|
128
|
+
if x != nil {
|
|
129
|
+
return x.TraceId
|
|
130
|
+
}
|
|
131
|
+
return ""
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
func (x *ExportStatusLimitCheckerOrgRequest) GetExportId() string {
|
|
135
|
+
if x != nil {
|
|
136
|
+
return x.ExportId
|
|
137
|
+
}
|
|
138
|
+
return ""
|
|
139
|
+
}
|
|
140
|
+
|
|
78
141
|
type ExportStatusLimitCheckerResponse struct {
|
|
79
142
|
state protoimpl.MessageState
|
|
80
143
|
sizeCache protoimpl.SizeCache
|
|
@@ -86,7 +149,7 @@ type ExportStatusLimitCheckerResponse struct {
|
|
|
86
149
|
func (x *ExportStatusLimitCheckerResponse) Reset() {
|
|
87
150
|
*x = ExportStatusLimitCheckerResponse{}
|
|
88
151
|
if protoimpl.UnsafeEnabled {
|
|
89
|
-
mi := &file_limit_checker_api_proto_msgTypes[
|
|
152
|
+
mi := &file_limit_checker_api_proto_msgTypes[2]
|
|
90
153
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
91
154
|
ms.StoreMessageInfo(mi)
|
|
92
155
|
}
|
|
@@ -99,7 +162,7 @@ func (x *ExportStatusLimitCheckerResponse) String() string {
|
|
|
99
162
|
func (*ExportStatusLimitCheckerResponse) ProtoMessage() {}
|
|
100
163
|
|
|
101
164
|
func (x *ExportStatusLimitCheckerResponse) ProtoReflect() protoreflect.Message {
|
|
102
|
-
mi := &file_limit_checker_api_proto_msgTypes[
|
|
165
|
+
mi := &file_limit_checker_api_proto_msgTypes[2]
|
|
103
166
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
104
167
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
105
168
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -112,7 +175,7 @@ func (x *ExportStatusLimitCheckerResponse) ProtoReflect() protoreflect.Message {
|
|
|
112
175
|
|
|
113
176
|
// Deprecated: Use ExportStatusLimitCheckerResponse.ProtoReflect.Descriptor instead.
|
|
114
177
|
func (*ExportStatusLimitCheckerResponse) Descriptor() ([]byte, []int) {
|
|
115
|
-
return file_limit_checker_api_proto_rawDescGZIP(), []int{
|
|
178
|
+
return file_limit_checker_api_proto_rawDescGZIP(), []int{2}
|
|
116
179
|
}
|
|
117
180
|
|
|
118
181
|
func (x *ExportStatusLimitCheckerResponse) GetMessage() string {
|
|
@@ -122,6 +185,53 @@ func (x *ExportStatusLimitCheckerResponse) GetMessage() string {
|
|
|
122
185
|
return ""
|
|
123
186
|
}
|
|
124
187
|
|
|
188
|
+
type ExportStatusLimitCheckerOrgResponse struct {
|
|
189
|
+
state protoimpl.MessageState
|
|
190
|
+
sizeCache protoimpl.SizeCache
|
|
191
|
+
unknownFields protoimpl.UnknownFields
|
|
192
|
+
|
|
193
|
+
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
func (x *ExportStatusLimitCheckerOrgResponse) Reset() {
|
|
197
|
+
*x = ExportStatusLimitCheckerOrgResponse{}
|
|
198
|
+
if protoimpl.UnsafeEnabled {
|
|
199
|
+
mi := &file_limit_checker_api_proto_msgTypes[3]
|
|
200
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
201
|
+
ms.StoreMessageInfo(mi)
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
func (x *ExportStatusLimitCheckerOrgResponse) String() string {
|
|
206
|
+
return protoimpl.X.MessageStringOf(x)
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
func (*ExportStatusLimitCheckerOrgResponse) ProtoMessage() {}
|
|
210
|
+
|
|
211
|
+
func (x *ExportStatusLimitCheckerOrgResponse) ProtoReflect() protoreflect.Message {
|
|
212
|
+
mi := &file_limit_checker_api_proto_msgTypes[3]
|
|
213
|
+
if protoimpl.UnsafeEnabled && x != nil {
|
|
214
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
215
|
+
if ms.LoadMessageInfo() == nil {
|
|
216
|
+
ms.StoreMessageInfo(mi)
|
|
217
|
+
}
|
|
218
|
+
return ms
|
|
219
|
+
}
|
|
220
|
+
return mi.MessageOf(x)
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
// Deprecated: Use ExportStatusLimitCheckerOrgResponse.ProtoReflect.Descriptor instead.
|
|
224
|
+
func (*ExportStatusLimitCheckerOrgResponse) Descriptor() ([]byte, []int) {
|
|
225
|
+
return file_limit_checker_api_proto_rawDescGZIP(), []int{3}
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
func (x *ExportStatusLimitCheckerOrgResponse) GetMessage() string {
|
|
229
|
+
if x != nil {
|
|
230
|
+
return x.Message
|
|
231
|
+
}
|
|
232
|
+
return ""
|
|
233
|
+
}
|
|
234
|
+
|
|
125
235
|
type ReportFullExportStatusLimitCheckerRequest struct {
|
|
126
236
|
state protoimpl.MessageState
|
|
127
237
|
sizeCache protoimpl.SizeCache
|
|
@@ -134,7 +244,7 @@ type ReportFullExportStatusLimitCheckerRequest struct {
|
|
|
134
244
|
func (x *ReportFullExportStatusLimitCheckerRequest) Reset() {
|
|
135
245
|
*x = ReportFullExportStatusLimitCheckerRequest{}
|
|
136
246
|
if protoimpl.UnsafeEnabled {
|
|
137
|
-
mi := &file_limit_checker_api_proto_msgTypes[
|
|
247
|
+
mi := &file_limit_checker_api_proto_msgTypes[4]
|
|
138
248
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
139
249
|
ms.StoreMessageInfo(mi)
|
|
140
250
|
}
|
|
@@ -147,7 +257,7 @@ func (x *ReportFullExportStatusLimitCheckerRequest) String() string {
|
|
|
147
257
|
func (*ReportFullExportStatusLimitCheckerRequest) ProtoMessage() {}
|
|
148
258
|
|
|
149
259
|
func (x *ReportFullExportStatusLimitCheckerRequest) ProtoReflect() protoreflect.Message {
|
|
150
|
-
mi := &file_limit_checker_api_proto_msgTypes[
|
|
260
|
+
mi := &file_limit_checker_api_proto_msgTypes[4]
|
|
151
261
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
152
262
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
153
263
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -160,7 +270,7 @@ func (x *ReportFullExportStatusLimitCheckerRequest) ProtoReflect() protoreflect.
|
|
|
160
270
|
|
|
161
271
|
// Deprecated: Use ReportFullExportStatusLimitCheckerRequest.ProtoReflect.Descriptor instead.
|
|
162
272
|
func (*ReportFullExportStatusLimitCheckerRequest) Descriptor() ([]byte, []int) {
|
|
163
|
-
return file_limit_checker_api_proto_rawDescGZIP(), []int{
|
|
273
|
+
return file_limit_checker_api_proto_rawDescGZIP(), []int{4}
|
|
164
274
|
}
|
|
165
275
|
|
|
166
276
|
func (x *ReportFullExportStatusLimitCheckerRequest) GetAppId() string {
|
|
@@ -188,7 +298,7 @@ type ReportFullExportStatusLimitCheckerResponse struct {
|
|
|
188
298
|
func (x *ReportFullExportStatusLimitCheckerResponse) Reset() {
|
|
189
299
|
*x = ReportFullExportStatusLimitCheckerResponse{}
|
|
190
300
|
if protoimpl.UnsafeEnabled {
|
|
191
|
-
mi := &file_limit_checker_api_proto_msgTypes[
|
|
301
|
+
mi := &file_limit_checker_api_proto_msgTypes[5]
|
|
192
302
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
193
303
|
ms.StoreMessageInfo(mi)
|
|
194
304
|
}
|
|
@@ -201,7 +311,7 @@ func (x *ReportFullExportStatusLimitCheckerResponse) String() string {
|
|
|
201
311
|
func (*ReportFullExportStatusLimitCheckerResponse) ProtoMessage() {}
|
|
202
312
|
|
|
203
313
|
func (x *ReportFullExportStatusLimitCheckerResponse) ProtoReflect() protoreflect.Message {
|
|
204
|
-
mi := &file_limit_checker_api_proto_msgTypes[
|
|
314
|
+
mi := &file_limit_checker_api_proto_msgTypes[5]
|
|
205
315
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
206
316
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
207
317
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -214,7 +324,7 @@ func (x *ReportFullExportStatusLimitCheckerResponse) ProtoReflect() protoreflect
|
|
|
214
324
|
|
|
215
325
|
// Deprecated: Use ReportFullExportStatusLimitCheckerResponse.ProtoReflect.Descriptor instead.
|
|
216
326
|
func (*ReportFullExportStatusLimitCheckerResponse) Descriptor() ([]byte, []int) {
|
|
217
|
-
return file_limit_checker_api_proto_rawDescGZIP(), []int{
|
|
327
|
+
return file_limit_checker_api_proto_rawDescGZIP(), []int{5}
|
|
218
328
|
}
|
|
219
329
|
|
|
220
330
|
func (x *ReportFullExportStatusLimitCheckerResponse) GetMessage() string {
|
|
@@ -236,7 +346,7 @@ type ScanNowLimitCheckerRequest struct {
|
|
|
236
346
|
func (x *ScanNowLimitCheckerRequest) Reset() {
|
|
237
347
|
*x = ScanNowLimitCheckerRequest{}
|
|
238
348
|
if protoimpl.UnsafeEnabled {
|
|
239
|
-
mi := &file_limit_checker_api_proto_msgTypes[
|
|
349
|
+
mi := &file_limit_checker_api_proto_msgTypes[6]
|
|
240
350
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
241
351
|
ms.StoreMessageInfo(mi)
|
|
242
352
|
}
|
|
@@ -249,7 +359,7 @@ func (x *ScanNowLimitCheckerRequest) String() string {
|
|
|
249
359
|
func (*ScanNowLimitCheckerRequest) ProtoMessage() {}
|
|
250
360
|
|
|
251
361
|
func (x *ScanNowLimitCheckerRequest) ProtoReflect() protoreflect.Message {
|
|
252
|
-
mi := &file_limit_checker_api_proto_msgTypes[
|
|
362
|
+
mi := &file_limit_checker_api_proto_msgTypes[6]
|
|
253
363
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
254
364
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
255
365
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -262,7 +372,7 @@ func (x *ScanNowLimitCheckerRequest) ProtoReflect() protoreflect.Message {
|
|
|
262
372
|
|
|
263
373
|
// Deprecated: Use ScanNowLimitCheckerRequest.ProtoReflect.Descriptor instead.
|
|
264
374
|
func (*ScanNowLimitCheckerRequest) Descriptor() ([]byte, []int) {
|
|
265
|
-
return file_limit_checker_api_proto_rawDescGZIP(), []int{
|
|
375
|
+
return file_limit_checker_api_proto_rawDescGZIP(), []int{6}
|
|
266
376
|
}
|
|
267
377
|
|
|
268
378
|
func (x *ScanNowLimitCheckerRequest) GetSourceId() string {
|
|
@@ -290,7 +400,7 @@ type ScanNowLimitCheckerResponse struct {
|
|
|
290
400
|
func (x *ScanNowLimitCheckerResponse) Reset() {
|
|
291
401
|
*x = ScanNowLimitCheckerResponse{}
|
|
292
402
|
if protoimpl.UnsafeEnabled {
|
|
293
|
-
mi := &file_limit_checker_api_proto_msgTypes[
|
|
403
|
+
mi := &file_limit_checker_api_proto_msgTypes[7]
|
|
294
404
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
295
405
|
ms.StoreMessageInfo(mi)
|
|
296
406
|
}
|
|
@@ -303,7 +413,7 @@ func (x *ScanNowLimitCheckerResponse) String() string {
|
|
|
303
413
|
func (*ScanNowLimitCheckerResponse) ProtoMessage() {}
|
|
304
414
|
|
|
305
415
|
func (x *ScanNowLimitCheckerResponse) ProtoReflect() protoreflect.Message {
|
|
306
|
-
mi := &file_limit_checker_api_proto_msgTypes[
|
|
416
|
+
mi := &file_limit_checker_api_proto_msgTypes[7]
|
|
307
417
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
308
418
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
309
419
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -316,7 +426,7 @@ func (x *ScanNowLimitCheckerResponse) ProtoReflect() protoreflect.Message {
|
|
|
316
426
|
|
|
317
427
|
// Deprecated: Use ScanNowLimitCheckerResponse.ProtoReflect.Descriptor instead.
|
|
318
428
|
func (*ScanNowLimitCheckerResponse) Descriptor() ([]byte, []int) {
|
|
319
|
-
return file_limit_checker_api_proto_rawDescGZIP(), []int{
|
|
429
|
+
return file_limit_checker_api_proto_rawDescGZIP(), []int{7}
|
|
320
430
|
}
|
|
321
431
|
|
|
322
432
|
func (x *ScanNowLimitCheckerResponse) GetMessage() string {
|
|
@@ -339,7 +449,7 @@ type UpdateAssetLimitCheckerRequest struct {
|
|
|
339
449
|
func (x *UpdateAssetLimitCheckerRequest) Reset() {
|
|
340
450
|
*x = UpdateAssetLimitCheckerRequest{}
|
|
341
451
|
if protoimpl.UnsafeEnabled {
|
|
342
|
-
mi := &file_limit_checker_api_proto_msgTypes[
|
|
452
|
+
mi := &file_limit_checker_api_proto_msgTypes[8]
|
|
343
453
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
344
454
|
ms.StoreMessageInfo(mi)
|
|
345
455
|
}
|
|
@@ -352,7 +462,7 @@ func (x *UpdateAssetLimitCheckerRequest) String() string {
|
|
|
352
462
|
func (*UpdateAssetLimitCheckerRequest) ProtoMessage() {}
|
|
353
463
|
|
|
354
464
|
func (x *UpdateAssetLimitCheckerRequest) ProtoReflect() protoreflect.Message {
|
|
355
|
-
mi := &file_limit_checker_api_proto_msgTypes[
|
|
465
|
+
mi := &file_limit_checker_api_proto_msgTypes[8]
|
|
356
466
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
357
467
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
358
468
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -365,7 +475,7 @@ func (x *UpdateAssetLimitCheckerRequest) ProtoReflect() protoreflect.Message {
|
|
|
365
475
|
|
|
366
476
|
// Deprecated: Use UpdateAssetLimitCheckerRequest.ProtoReflect.Descriptor instead.
|
|
367
477
|
func (*UpdateAssetLimitCheckerRequest) Descriptor() ([]byte, []int) {
|
|
368
|
-
return file_limit_checker_api_proto_rawDescGZIP(), []int{
|
|
478
|
+
return file_limit_checker_api_proto_rawDescGZIP(), []int{8}
|
|
369
479
|
}
|
|
370
480
|
|
|
371
481
|
func (x *UpdateAssetLimitCheckerRequest) GetSiteId() string {
|
|
@@ -400,7 +510,7 @@ type UpdateAssetLimitCheckerResponse struct {
|
|
|
400
510
|
func (x *UpdateAssetLimitCheckerResponse) Reset() {
|
|
401
511
|
*x = UpdateAssetLimitCheckerResponse{}
|
|
402
512
|
if protoimpl.UnsafeEnabled {
|
|
403
|
-
mi := &file_limit_checker_api_proto_msgTypes[
|
|
513
|
+
mi := &file_limit_checker_api_proto_msgTypes[9]
|
|
404
514
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
405
515
|
ms.StoreMessageInfo(mi)
|
|
406
516
|
}
|
|
@@ -413,7 +523,7 @@ func (x *UpdateAssetLimitCheckerResponse) String() string {
|
|
|
413
523
|
func (*UpdateAssetLimitCheckerResponse) ProtoMessage() {}
|
|
414
524
|
|
|
415
525
|
func (x *UpdateAssetLimitCheckerResponse) ProtoReflect() protoreflect.Message {
|
|
416
|
-
mi := &file_limit_checker_api_proto_msgTypes[
|
|
526
|
+
mi := &file_limit_checker_api_proto_msgTypes[9]
|
|
417
527
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
418
528
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
419
529
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -426,7 +536,7 @@ func (x *UpdateAssetLimitCheckerResponse) ProtoReflect() protoreflect.Message {
|
|
|
426
536
|
|
|
427
537
|
// Deprecated: Use UpdateAssetLimitCheckerResponse.ProtoReflect.Descriptor instead.
|
|
428
538
|
func (*UpdateAssetLimitCheckerResponse) Descriptor() ([]byte, []int) {
|
|
429
|
-
return file_limit_checker_api_proto_rawDescGZIP(), []int{
|
|
539
|
+
return file_limit_checker_api_proto_rawDescGZIP(), []int{9}
|
|
430
540
|
}
|
|
431
541
|
|
|
432
542
|
func (x *UpdateAssetLimitCheckerResponse) GetMessage() string {
|
|
@@ -448,90 +558,113 @@ var file_limit_checker_api_proto_rawDesc = []byte{
|
|
|
448
558
|
0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20,
|
|
449
559
|
0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x72,
|
|
450
560
|
0x61, 0x63, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x72, 0x61,
|
|
451
|
-
0x63, 0x65, 0x49, 0x64, 0x22,
|
|
561
|
+
0x63, 0x65, 0x49, 0x64, 0x22, 0x76, 0x0a, 0x22, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x74,
|
|
562
|
+
0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72,
|
|
563
|
+
0x4f, 0x72, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6c,
|
|
564
|
+
0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6c,
|
|
565
|
+
0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x72, 0x61, 0x63, 0x65, 0x49,
|
|
566
|
+
0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x72, 0x61, 0x63, 0x65, 0x49, 0x64,
|
|
567
|
+
0x12, 0x1a, 0x0a, 0x08, 0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01,
|
|
568
|
+
0x28, 0x09, 0x52, 0x08, 0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x49, 0x64, 0x22, 0x3c, 0x0a, 0x20,
|
|
569
|
+
0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6d, 0x69,
|
|
570
|
+
0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
571
|
+
0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
572
|
+
0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x3f, 0x0a, 0x23, 0x45, 0x78,
|
|
573
|
+
0x70, 0x6f, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43,
|
|
574
|
+
0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x4f, 0x72, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
575
|
+
0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01,
|
|
576
|
+
0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x5d, 0x0a, 0x29, 0x52,
|
|
577
|
+
0x65, 0x70, 0x6f, 0x72, 0x74, 0x46, 0x75, 0x6c, 0x6c, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x53,
|
|
578
|
+
0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65,
|
|
579
|
+
0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x15, 0x0a, 0x06, 0x61, 0x70, 0x70, 0x5f,
|
|
580
|
+
0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12,
|
|
581
|
+
0x19, 0x0a, 0x08, 0x74, 0x72, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
582
|
+
0x09, 0x52, 0x07, 0x74, 0x72, 0x61, 0x63, 0x65, 0x49, 0x64, 0x22, 0x46, 0x0a, 0x2a, 0x52, 0x65,
|
|
583
|
+
0x70, 0x6f, 0x72, 0x74, 0x46, 0x75, 0x6c, 0x6c, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x74,
|
|
452
584
|
0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72,
|
|
453
585
|
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73,
|
|
454
586
|
0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
|
|
455
|
-
0x67, 0x65, 0x22,
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
0x18,
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
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,
|
|
587
|
+
0x67, 0x65, 0x22, 0x54, 0x0a, 0x1a, 0x53, 0x63, 0x61, 0x6e, 0x4e, 0x6f, 0x77, 0x4c, 0x69, 0x6d,
|
|
588
|
+
0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
589
|
+
0x12, 0x1b, 0x0a, 0x09, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
590
|
+
0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x64, 0x12, 0x19, 0x0a,
|
|
591
|
+
0x08, 0x74, 0x72, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
592
|
+
0x07, 0x74, 0x72, 0x61, 0x63, 0x65, 0x49, 0x64, 0x22, 0x37, 0x0a, 0x1b, 0x53, 0x63, 0x61, 0x6e,
|
|
593
|
+
0x4e, 0x6f, 0x77, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52,
|
|
594
|
+
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
|
|
595
|
+
0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
596
|
+
0x65, 0x22, 0x71, 0x0a, 0x1e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x73, 0x73, 0x65, 0x74,
|
|
597
|
+
0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75,
|
|
598
|
+
0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01,
|
|
599
|
+
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09,
|
|
600
|
+
0x61, 0x73, 0x73, 0x65, 0x74, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
601
|
+
0x08, 0x61, 0x73, 0x73, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x12, 0x19, 0x0a, 0x08, 0x74, 0x72, 0x61,
|
|
602
|
+
0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x72, 0x61,
|
|
603
|
+
0x63, 0x65, 0x49, 0x64, 0x22, 0x3b, 0x0a, 0x1f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x73,
|
|
604
|
+
0x73, 0x65, 0x74, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52,
|
|
605
|
+
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
|
|
606
|
+
0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
607
|
+
0x65, 0x32, 0xa9, 0x07, 0x0a, 0x18, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f,
|
|
608
|
+
0x6e, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x12, 0xaf,
|
|
609
|
+
0x01, 0x0a, 0x18, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c,
|
|
610
|
+
0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x12, 0x47, 0x2e, 0x6c, 0x61,
|
|
494
611
|
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61,
|
|
495
612
|
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x65,
|
|
496
613
|
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,
|
|
498
|
-
|
|
614
|
+
0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x71,
|
|
615
|
+
0x75, 0x65, 0x73, 0x74, 0x1a, 0x48, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
616
|
+
0x72, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x6c, 0x69,
|
|
617
|
+
0x6d, 0x69, 0x74, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x78,
|
|
618
|
+
0x70, 0x6f, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43,
|
|
619
|
+
0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
|
|
620
|
+
0x12, 0xb8, 0x01, 0x0a, 0x1b, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75,
|
|
621
|
+
0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x4f, 0x72, 0x67,
|
|
622
|
+
0x12, 0x4a, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e,
|
|
623
|
+
0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x63,
|
|
624
|
+
0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74,
|
|
625
|
+
0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b,
|
|
626
|
+
0x65, 0x72, 0x4f, 0x72, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x4b, 0x2e, 0x6c,
|
|
627
|
+
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72,
|
|
628
|
+
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x63, 0x68, 0x65, 0x63, 0x6b,
|
|
629
|
+
0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74,
|
|
630
|
+
0x75, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x4f, 0x72,
|
|
631
|
+
0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0xcd, 0x01, 0x0a, 0x22,
|
|
632
|
+
0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x46, 0x75, 0x6c, 0x6c, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74,
|
|
633
|
+
0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b,
|
|
634
|
+
0x65, 0x72, 0x12, 0x51, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
635
|
+
0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x6c, 0x69, 0x6d, 0x69,
|
|
636
|
+
0x74, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x70, 0x6f,
|
|
499
637
|
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,
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
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,
|
|
638
|
+
0x75, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65,
|
|
639
|
+
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x52, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
640
|
+
0x65, 0x72, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x6c,
|
|
641
|
+
0x69, 0x6d, 0x69, 0x74, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x52,
|
|
642
|
+
0x65, 0x70, 0x6f, 0x72, 0x74, 0x46, 0x75, 0x6c, 0x6c, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x53,
|
|
643
|
+
0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65,
|
|
644
|
+
0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0xa0, 0x01, 0x0a, 0x13,
|
|
645
|
+
0x53, 0x63, 0x61, 0x6e, 0x4e, 0x6f, 0x77, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63,
|
|
646
|
+
0x6b, 0x65, 0x72, 0x12, 0x42, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
518
647
|
0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x6c, 0x69, 0x6d,
|
|
519
648
|
0x69, 0x74, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x63, 0x61,
|
|
520
649
|
0x6e, 0x4e, 0x6f, 0x77, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72,
|
|
521
|
-
0x52, 0x65,
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x73, 0x73, 0x65, 0x74, 0x4c, 0x69,
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
0x74,
|
|
650
|
+
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x43, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
651
|
+
0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
652
|
+
0x73, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x76, 0x31,
|
|
653
|
+
0x2e, 0x53, 0x63, 0x61, 0x6e, 0x4e, 0x6f, 0x77, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65,
|
|
654
|
+
0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0xac,
|
|
655
|
+
0x01, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x73, 0x73, 0x65, 0x74, 0x4c, 0x69,
|
|
656
|
+
0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x12, 0x46, 0x2e, 0x6c, 0x61, 0x6e,
|
|
657
|
+
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74,
|
|
658
|
+
0x69, 0x6f, 0x6e, 0x73, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72,
|
|
659
|
+
0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x73, 0x73, 0x65, 0x74, 0x4c,
|
|
660
|
+
0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
661
|
+
0x73, 0x74, 0x1a, 0x47, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
662
|
+
0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x6c, 0x69, 0x6d, 0x69,
|
|
663
|
+
0x74, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61,
|
|
664
|
+
0x74, 0x65, 0x41, 0x73, 0x73, 0x65, 0x74, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x43, 0x68, 0x65, 0x63,
|
|
665
|
+
0x6b, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x10, 0x5a,
|
|
666
|
+
0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x2d, 0x67, 0x6f, 0x62,
|
|
667
|
+
0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
535
668
|
}
|
|
536
669
|
|
|
537
670
|
var (
|
|
@@ -546,28 +679,32 @@ func file_limit_checker_api_proto_rawDescGZIP() []byte {
|
|
|
546
679
|
return file_limit_checker_api_proto_rawDescData
|
|
547
680
|
}
|
|
548
681
|
|
|
549
|
-
var file_limit_checker_api_proto_msgTypes = make([]protoimpl.MessageInfo,
|
|
682
|
+
var file_limit_checker_api_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
|
|
550
683
|
var file_limit_checker_api_proto_goTypes = []any{
|
|
551
684
|
(*ExportStatusLimitCheckerRequest)(nil), // 0: lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerRequest
|
|
552
|
-
(*
|
|
553
|
-
(*
|
|
554
|
-
(*
|
|
555
|
-
(*
|
|
556
|
-
(*
|
|
557
|
-
(*
|
|
558
|
-
(*
|
|
685
|
+
(*ExportStatusLimitCheckerOrgRequest)(nil), // 1: lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest
|
|
686
|
+
(*ExportStatusLimitCheckerResponse)(nil), // 2: lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerResponse
|
|
687
|
+
(*ExportStatusLimitCheckerOrgResponse)(nil), // 3: lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse
|
|
688
|
+
(*ReportFullExportStatusLimitCheckerRequest)(nil), // 4: lansweeper.integrationslimitchecker.v1.ReportFullExportStatusLimitCheckerRequest
|
|
689
|
+
(*ReportFullExportStatusLimitCheckerResponse)(nil), // 5: lansweeper.integrationslimitchecker.v1.ReportFullExportStatusLimitCheckerResponse
|
|
690
|
+
(*ScanNowLimitCheckerRequest)(nil), // 6: lansweeper.integrationslimitchecker.v1.ScanNowLimitCheckerRequest
|
|
691
|
+
(*ScanNowLimitCheckerResponse)(nil), // 7: lansweeper.integrationslimitchecker.v1.ScanNowLimitCheckerResponse
|
|
692
|
+
(*UpdateAssetLimitCheckerRequest)(nil), // 8: lansweeper.integrationslimitchecker.v1.UpdateAssetLimitCheckerRequest
|
|
693
|
+
(*UpdateAssetLimitCheckerResponse)(nil), // 9: lansweeper.integrationslimitchecker.v1.UpdateAssetLimitCheckerResponse
|
|
559
694
|
}
|
|
560
695
|
var file_limit_checker_api_proto_depIdxs = []int32{
|
|
561
696
|
0, // 0: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.ExportStatusLimitChecker:input_type -> lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerRequest
|
|
562
|
-
|
|
563
|
-
4, // 2: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.
|
|
564
|
-
6, // 3: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
697
|
+
1, // 1: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.ExportStatusLimitCheckerOrg:input_type -> lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest
|
|
698
|
+
4, // 2: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.ReportFullExportStatusLimitChecker:input_type -> lansweeper.integrationslimitchecker.v1.ReportFullExportStatusLimitCheckerRequest
|
|
699
|
+
6, // 3: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.ScanNowLimitChecker:input_type -> lansweeper.integrationslimitchecker.v1.ScanNowLimitCheckerRequest
|
|
700
|
+
8, // 4: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.UpdateAssetLimitChecker:input_type -> lansweeper.integrationslimitchecker.v1.UpdateAssetLimitCheckerRequest
|
|
701
|
+
2, // 5: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.ExportStatusLimitChecker:output_type -> lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerResponse
|
|
702
|
+
3, // 6: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.ExportStatusLimitCheckerOrg:output_type -> lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse
|
|
703
|
+
5, // 7: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.ReportFullExportStatusLimitChecker:output_type -> lansweeper.integrationslimitchecker.v1.ReportFullExportStatusLimitCheckerResponse
|
|
704
|
+
7, // 8: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.ScanNowLimitChecker:output_type -> lansweeper.integrationslimitchecker.v1.ScanNowLimitCheckerResponse
|
|
705
|
+
9, // 9: lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker.UpdateAssetLimitChecker:output_type -> lansweeper.integrationslimitchecker.v1.UpdateAssetLimitCheckerResponse
|
|
706
|
+
5, // [5:10] is the sub-list for method output_type
|
|
707
|
+
0, // [0:5] is the sub-list for method input_type
|
|
571
708
|
0, // [0:0] is the sub-list for extension type_name
|
|
572
709
|
0, // [0:0] is the sub-list for extension extendee
|
|
573
710
|
0, // [0:0] is the sub-list for field type_name
|
|
@@ -592,7 +729,7 @@ func file_limit_checker_api_proto_init() {
|
|
|
592
729
|
}
|
|
593
730
|
}
|
|
594
731
|
file_limit_checker_api_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
|
595
|
-
switch v := v.(*
|
|
732
|
+
switch v := v.(*ExportStatusLimitCheckerOrgRequest); i {
|
|
596
733
|
case 0:
|
|
597
734
|
return &v.state
|
|
598
735
|
case 1:
|
|
@@ -604,7 +741,7 @@ func file_limit_checker_api_proto_init() {
|
|
|
604
741
|
}
|
|
605
742
|
}
|
|
606
743
|
file_limit_checker_api_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
|
607
|
-
switch v := v.(*
|
|
744
|
+
switch v := v.(*ExportStatusLimitCheckerResponse); i {
|
|
608
745
|
case 0:
|
|
609
746
|
return &v.state
|
|
610
747
|
case 1:
|
|
@@ -616,7 +753,7 @@ func file_limit_checker_api_proto_init() {
|
|
|
616
753
|
}
|
|
617
754
|
}
|
|
618
755
|
file_limit_checker_api_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
|
619
|
-
switch v := v.(*
|
|
756
|
+
switch v := v.(*ExportStatusLimitCheckerOrgResponse); i {
|
|
620
757
|
case 0:
|
|
621
758
|
return &v.state
|
|
622
759
|
case 1:
|
|
@@ -628,7 +765,7 @@ func file_limit_checker_api_proto_init() {
|
|
|
628
765
|
}
|
|
629
766
|
}
|
|
630
767
|
file_limit_checker_api_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
|
631
|
-
switch v := v.(*
|
|
768
|
+
switch v := v.(*ReportFullExportStatusLimitCheckerRequest); i {
|
|
632
769
|
case 0:
|
|
633
770
|
return &v.state
|
|
634
771
|
case 1:
|
|
@@ -640,7 +777,7 @@ func file_limit_checker_api_proto_init() {
|
|
|
640
777
|
}
|
|
641
778
|
}
|
|
642
779
|
file_limit_checker_api_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
|
643
|
-
switch v := v.(*
|
|
780
|
+
switch v := v.(*ReportFullExportStatusLimitCheckerResponse); i {
|
|
644
781
|
case 0:
|
|
645
782
|
return &v.state
|
|
646
783
|
case 1:
|
|
@@ -652,7 +789,7 @@ func file_limit_checker_api_proto_init() {
|
|
|
652
789
|
}
|
|
653
790
|
}
|
|
654
791
|
file_limit_checker_api_proto_msgTypes[6].Exporter = func(v any, i int) any {
|
|
655
|
-
switch v := v.(*
|
|
792
|
+
switch v := v.(*ScanNowLimitCheckerRequest); i {
|
|
656
793
|
case 0:
|
|
657
794
|
return &v.state
|
|
658
795
|
case 1:
|
|
@@ -664,6 +801,30 @@ func file_limit_checker_api_proto_init() {
|
|
|
664
801
|
}
|
|
665
802
|
}
|
|
666
803
|
file_limit_checker_api_proto_msgTypes[7].Exporter = func(v any, i int) any {
|
|
804
|
+
switch v := v.(*ScanNowLimitCheckerResponse); i {
|
|
805
|
+
case 0:
|
|
806
|
+
return &v.state
|
|
807
|
+
case 1:
|
|
808
|
+
return &v.sizeCache
|
|
809
|
+
case 2:
|
|
810
|
+
return &v.unknownFields
|
|
811
|
+
default:
|
|
812
|
+
return nil
|
|
813
|
+
}
|
|
814
|
+
}
|
|
815
|
+
file_limit_checker_api_proto_msgTypes[8].Exporter = func(v any, i int) any {
|
|
816
|
+
switch v := v.(*UpdateAssetLimitCheckerRequest); i {
|
|
817
|
+
case 0:
|
|
818
|
+
return &v.state
|
|
819
|
+
case 1:
|
|
820
|
+
return &v.sizeCache
|
|
821
|
+
case 2:
|
|
822
|
+
return &v.unknownFields
|
|
823
|
+
default:
|
|
824
|
+
return nil
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
file_limit_checker_api_proto_msgTypes[9].Exporter = func(v any, i int) any {
|
|
667
828
|
switch v := v.(*UpdateAssetLimitCheckerResponse); i {
|
|
668
829
|
case 0:
|
|
669
830
|
return &v.state
|
|
@@ -682,7 +843,7 @@ func file_limit_checker_api_proto_init() {
|
|
|
682
843
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
683
844
|
RawDescriptor: file_limit_checker_api_proto_rawDesc,
|
|
684
845
|
NumEnums: 0,
|
|
685
|
-
NumMessages:
|
|
846
|
+
NumMessages: 10,
|
|
686
847
|
NumExtensions: 0,
|
|
687
848
|
NumServices: 1,
|
|
688
849
|
},
|