@lansweeper/multitenant-api-grpc 0.4.27 → 0.4.28
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 +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/multitenant_pb.d.ts +6 -0
- package/gen-proto/multitenant_pb.js +62 -2
- package/generated-go/multitenant.pb.go +1062 -1044
- package/generated-go/multitenant_grpc.pb.go +2 -2
- package/package.json +2 -2
- package/proto/multitenant.proto +3 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// versions:
|
|
3
3
|
// protoc-gen-go v1.30.0
|
|
4
4
|
// protoc v3.15.6
|
|
5
|
-
// source:
|
|
5
|
+
// source: multitenant.proto
|
|
6
6
|
|
|
7
7
|
package generated_go
|
|
8
8
|
|
|
@@ -59,11 +59,11 @@ func (x SiteMode) String() string {
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
func (SiteMode) Descriptor() protoreflect.EnumDescriptor {
|
|
62
|
-
return
|
|
62
|
+
return file_multitenant_proto_enumTypes[0].Descriptor()
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
func (SiteMode) Type() protoreflect.EnumType {
|
|
66
|
-
return &
|
|
66
|
+
return &file_multitenant_proto_enumTypes[0]
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
func (x SiteMode) Number() protoreflect.EnumNumber {
|
|
@@ -72,7 +72,7 @@ func (x SiteMode) Number() protoreflect.EnumNumber {
|
|
|
72
72
|
|
|
73
73
|
// Deprecated: Use SiteMode.Descriptor instead.
|
|
74
74
|
func (SiteMode) EnumDescriptor() ([]byte, []int) {
|
|
75
|
-
return
|
|
75
|
+
return file_multitenant_proto_rawDescGZIP(), []int{0}
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
type InstallStateValue int32
|
|
@@ -108,11 +108,11 @@ func (x InstallStateValue) String() string {
|
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
func (InstallStateValue) Descriptor() protoreflect.EnumDescriptor {
|
|
111
|
-
return
|
|
111
|
+
return file_multitenant_proto_enumTypes[1].Descriptor()
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
func (InstallStateValue) Type() protoreflect.EnumType {
|
|
115
|
-
return &
|
|
115
|
+
return &file_multitenant_proto_enumTypes[1]
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
func (x InstallStateValue) Number() protoreflect.EnumNumber {
|
|
@@ -121,7 +121,7 @@ func (x InstallStateValue) Number() protoreflect.EnumNumber {
|
|
|
121
121
|
|
|
122
122
|
// Deprecated: Use InstallStateValue.Descriptor instead.
|
|
123
123
|
func (InstallStateValue) EnumDescriptor() ([]byte, []int) {
|
|
124
|
-
return
|
|
124
|
+
return file_multitenant_proto_rawDescGZIP(), []int{1}
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
type InstallType int32
|
|
@@ -154,11 +154,11 @@ func (x InstallType) String() string {
|
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
func (InstallType) Descriptor() protoreflect.EnumDescriptor {
|
|
157
|
-
return
|
|
157
|
+
return file_multitenant_proto_enumTypes[2].Descriptor()
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
func (InstallType) Type() protoreflect.EnumType {
|
|
161
|
-
return &
|
|
161
|
+
return &file_multitenant_proto_enumTypes[2]
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
func (x InstallType) Number() protoreflect.EnumNumber {
|
|
@@ -167,7 +167,7 @@ func (x InstallType) Number() protoreflect.EnumNumber {
|
|
|
167
167
|
|
|
168
168
|
// Deprecated: Use InstallType.Descriptor instead.
|
|
169
169
|
func (InstallType) EnumDescriptor() ([]byte, []int) {
|
|
170
|
-
return
|
|
170
|
+
return file_multitenant_proto_rawDescGZIP(), []int{2}
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
type SubscriptionType int32
|
|
@@ -212,11 +212,11 @@ func (x SubscriptionType) String() string {
|
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
func (SubscriptionType) Descriptor() protoreflect.EnumDescriptor {
|
|
215
|
-
return
|
|
215
|
+
return file_multitenant_proto_enumTypes[3].Descriptor()
|
|
216
216
|
}
|
|
217
217
|
|
|
218
218
|
func (SubscriptionType) Type() protoreflect.EnumType {
|
|
219
|
-
return &
|
|
219
|
+
return &file_multitenant_proto_enumTypes[3]
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
func (x SubscriptionType) Number() protoreflect.EnumNumber {
|
|
@@ -225,7 +225,7 @@ func (x SubscriptionType) Number() protoreflect.EnumNumber {
|
|
|
225
225
|
|
|
226
226
|
// Deprecated: Use SubscriptionType.Descriptor instead.
|
|
227
227
|
func (SubscriptionType) EnumDescriptor() ([]byte, []int) {
|
|
228
|
-
return
|
|
228
|
+
return file_multitenant_proto_rawDescGZIP(), []int{3}
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
type PreviewAccount struct {
|
|
@@ -244,7 +244,7 @@ type PreviewAccount struct {
|
|
|
244
244
|
func (x *PreviewAccount) Reset() {
|
|
245
245
|
*x = PreviewAccount{}
|
|
246
246
|
if protoimpl.UnsafeEnabled {
|
|
247
|
-
mi := &
|
|
247
|
+
mi := &file_multitenant_proto_msgTypes[0]
|
|
248
248
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
249
249
|
ms.StoreMessageInfo(mi)
|
|
250
250
|
}
|
|
@@ -257,7 +257,7 @@ func (x *PreviewAccount) String() string {
|
|
|
257
257
|
func (*PreviewAccount) ProtoMessage() {}
|
|
258
258
|
|
|
259
259
|
func (x *PreviewAccount) ProtoReflect() protoreflect.Message {
|
|
260
|
-
mi := &
|
|
260
|
+
mi := &file_multitenant_proto_msgTypes[0]
|
|
261
261
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
262
262
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
263
263
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -270,7 +270,7 @@ func (x *PreviewAccount) ProtoReflect() protoreflect.Message {
|
|
|
270
270
|
|
|
271
271
|
// Deprecated: Use PreviewAccount.ProtoReflect.Descriptor instead.
|
|
272
272
|
func (*PreviewAccount) Descriptor() ([]byte, []int) {
|
|
273
|
-
return
|
|
273
|
+
return file_multitenant_proto_rawDescGZIP(), []int{0}
|
|
274
274
|
}
|
|
275
275
|
|
|
276
276
|
func (x *PreviewAccount) GetId() string {
|
|
@@ -326,7 +326,7 @@ type GetPreviewAccountByIdRequest struct {
|
|
|
326
326
|
func (x *GetPreviewAccountByIdRequest) Reset() {
|
|
327
327
|
*x = GetPreviewAccountByIdRequest{}
|
|
328
328
|
if protoimpl.UnsafeEnabled {
|
|
329
|
-
mi := &
|
|
329
|
+
mi := &file_multitenant_proto_msgTypes[1]
|
|
330
330
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
331
331
|
ms.StoreMessageInfo(mi)
|
|
332
332
|
}
|
|
@@ -339,7 +339,7 @@ func (x *GetPreviewAccountByIdRequest) String() string {
|
|
|
339
339
|
func (*GetPreviewAccountByIdRequest) ProtoMessage() {}
|
|
340
340
|
|
|
341
341
|
func (x *GetPreviewAccountByIdRequest) ProtoReflect() protoreflect.Message {
|
|
342
|
-
mi := &
|
|
342
|
+
mi := &file_multitenant_proto_msgTypes[1]
|
|
343
343
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
344
344
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
345
345
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -352,7 +352,7 @@ func (x *GetPreviewAccountByIdRequest) ProtoReflect() protoreflect.Message {
|
|
|
352
352
|
|
|
353
353
|
// Deprecated: Use GetPreviewAccountByIdRequest.ProtoReflect.Descriptor instead.
|
|
354
354
|
func (*GetPreviewAccountByIdRequest) Descriptor() ([]byte, []int) {
|
|
355
|
-
return
|
|
355
|
+
return file_multitenant_proto_rawDescGZIP(), []int{1}
|
|
356
356
|
}
|
|
357
357
|
|
|
358
358
|
func (x *GetPreviewAccountByIdRequest) GetId() string {
|
|
@@ -373,7 +373,7 @@ type GetPreviewAccountByIdResponse struct {
|
|
|
373
373
|
func (x *GetPreviewAccountByIdResponse) Reset() {
|
|
374
374
|
*x = GetPreviewAccountByIdResponse{}
|
|
375
375
|
if protoimpl.UnsafeEnabled {
|
|
376
|
-
mi := &
|
|
376
|
+
mi := &file_multitenant_proto_msgTypes[2]
|
|
377
377
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
378
378
|
ms.StoreMessageInfo(mi)
|
|
379
379
|
}
|
|
@@ -386,7 +386,7 @@ func (x *GetPreviewAccountByIdResponse) String() string {
|
|
|
386
386
|
func (*GetPreviewAccountByIdResponse) ProtoMessage() {}
|
|
387
387
|
|
|
388
388
|
func (x *GetPreviewAccountByIdResponse) ProtoReflect() protoreflect.Message {
|
|
389
|
-
mi := &
|
|
389
|
+
mi := &file_multitenant_proto_msgTypes[2]
|
|
390
390
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
391
391
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
392
392
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -399,7 +399,7 @@ func (x *GetPreviewAccountByIdResponse) ProtoReflect() protoreflect.Message {
|
|
|
399
399
|
|
|
400
400
|
// Deprecated: Use GetPreviewAccountByIdResponse.ProtoReflect.Descriptor instead.
|
|
401
401
|
func (*GetPreviewAccountByIdResponse) Descriptor() ([]byte, []int) {
|
|
402
|
-
return
|
|
402
|
+
return file_multitenant_proto_rawDescGZIP(), []int{2}
|
|
403
403
|
}
|
|
404
404
|
|
|
405
405
|
func (x *GetPreviewAccountByIdResponse) GetAccount() *PreviewAccount {
|
|
@@ -424,7 +424,7 @@ type PreviewSite struct {
|
|
|
424
424
|
func (x *PreviewSite) Reset() {
|
|
425
425
|
*x = PreviewSite{}
|
|
426
426
|
if protoimpl.UnsafeEnabled {
|
|
427
|
-
mi := &
|
|
427
|
+
mi := &file_multitenant_proto_msgTypes[3]
|
|
428
428
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
429
429
|
ms.StoreMessageInfo(mi)
|
|
430
430
|
}
|
|
@@ -437,7 +437,7 @@ func (x *PreviewSite) String() string {
|
|
|
437
437
|
func (*PreviewSite) ProtoMessage() {}
|
|
438
438
|
|
|
439
439
|
func (x *PreviewSite) ProtoReflect() protoreflect.Message {
|
|
440
|
-
mi := &
|
|
440
|
+
mi := &file_multitenant_proto_msgTypes[3]
|
|
441
441
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
442
442
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
443
443
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -450,7 +450,7 @@ func (x *PreviewSite) ProtoReflect() protoreflect.Message {
|
|
|
450
450
|
|
|
451
451
|
// Deprecated: Use PreviewSite.ProtoReflect.Descriptor instead.
|
|
452
452
|
func (*PreviewSite) Descriptor() ([]byte, []int) {
|
|
453
|
-
return
|
|
453
|
+
return file_multitenant_proto_rawDescGZIP(), []int{3}
|
|
454
454
|
}
|
|
455
455
|
|
|
456
456
|
func (x *PreviewSite) GetId() string {
|
|
@@ -500,7 +500,7 @@ type PatchSiteModeRequest struct {
|
|
|
500
500
|
func (x *PatchSiteModeRequest) Reset() {
|
|
501
501
|
*x = PatchSiteModeRequest{}
|
|
502
502
|
if protoimpl.UnsafeEnabled {
|
|
503
|
-
mi := &
|
|
503
|
+
mi := &file_multitenant_proto_msgTypes[4]
|
|
504
504
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
505
505
|
ms.StoreMessageInfo(mi)
|
|
506
506
|
}
|
|
@@ -513,7 +513,7 @@ func (x *PatchSiteModeRequest) String() string {
|
|
|
513
513
|
func (*PatchSiteModeRequest) ProtoMessage() {}
|
|
514
514
|
|
|
515
515
|
func (x *PatchSiteModeRequest) ProtoReflect() protoreflect.Message {
|
|
516
|
-
mi := &
|
|
516
|
+
mi := &file_multitenant_proto_msgTypes[4]
|
|
517
517
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
518
518
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
519
519
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -526,7 +526,7 @@ func (x *PatchSiteModeRequest) ProtoReflect() protoreflect.Message {
|
|
|
526
526
|
|
|
527
527
|
// Deprecated: Use PatchSiteModeRequest.ProtoReflect.Descriptor instead.
|
|
528
528
|
func (*PatchSiteModeRequest) Descriptor() ([]byte, []int) {
|
|
529
|
-
return
|
|
529
|
+
return file_multitenant_proto_rawDescGZIP(), []int{4}
|
|
530
530
|
}
|
|
531
531
|
|
|
532
532
|
func (x *PatchSiteModeRequest) GetId() string {
|
|
@@ -554,7 +554,7 @@ type PatchSiteModeResponse struct {
|
|
|
554
554
|
func (x *PatchSiteModeResponse) Reset() {
|
|
555
555
|
*x = PatchSiteModeResponse{}
|
|
556
556
|
if protoimpl.UnsafeEnabled {
|
|
557
|
-
mi := &
|
|
557
|
+
mi := &file_multitenant_proto_msgTypes[5]
|
|
558
558
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
559
559
|
ms.StoreMessageInfo(mi)
|
|
560
560
|
}
|
|
@@ -567,7 +567,7 @@ func (x *PatchSiteModeResponse) String() string {
|
|
|
567
567
|
func (*PatchSiteModeResponse) ProtoMessage() {}
|
|
568
568
|
|
|
569
569
|
func (x *PatchSiteModeResponse) ProtoReflect() protoreflect.Message {
|
|
570
|
-
mi := &
|
|
570
|
+
mi := &file_multitenant_proto_msgTypes[5]
|
|
571
571
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
572
572
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
573
573
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -580,7 +580,7 @@ func (x *PatchSiteModeResponse) ProtoReflect() protoreflect.Message {
|
|
|
580
580
|
|
|
581
581
|
// Deprecated: Use PatchSiteModeResponse.ProtoReflect.Descriptor instead.
|
|
582
582
|
func (*PatchSiteModeResponse) Descriptor() ([]byte, []int) {
|
|
583
|
-
return
|
|
583
|
+
return file_multitenant_proto_rawDescGZIP(), []int{5}
|
|
584
584
|
}
|
|
585
585
|
|
|
586
586
|
func (x *PatchSiteModeResponse) GetSuccess() bool {
|
|
@@ -604,7 +604,7 @@ type Profile struct {
|
|
|
604
604
|
func (x *Profile) Reset() {
|
|
605
605
|
*x = Profile{}
|
|
606
606
|
if protoimpl.UnsafeEnabled {
|
|
607
|
-
mi := &
|
|
607
|
+
mi := &file_multitenant_proto_msgTypes[6]
|
|
608
608
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
609
609
|
ms.StoreMessageInfo(mi)
|
|
610
610
|
}
|
|
@@ -617,7 +617,7 @@ func (x *Profile) String() string {
|
|
|
617
617
|
func (*Profile) ProtoMessage() {}
|
|
618
618
|
|
|
619
619
|
func (x *Profile) ProtoReflect() protoreflect.Message {
|
|
620
|
-
mi := &
|
|
620
|
+
mi := &file_multitenant_proto_msgTypes[6]
|
|
621
621
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
622
622
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
623
623
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -630,7 +630,7 @@ func (x *Profile) ProtoReflect() protoreflect.Message {
|
|
|
630
630
|
|
|
631
631
|
// Deprecated: Use Profile.ProtoReflect.Descriptor instead.
|
|
632
632
|
func (*Profile) Descriptor() ([]byte, []int) {
|
|
633
|
-
return
|
|
633
|
+
return file_multitenant_proto_rawDescGZIP(), []int{6}
|
|
634
634
|
}
|
|
635
635
|
|
|
636
636
|
func (x *Profile) GetId() string {
|
|
@@ -673,7 +673,7 @@ type ListProfilesByAccountIdRequest struct {
|
|
|
673
673
|
func (x *ListProfilesByAccountIdRequest) Reset() {
|
|
674
674
|
*x = ListProfilesByAccountIdRequest{}
|
|
675
675
|
if protoimpl.UnsafeEnabled {
|
|
676
|
-
mi := &
|
|
676
|
+
mi := &file_multitenant_proto_msgTypes[7]
|
|
677
677
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
678
678
|
ms.StoreMessageInfo(mi)
|
|
679
679
|
}
|
|
@@ -686,7 +686,7 @@ func (x *ListProfilesByAccountIdRequest) String() string {
|
|
|
686
686
|
func (*ListProfilesByAccountIdRequest) ProtoMessage() {}
|
|
687
687
|
|
|
688
688
|
func (x *ListProfilesByAccountIdRequest) ProtoReflect() protoreflect.Message {
|
|
689
|
-
mi := &
|
|
689
|
+
mi := &file_multitenant_proto_msgTypes[7]
|
|
690
690
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
691
691
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
692
692
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -699,7 +699,7 @@ func (x *ListProfilesByAccountIdRequest) ProtoReflect() protoreflect.Message {
|
|
|
699
699
|
|
|
700
700
|
// Deprecated: Use ListProfilesByAccountIdRequest.ProtoReflect.Descriptor instead.
|
|
701
701
|
func (*ListProfilesByAccountIdRequest) Descriptor() ([]byte, []int) {
|
|
702
|
-
return
|
|
702
|
+
return file_multitenant_proto_rawDescGZIP(), []int{7}
|
|
703
703
|
}
|
|
704
704
|
|
|
705
705
|
func (x *ListProfilesByAccountIdRequest) GetAccountId() string {
|
|
@@ -727,7 +727,7 @@ type ListProfilesByAccountIdResponse struct {
|
|
|
727
727
|
func (x *ListProfilesByAccountIdResponse) Reset() {
|
|
728
728
|
*x = ListProfilesByAccountIdResponse{}
|
|
729
729
|
if protoimpl.UnsafeEnabled {
|
|
730
|
-
mi := &
|
|
730
|
+
mi := &file_multitenant_proto_msgTypes[8]
|
|
731
731
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
732
732
|
ms.StoreMessageInfo(mi)
|
|
733
733
|
}
|
|
@@ -740,7 +740,7 @@ func (x *ListProfilesByAccountIdResponse) String() string {
|
|
|
740
740
|
func (*ListProfilesByAccountIdResponse) ProtoMessage() {}
|
|
741
741
|
|
|
742
742
|
func (x *ListProfilesByAccountIdResponse) ProtoReflect() protoreflect.Message {
|
|
743
|
-
mi := &
|
|
743
|
+
mi := &file_multitenant_proto_msgTypes[8]
|
|
744
744
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
745
745
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
746
746
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -753,7 +753,7 @@ func (x *ListProfilesByAccountIdResponse) ProtoReflect() protoreflect.Message {
|
|
|
753
753
|
|
|
754
754
|
// Deprecated: Use ListProfilesByAccountIdResponse.ProtoReflect.Descriptor instead.
|
|
755
755
|
func (*ListProfilesByAccountIdResponse) Descriptor() ([]byte, []int) {
|
|
756
|
-
return
|
|
756
|
+
return file_multitenant_proto_rawDescGZIP(), []int{8}
|
|
757
757
|
}
|
|
758
758
|
|
|
759
759
|
func (x *ListProfilesByAccountIdResponse) GetProfile() []*Profile {
|
|
@@ -769,14 +769,14 @@ type ListAuthorizedLinkProfilesRequest struct {
|
|
|
769
769
|
unknownFields protoimpl.UnknownFields
|
|
770
770
|
|
|
771
771
|
AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
|
|
772
|
-
// Deprecated: Marked as deprecated in
|
|
772
|
+
// Deprecated: Marked as deprecated in multitenant.proto.
|
|
773
773
|
IncludeBlocks bool `protobuf:"varint,2,opt,name=include_blocks,json=includeBlocks,proto3" json:"include_blocks,omitempty"`
|
|
774
774
|
}
|
|
775
775
|
|
|
776
776
|
func (x *ListAuthorizedLinkProfilesRequest) Reset() {
|
|
777
777
|
*x = ListAuthorizedLinkProfilesRequest{}
|
|
778
778
|
if protoimpl.UnsafeEnabled {
|
|
779
|
-
mi := &
|
|
779
|
+
mi := &file_multitenant_proto_msgTypes[9]
|
|
780
780
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
781
781
|
ms.StoreMessageInfo(mi)
|
|
782
782
|
}
|
|
@@ -789,7 +789,7 @@ func (x *ListAuthorizedLinkProfilesRequest) String() string {
|
|
|
789
789
|
func (*ListAuthorizedLinkProfilesRequest) ProtoMessage() {}
|
|
790
790
|
|
|
791
791
|
func (x *ListAuthorizedLinkProfilesRequest) ProtoReflect() protoreflect.Message {
|
|
792
|
-
mi := &
|
|
792
|
+
mi := &file_multitenant_proto_msgTypes[9]
|
|
793
793
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
794
794
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
795
795
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -802,7 +802,7 @@ func (x *ListAuthorizedLinkProfilesRequest) ProtoReflect() protoreflect.Message
|
|
|
802
802
|
|
|
803
803
|
// Deprecated: Use ListAuthorizedLinkProfilesRequest.ProtoReflect.Descriptor instead.
|
|
804
804
|
func (*ListAuthorizedLinkProfilesRequest) Descriptor() ([]byte, []int) {
|
|
805
|
-
return
|
|
805
|
+
return file_multitenant_proto_rawDescGZIP(), []int{9}
|
|
806
806
|
}
|
|
807
807
|
|
|
808
808
|
func (x *ListAuthorizedLinkProfilesRequest) GetAccountId() string {
|
|
@@ -812,7 +812,7 @@ func (x *ListAuthorizedLinkProfilesRequest) GetAccountId() string {
|
|
|
812
812
|
return ""
|
|
813
813
|
}
|
|
814
814
|
|
|
815
|
-
// Deprecated: Marked as deprecated in
|
|
815
|
+
// Deprecated: Marked as deprecated in multitenant.proto.
|
|
816
816
|
func (x *ListAuthorizedLinkProfilesRequest) GetIncludeBlocks() bool {
|
|
817
817
|
if x != nil {
|
|
818
818
|
return x.IncludeBlocks
|
|
@@ -831,7 +831,7 @@ type ListAuthorizedLinkProfilesResponse struct {
|
|
|
831
831
|
func (x *ListAuthorizedLinkProfilesResponse) Reset() {
|
|
832
832
|
*x = ListAuthorizedLinkProfilesResponse{}
|
|
833
833
|
if protoimpl.UnsafeEnabled {
|
|
834
|
-
mi := &
|
|
834
|
+
mi := &file_multitenant_proto_msgTypes[10]
|
|
835
835
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
836
836
|
ms.StoreMessageInfo(mi)
|
|
837
837
|
}
|
|
@@ -844,7 +844,7 @@ func (x *ListAuthorizedLinkProfilesResponse) String() string {
|
|
|
844
844
|
func (*ListAuthorizedLinkProfilesResponse) ProtoMessage() {}
|
|
845
845
|
|
|
846
846
|
func (x *ListAuthorizedLinkProfilesResponse) ProtoReflect() protoreflect.Message {
|
|
847
|
-
mi := &
|
|
847
|
+
mi := &file_multitenant_proto_msgTypes[10]
|
|
848
848
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
849
849
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
850
850
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -857,7 +857,7 @@ func (x *ListAuthorizedLinkProfilesResponse) ProtoReflect() protoreflect.Message
|
|
|
857
857
|
|
|
858
858
|
// Deprecated: Use ListAuthorizedLinkProfilesResponse.ProtoReflect.Descriptor instead.
|
|
859
859
|
func (*ListAuthorizedLinkProfilesResponse) Descriptor() ([]byte, []int) {
|
|
860
|
-
return
|
|
860
|
+
return file_multitenant_proto_rawDescGZIP(), []int{10}
|
|
861
861
|
}
|
|
862
862
|
|
|
863
863
|
func (x *ListAuthorizedLinkProfilesResponse) GetProfile() []*Profile {
|
|
@@ -881,7 +881,7 @@ type CheckAccessToSiteByAccountIdRequest struct {
|
|
|
881
881
|
func (x *CheckAccessToSiteByAccountIdRequest) Reset() {
|
|
882
882
|
*x = CheckAccessToSiteByAccountIdRequest{}
|
|
883
883
|
if protoimpl.UnsafeEnabled {
|
|
884
|
-
mi := &
|
|
884
|
+
mi := &file_multitenant_proto_msgTypes[11]
|
|
885
885
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
886
886
|
ms.StoreMessageInfo(mi)
|
|
887
887
|
}
|
|
@@ -894,7 +894,7 @@ func (x *CheckAccessToSiteByAccountIdRequest) String() string {
|
|
|
894
894
|
func (*CheckAccessToSiteByAccountIdRequest) ProtoMessage() {}
|
|
895
895
|
|
|
896
896
|
func (x *CheckAccessToSiteByAccountIdRequest) ProtoReflect() protoreflect.Message {
|
|
897
|
-
mi := &
|
|
897
|
+
mi := &file_multitenant_proto_msgTypes[11]
|
|
898
898
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
899
899
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
900
900
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -907,7 +907,7 @@ func (x *CheckAccessToSiteByAccountIdRequest) ProtoReflect() protoreflect.Messag
|
|
|
907
907
|
|
|
908
908
|
// Deprecated: Use CheckAccessToSiteByAccountIdRequest.ProtoReflect.Descriptor instead.
|
|
909
909
|
func (*CheckAccessToSiteByAccountIdRequest) Descriptor() ([]byte, []int) {
|
|
910
|
-
return
|
|
910
|
+
return file_multitenant_proto_rawDescGZIP(), []int{11}
|
|
911
911
|
}
|
|
912
912
|
|
|
913
913
|
func (x *CheckAccessToSiteByAccountIdRequest) GetAccountId() string {
|
|
@@ -949,7 +949,7 @@ type CheckAccessToSiteByAccountIdResponse struct {
|
|
|
949
949
|
func (x *CheckAccessToSiteByAccountIdResponse) Reset() {
|
|
950
950
|
*x = CheckAccessToSiteByAccountIdResponse{}
|
|
951
951
|
if protoimpl.UnsafeEnabled {
|
|
952
|
-
mi := &
|
|
952
|
+
mi := &file_multitenant_proto_msgTypes[12]
|
|
953
953
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
954
954
|
ms.StoreMessageInfo(mi)
|
|
955
955
|
}
|
|
@@ -962,7 +962,7 @@ func (x *CheckAccessToSiteByAccountIdResponse) String() string {
|
|
|
962
962
|
func (*CheckAccessToSiteByAccountIdResponse) ProtoMessage() {}
|
|
963
963
|
|
|
964
964
|
func (x *CheckAccessToSiteByAccountIdResponse) ProtoReflect() protoreflect.Message {
|
|
965
|
-
mi := &
|
|
965
|
+
mi := &file_multitenant_proto_msgTypes[12]
|
|
966
966
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
967
967
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
968
968
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -975,7 +975,7 @@ func (x *CheckAccessToSiteByAccountIdResponse) ProtoReflect() protoreflect.Messa
|
|
|
975
975
|
|
|
976
976
|
// Deprecated: Use CheckAccessToSiteByAccountIdResponse.ProtoReflect.Descriptor instead.
|
|
977
977
|
func (*CheckAccessToSiteByAccountIdResponse) Descriptor() ([]byte, []int) {
|
|
978
|
-
return
|
|
978
|
+
return file_multitenant_proto_rawDescGZIP(), []int{12}
|
|
979
979
|
}
|
|
980
980
|
|
|
981
981
|
func (x *CheckAccessToSiteByAccountIdResponse) GetAccess() bool {
|
|
@@ -1007,7 +1007,7 @@ type Install struct {
|
|
|
1007
1007
|
func (x *Install) Reset() {
|
|
1008
1008
|
*x = Install{}
|
|
1009
1009
|
if protoimpl.UnsafeEnabled {
|
|
1010
|
-
mi := &
|
|
1010
|
+
mi := &file_multitenant_proto_msgTypes[13]
|
|
1011
1011
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1012
1012
|
ms.StoreMessageInfo(mi)
|
|
1013
1013
|
}
|
|
@@ -1020,7 +1020,7 @@ func (x *Install) String() string {
|
|
|
1020
1020
|
func (*Install) ProtoMessage() {}
|
|
1021
1021
|
|
|
1022
1022
|
func (x *Install) ProtoReflect() protoreflect.Message {
|
|
1023
|
-
mi := &
|
|
1023
|
+
mi := &file_multitenant_proto_msgTypes[13]
|
|
1024
1024
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1025
1025
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1026
1026
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1033,7 +1033,7 @@ func (x *Install) ProtoReflect() protoreflect.Message {
|
|
|
1033
1033
|
|
|
1034
1034
|
// Deprecated: Use Install.ProtoReflect.Descriptor instead.
|
|
1035
1035
|
func (*Install) Descriptor() ([]byte, []int) {
|
|
1036
|
-
return
|
|
1036
|
+
return file_multitenant_proto_rawDescGZIP(), []int{13}
|
|
1037
1037
|
}
|
|
1038
1038
|
|
|
1039
1039
|
func (x *Install) GetId() string {
|
|
@@ -1132,7 +1132,7 @@ type InstallCredentials struct {
|
|
|
1132
1132
|
func (x *InstallCredentials) Reset() {
|
|
1133
1133
|
*x = InstallCredentials{}
|
|
1134
1134
|
if protoimpl.UnsafeEnabled {
|
|
1135
|
-
mi := &
|
|
1135
|
+
mi := &file_multitenant_proto_msgTypes[14]
|
|
1136
1136
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1137
1137
|
ms.StoreMessageInfo(mi)
|
|
1138
1138
|
}
|
|
@@ -1145,7 +1145,7 @@ func (x *InstallCredentials) String() string {
|
|
|
1145
1145
|
func (*InstallCredentials) ProtoMessage() {}
|
|
1146
1146
|
|
|
1147
1147
|
func (x *InstallCredentials) ProtoReflect() protoreflect.Message {
|
|
1148
|
-
mi := &
|
|
1148
|
+
mi := &file_multitenant_proto_msgTypes[14]
|
|
1149
1149
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1150
1150
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1151
1151
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1158,7 +1158,7 @@ func (x *InstallCredentials) ProtoReflect() protoreflect.Message {
|
|
|
1158
1158
|
|
|
1159
1159
|
// Deprecated: Use InstallCredentials.ProtoReflect.Descriptor instead.
|
|
1160
1160
|
func (*InstallCredentials) Descriptor() ([]byte, []int) {
|
|
1161
|
-
return
|
|
1161
|
+
return file_multitenant_proto_rawDescGZIP(), []int{14}
|
|
1162
1162
|
}
|
|
1163
1163
|
|
|
1164
1164
|
func (x *InstallCredentials) GetClientId() string {
|
|
@@ -1186,7 +1186,7 @@ type GetInstallsCountBySiteRequest struct {
|
|
|
1186
1186
|
func (x *GetInstallsCountBySiteRequest) Reset() {
|
|
1187
1187
|
*x = GetInstallsCountBySiteRequest{}
|
|
1188
1188
|
if protoimpl.UnsafeEnabled {
|
|
1189
|
-
mi := &
|
|
1189
|
+
mi := &file_multitenant_proto_msgTypes[15]
|
|
1190
1190
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1191
1191
|
ms.StoreMessageInfo(mi)
|
|
1192
1192
|
}
|
|
@@ -1199,7 +1199,7 @@ func (x *GetInstallsCountBySiteRequest) String() string {
|
|
|
1199
1199
|
func (*GetInstallsCountBySiteRequest) ProtoMessage() {}
|
|
1200
1200
|
|
|
1201
1201
|
func (x *GetInstallsCountBySiteRequest) ProtoReflect() protoreflect.Message {
|
|
1202
|
-
mi := &
|
|
1202
|
+
mi := &file_multitenant_proto_msgTypes[15]
|
|
1203
1203
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1204
1204
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1205
1205
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1212,7 +1212,7 @@ func (x *GetInstallsCountBySiteRequest) ProtoReflect() protoreflect.Message {
|
|
|
1212
1212
|
|
|
1213
1213
|
// Deprecated: Use GetInstallsCountBySiteRequest.ProtoReflect.Descriptor instead.
|
|
1214
1214
|
func (*GetInstallsCountBySiteRequest) Descriptor() ([]byte, []int) {
|
|
1215
|
-
return
|
|
1215
|
+
return file_multitenant_proto_rawDescGZIP(), []int{15}
|
|
1216
1216
|
}
|
|
1217
1217
|
|
|
1218
1218
|
func (x *GetInstallsCountBySiteRequest) GetSiteId() string {
|
|
@@ -1233,7 +1233,7 @@ type GetInstallsCountResponse struct {
|
|
|
1233
1233
|
func (x *GetInstallsCountResponse) Reset() {
|
|
1234
1234
|
*x = GetInstallsCountResponse{}
|
|
1235
1235
|
if protoimpl.UnsafeEnabled {
|
|
1236
|
-
mi := &
|
|
1236
|
+
mi := &file_multitenant_proto_msgTypes[16]
|
|
1237
1237
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1238
1238
|
ms.StoreMessageInfo(mi)
|
|
1239
1239
|
}
|
|
@@ -1246,7 +1246,7 @@ func (x *GetInstallsCountResponse) String() string {
|
|
|
1246
1246
|
func (*GetInstallsCountResponse) ProtoMessage() {}
|
|
1247
1247
|
|
|
1248
1248
|
func (x *GetInstallsCountResponse) ProtoReflect() protoreflect.Message {
|
|
1249
|
-
mi := &
|
|
1249
|
+
mi := &file_multitenant_proto_msgTypes[16]
|
|
1250
1250
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1251
1251
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1252
1252
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1259,7 +1259,7 @@ func (x *GetInstallsCountResponse) ProtoReflect() protoreflect.Message {
|
|
|
1259
1259
|
|
|
1260
1260
|
// Deprecated: Use GetInstallsCountResponse.ProtoReflect.Descriptor instead.
|
|
1261
1261
|
func (*GetInstallsCountResponse) Descriptor() ([]byte, []int) {
|
|
1262
|
-
return
|
|
1262
|
+
return file_multitenant_proto_rawDescGZIP(), []int{16}
|
|
1263
1263
|
}
|
|
1264
1264
|
|
|
1265
1265
|
func (x *GetInstallsCountResponse) GetCount() int64 {
|
|
@@ -1280,7 +1280,7 @@ type GetInstallsByIdRequest struct {
|
|
|
1280
1280
|
func (x *GetInstallsByIdRequest) Reset() {
|
|
1281
1281
|
*x = GetInstallsByIdRequest{}
|
|
1282
1282
|
if protoimpl.UnsafeEnabled {
|
|
1283
|
-
mi := &
|
|
1283
|
+
mi := &file_multitenant_proto_msgTypes[17]
|
|
1284
1284
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1285
1285
|
ms.StoreMessageInfo(mi)
|
|
1286
1286
|
}
|
|
@@ -1293,7 +1293,7 @@ func (x *GetInstallsByIdRequest) String() string {
|
|
|
1293
1293
|
func (*GetInstallsByIdRequest) ProtoMessage() {}
|
|
1294
1294
|
|
|
1295
1295
|
func (x *GetInstallsByIdRequest) ProtoReflect() protoreflect.Message {
|
|
1296
|
-
mi := &
|
|
1296
|
+
mi := &file_multitenant_proto_msgTypes[17]
|
|
1297
1297
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1298
1298
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1299
1299
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1306,7 +1306,7 @@ func (x *GetInstallsByIdRequest) ProtoReflect() protoreflect.Message {
|
|
|
1306
1306
|
|
|
1307
1307
|
// Deprecated: Use GetInstallsByIdRequest.ProtoReflect.Descriptor instead.
|
|
1308
1308
|
func (*GetInstallsByIdRequest) Descriptor() ([]byte, []int) {
|
|
1309
|
-
return
|
|
1309
|
+
return file_multitenant_proto_rawDescGZIP(), []int{17}
|
|
1310
1310
|
}
|
|
1311
1311
|
|
|
1312
1312
|
func (x *GetInstallsByIdRequest) GetInstallIds() []string {
|
|
@@ -1327,7 +1327,7 @@ type GetInstallsByIdResponse struct {
|
|
|
1327
1327
|
func (x *GetInstallsByIdResponse) Reset() {
|
|
1328
1328
|
*x = GetInstallsByIdResponse{}
|
|
1329
1329
|
if protoimpl.UnsafeEnabled {
|
|
1330
|
-
mi := &
|
|
1330
|
+
mi := &file_multitenant_proto_msgTypes[18]
|
|
1331
1331
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1332
1332
|
ms.StoreMessageInfo(mi)
|
|
1333
1333
|
}
|
|
@@ -1340,7 +1340,7 @@ func (x *GetInstallsByIdResponse) String() string {
|
|
|
1340
1340
|
func (*GetInstallsByIdResponse) ProtoMessage() {}
|
|
1341
1341
|
|
|
1342
1342
|
func (x *GetInstallsByIdResponse) ProtoReflect() protoreflect.Message {
|
|
1343
|
-
mi := &
|
|
1343
|
+
mi := &file_multitenant_proto_msgTypes[18]
|
|
1344
1344
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1345
1345
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1346
1346
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1353,7 +1353,7 @@ func (x *GetInstallsByIdResponse) ProtoReflect() protoreflect.Message {
|
|
|
1353
1353
|
|
|
1354
1354
|
// Deprecated: Use GetInstallsByIdResponse.ProtoReflect.Descriptor instead.
|
|
1355
1355
|
func (*GetInstallsByIdResponse) Descriptor() ([]byte, []int) {
|
|
1356
|
-
return
|
|
1356
|
+
return file_multitenant_proto_rawDescGZIP(), []int{18}
|
|
1357
1357
|
}
|
|
1358
1358
|
|
|
1359
1359
|
func (x *GetInstallsByIdResponse) GetInstall() []*Install {
|
|
@@ -1376,7 +1376,7 @@ type NullableInstallType struct {
|
|
|
1376
1376
|
func (x *NullableInstallType) Reset() {
|
|
1377
1377
|
*x = NullableInstallType{}
|
|
1378
1378
|
if protoimpl.UnsafeEnabled {
|
|
1379
|
-
mi := &
|
|
1379
|
+
mi := &file_multitenant_proto_msgTypes[19]
|
|
1380
1380
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1381
1381
|
ms.StoreMessageInfo(mi)
|
|
1382
1382
|
}
|
|
@@ -1389,7 +1389,7 @@ func (x *NullableInstallType) String() string {
|
|
|
1389
1389
|
func (*NullableInstallType) ProtoMessage() {}
|
|
1390
1390
|
|
|
1391
1391
|
func (x *NullableInstallType) ProtoReflect() protoreflect.Message {
|
|
1392
|
-
mi := &
|
|
1392
|
+
mi := &file_multitenant_proto_msgTypes[19]
|
|
1393
1393
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1394
1394
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1395
1395
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1402,7 +1402,7 @@ func (x *NullableInstallType) ProtoReflect() protoreflect.Message {
|
|
|
1402
1402
|
|
|
1403
1403
|
// Deprecated: Use NullableInstallType.ProtoReflect.Descriptor instead.
|
|
1404
1404
|
func (*NullableInstallType) Descriptor() ([]byte, []int) {
|
|
1405
|
-
return
|
|
1405
|
+
return file_multitenant_proto_rawDescGZIP(), []int{19}
|
|
1406
1406
|
}
|
|
1407
1407
|
|
|
1408
1408
|
func (m *NullableInstallType) GetKind() isNullableInstallType_Kind {
|
|
@@ -1441,7 +1441,7 @@ type GetInstallsBySiteRequest struct {
|
|
|
1441
1441
|
func (x *GetInstallsBySiteRequest) Reset() {
|
|
1442
1442
|
*x = GetInstallsBySiteRequest{}
|
|
1443
1443
|
if protoimpl.UnsafeEnabled {
|
|
1444
|
-
mi := &
|
|
1444
|
+
mi := &file_multitenant_proto_msgTypes[20]
|
|
1445
1445
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1446
1446
|
ms.StoreMessageInfo(mi)
|
|
1447
1447
|
}
|
|
@@ -1454,7 +1454,7 @@ func (x *GetInstallsBySiteRequest) String() string {
|
|
|
1454
1454
|
func (*GetInstallsBySiteRequest) ProtoMessage() {}
|
|
1455
1455
|
|
|
1456
1456
|
func (x *GetInstallsBySiteRequest) ProtoReflect() protoreflect.Message {
|
|
1457
|
-
mi := &
|
|
1457
|
+
mi := &file_multitenant_proto_msgTypes[20]
|
|
1458
1458
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1459
1459
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1460
1460
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1467,7 +1467,7 @@ func (x *GetInstallsBySiteRequest) ProtoReflect() protoreflect.Message {
|
|
|
1467
1467
|
|
|
1468
1468
|
// Deprecated: Use GetInstallsBySiteRequest.ProtoReflect.Descriptor instead.
|
|
1469
1469
|
func (*GetInstallsBySiteRequest) Descriptor() ([]byte, []int) {
|
|
1470
|
-
return
|
|
1470
|
+
return file_multitenant_proto_rawDescGZIP(), []int{20}
|
|
1471
1471
|
}
|
|
1472
1472
|
|
|
1473
1473
|
func (x *GetInstallsBySiteRequest) GetSiteId() string {
|
|
@@ -1495,7 +1495,7 @@ type GetInstallsBySiteResponse struct {
|
|
|
1495
1495
|
func (x *GetInstallsBySiteResponse) Reset() {
|
|
1496
1496
|
*x = GetInstallsBySiteResponse{}
|
|
1497
1497
|
if protoimpl.UnsafeEnabled {
|
|
1498
|
-
mi := &
|
|
1498
|
+
mi := &file_multitenant_proto_msgTypes[21]
|
|
1499
1499
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1500
1500
|
ms.StoreMessageInfo(mi)
|
|
1501
1501
|
}
|
|
@@ -1508,7 +1508,7 @@ func (x *GetInstallsBySiteResponse) String() string {
|
|
|
1508
1508
|
func (*GetInstallsBySiteResponse) ProtoMessage() {}
|
|
1509
1509
|
|
|
1510
1510
|
func (x *GetInstallsBySiteResponse) ProtoReflect() protoreflect.Message {
|
|
1511
|
-
mi := &
|
|
1511
|
+
mi := &file_multitenant_proto_msgTypes[21]
|
|
1512
1512
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1513
1513
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1514
1514
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1521,7 +1521,7 @@ func (x *GetInstallsBySiteResponse) ProtoReflect() protoreflect.Message {
|
|
|
1521
1521
|
|
|
1522
1522
|
// Deprecated: Use GetInstallsBySiteResponse.ProtoReflect.Descriptor instead.
|
|
1523
1523
|
func (*GetInstallsBySiteResponse) Descriptor() ([]byte, []int) {
|
|
1524
|
-
return
|
|
1524
|
+
return file_multitenant_proto_rawDescGZIP(), []int{21}
|
|
1525
1525
|
}
|
|
1526
1526
|
|
|
1527
1527
|
func (x *GetInstallsBySiteResponse) GetInstall() []*Install {
|
|
@@ -1542,7 +1542,7 @@ type GetInstallbyClientIdRequest struct {
|
|
|
1542
1542
|
func (x *GetInstallbyClientIdRequest) Reset() {
|
|
1543
1543
|
*x = GetInstallbyClientIdRequest{}
|
|
1544
1544
|
if protoimpl.UnsafeEnabled {
|
|
1545
|
-
mi := &
|
|
1545
|
+
mi := &file_multitenant_proto_msgTypes[22]
|
|
1546
1546
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1547
1547
|
ms.StoreMessageInfo(mi)
|
|
1548
1548
|
}
|
|
@@ -1555,7 +1555,7 @@ func (x *GetInstallbyClientIdRequest) String() string {
|
|
|
1555
1555
|
func (*GetInstallbyClientIdRequest) ProtoMessage() {}
|
|
1556
1556
|
|
|
1557
1557
|
func (x *GetInstallbyClientIdRequest) ProtoReflect() protoreflect.Message {
|
|
1558
|
-
mi := &
|
|
1558
|
+
mi := &file_multitenant_proto_msgTypes[22]
|
|
1559
1559
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1560
1560
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1561
1561
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1568,7 +1568,7 @@ func (x *GetInstallbyClientIdRequest) ProtoReflect() protoreflect.Message {
|
|
|
1568
1568
|
|
|
1569
1569
|
// Deprecated: Use GetInstallbyClientIdRequest.ProtoReflect.Descriptor instead.
|
|
1570
1570
|
func (*GetInstallbyClientIdRequest) Descriptor() ([]byte, []int) {
|
|
1571
|
-
return
|
|
1571
|
+
return file_multitenant_proto_rawDescGZIP(), []int{22}
|
|
1572
1572
|
}
|
|
1573
1573
|
|
|
1574
1574
|
func (x *GetInstallbyClientIdRequest) GetClientId() string {
|
|
@@ -1589,7 +1589,7 @@ type GetInstallbyClientIdResponse struct {
|
|
|
1589
1589
|
func (x *GetInstallbyClientIdResponse) Reset() {
|
|
1590
1590
|
*x = GetInstallbyClientIdResponse{}
|
|
1591
1591
|
if protoimpl.UnsafeEnabled {
|
|
1592
|
-
mi := &
|
|
1592
|
+
mi := &file_multitenant_proto_msgTypes[23]
|
|
1593
1593
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1594
1594
|
ms.StoreMessageInfo(mi)
|
|
1595
1595
|
}
|
|
@@ -1602,7 +1602,7 @@ func (x *GetInstallbyClientIdResponse) String() string {
|
|
|
1602
1602
|
func (*GetInstallbyClientIdResponse) ProtoMessage() {}
|
|
1603
1603
|
|
|
1604
1604
|
func (x *GetInstallbyClientIdResponse) ProtoReflect() protoreflect.Message {
|
|
1605
|
-
mi := &
|
|
1605
|
+
mi := &file_multitenant_proto_msgTypes[23]
|
|
1606
1606
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1607
1607
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1608
1608
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1615,7 +1615,7 @@ func (x *GetInstallbyClientIdResponse) ProtoReflect() protoreflect.Message {
|
|
|
1615
1615
|
|
|
1616
1616
|
// Deprecated: Use GetInstallbyClientIdResponse.ProtoReflect.Descriptor instead.
|
|
1617
1617
|
func (*GetInstallbyClientIdResponse) Descriptor() ([]byte, []int) {
|
|
1618
|
-
return
|
|
1618
|
+
return file_multitenant_proto_rawDescGZIP(), []int{23}
|
|
1619
1619
|
}
|
|
1620
1620
|
|
|
1621
1621
|
func (x *GetInstallbyClientIdResponse) GetInstall() *Install {
|
|
@@ -1639,12 +1639,13 @@ type CreateInstallRequest struct {
|
|
|
1639
1639
|
CreateSqsQueue bool `protobuf:"varint,8,opt,name=create_sqs_queue,json=createSqsQueue,proto3" json:"create_sqs_queue,omitempty"`
|
|
1640
1640
|
GlobalId string `protobuf:"bytes,9,opt,name=global_id,json=globalId,proto3" json:"global_id,omitempty"`
|
|
1641
1641
|
Type InstallType `protobuf:"varint,10,opt,name=type,proto3,enum=lansweeper.multitenant.v1.InstallType" json:"type,omitempty"`
|
|
1642
|
+
ClientId string `protobuf:"bytes,11,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
|
|
1642
1643
|
}
|
|
1643
1644
|
|
|
1644
1645
|
func (x *CreateInstallRequest) Reset() {
|
|
1645
1646
|
*x = CreateInstallRequest{}
|
|
1646
1647
|
if protoimpl.UnsafeEnabled {
|
|
1647
|
-
mi := &
|
|
1648
|
+
mi := &file_multitenant_proto_msgTypes[24]
|
|
1648
1649
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1649
1650
|
ms.StoreMessageInfo(mi)
|
|
1650
1651
|
}
|
|
@@ -1657,7 +1658,7 @@ func (x *CreateInstallRequest) String() string {
|
|
|
1657
1658
|
func (*CreateInstallRequest) ProtoMessage() {}
|
|
1658
1659
|
|
|
1659
1660
|
func (x *CreateInstallRequest) ProtoReflect() protoreflect.Message {
|
|
1660
|
-
mi := &
|
|
1661
|
+
mi := &file_multitenant_proto_msgTypes[24]
|
|
1661
1662
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1662
1663
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1663
1664
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1670,7 +1671,7 @@ func (x *CreateInstallRequest) ProtoReflect() protoreflect.Message {
|
|
|
1670
1671
|
|
|
1671
1672
|
// Deprecated: Use CreateInstallRequest.ProtoReflect.Descriptor instead.
|
|
1672
1673
|
func (*CreateInstallRequest) Descriptor() ([]byte, []int) {
|
|
1673
|
-
return
|
|
1674
|
+
return file_multitenant_proto_rawDescGZIP(), []int{24}
|
|
1674
1675
|
}
|
|
1675
1676
|
|
|
1676
1677
|
func (x *CreateInstallRequest) GetSiteId() string {
|
|
@@ -1736,6 +1737,13 @@ func (x *CreateInstallRequest) GetType() InstallType {
|
|
|
1736
1737
|
return InstallType_IT
|
|
1737
1738
|
}
|
|
1738
1739
|
|
|
1740
|
+
func (x *CreateInstallRequest) GetClientId() string {
|
|
1741
|
+
if x != nil {
|
|
1742
|
+
return x.ClientId
|
|
1743
|
+
}
|
|
1744
|
+
return ""
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1739
1747
|
type CreateInstallResponse struct {
|
|
1740
1748
|
state protoimpl.MessageState
|
|
1741
1749
|
sizeCache protoimpl.SizeCache
|
|
@@ -1748,7 +1756,7 @@ type CreateInstallResponse struct {
|
|
|
1748
1756
|
func (x *CreateInstallResponse) Reset() {
|
|
1749
1757
|
*x = CreateInstallResponse{}
|
|
1750
1758
|
if protoimpl.UnsafeEnabled {
|
|
1751
|
-
mi := &
|
|
1759
|
+
mi := &file_multitenant_proto_msgTypes[25]
|
|
1752
1760
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1753
1761
|
ms.StoreMessageInfo(mi)
|
|
1754
1762
|
}
|
|
@@ -1761,7 +1769,7 @@ func (x *CreateInstallResponse) String() string {
|
|
|
1761
1769
|
func (*CreateInstallResponse) ProtoMessage() {}
|
|
1762
1770
|
|
|
1763
1771
|
func (x *CreateInstallResponse) ProtoReflect() protoreflect.Message {
|
|
1764
|
-
mi := &
|
|
1772
|
+
mi := &file_multitenant_proto_msgTypes[25]
|
|
1765
1773
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1766
1774
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1767
1775
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1774,7 +1782,7 @@ func (x *CreateInstallResponse) ProtoReflect() protoreflect.Message {
|
|
|
1774
1782
|
|
|
1775
1783
|
// Deprecated: Use CreateInstallResponse.ProtoReflect.Descriptor instead.
|
|
1776
1784
|
func (*CreateInstallResponse) Descriptor() ([]byte, []int) {
|
|
1777
|
-
return
|
|
1785
|
+
return file_multitenant_proto_rawDescGZIP(), []int{25}
|
|
1778
1786
|
}
|
|
1779
1787
|
|
|
1780
1788
|
func (x *CreateInstallResponse) GetInstall() *Install {
|
|
@@ -1802,12 +1810,13 @@ type CreateAndLinkInstallRequest struct {
|
|
|
1802
1810
|
GlobalId string `protobuf:"bytes,4,opt,name=global_id,json=globalId,proto3" json:"global_id,omitempty"`
|
|
1803
1811
|
Type InstallType `protobuf:"varint,5,opt,name=type,proto3,enum=lansweeper.multitenant.v1.InstallType" json:"type,omitempty"`
|
|
1804
1812
|
CreatedById string `protobuf:"bytes,6,opt,name=created_by_id,json=createdById,proto3" json:"created_by_id,omitempty"`
|
|
1813
|
+
ClientId string `protobuf:"bytes,7,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
|
|
1805
1814
|
}
|
|
1806
1815
|
|
|
1807
1816
|
func (x *CreateAndLinkInstallRequest) Reset() {
|
|
1808
1817
|
*x = CreateAndLinkInstallRequest{}
|
|
1809
1818
|
if protoimpl.UnsafeEnabled {
|
|
1810
|
-
mi := &
|
|
1819
|
+
mi := &file_multitenant_proto_msgTypes[26]
|
|
1811
1820
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1812
1821
|
ms.StoreMessageInfo(mi)
|
|
1813
1822
|
}
|
|
@@ -1820,7 +1829,7 @@ func (x *CreateAndLinkInstallRequest) String() string {
|
|
|
1820
1829
|
func (*CreateAndLinkInstallRequest) ProtoMessage() {}
|
|
1821
1830
|
|
|
1822
1831
|
func (x *CreateAndLinkInstallRequest) ProtoReflect() protoreflect.Message {
|
|
1823
|
-
mi := &
|
|
1832
|
+
mi := &file_multitenant_proto_msgTypes[26]
|
|
1824
1833
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1825
1834
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1826
1835
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1833,7 +1842,7 @@ func (x *CreateAndLinkInstallRequest) ProtoReflect() protoreflect.Message {
|
|
|
1833
1842
|
|
|
1834
1843
|
// Deprecated: Use CreateAndLinkInstallRequest.ProtoReflect.Descriptor instead.
|
|
1835
1844
|
func (*CreateAndLinkInstallRequest) Descriptor() ([]byte, []int) {
|
|
1836
|
-
return
|
|
1845
|
+
return file_multitenant_proto_rawDescGZIP(), []int{26}
|
|
1837
1846
|
}
|
|
1838
1847
|
|
|
1839
1848
|
func (x *CreateAndLinkInstallRequest) GetSiteId() string {
|
|
@@ -1878,6 +1887,13 @@ func (x *CreateAndLinkInstallRequest) GetCreatedById() string {
|
|
|
1878
1887
|
return ""
|
|
1879
1888
|
}
|
|
1880
1889
|
|
|
1890
|
+
func (x *CreateAndLinkInstallRequest) GetClientId() string {
|
|
1891
|
+
if x != nil {
|
|
1892
|
+
return x.ClientId
|
|
1893
|
+
}
|
|
1894
|
+
return ""
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1881
1897
|
type CreateAndLinkInstallResponse struct {
|
|
1882
1898
|
state protoimpl.MessageState
|
|
1883
1899
|
sizeCache protoimpl.SizeCache
|
|
@@ -1891,7 +1907,7 @@ type CreateAndLinkInstallResponse struct {
|
|
|
1891
1907
|
func (x *CreateAndLinkInstallResponse) Reset() {
|
|
1892
1908
|
*x = CreateAndLinkInstallResponse{}
|
|
1893
1909
|
if protoimpl.UnsafeEnabled {
|
|
1894
|
-
mi := &
|
|
1910
|
+
mi := &file_multitenant_proto_msgTypes[27]
|
|
1895
1911
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1896
1912
|
ms.StoreMessageInfo(mi)
|
|
1897
1913
|
}
|
|
@@ -1904,7 +1920,7 @@ func (x *CreateAndLinkInstallResponse) String() string {
|
|
|
1904
1920
|
func (*CreateAndLinkInstallResponse) ProtoMessage() {}
|
|
1905
1921
|
|
|
1906
1922
|
func (x *CreateAndLinkInstallResponse) ProtoReflect() protoreflect.Message {
|
|
1907
|
-
mi := &
|
|
1923
|
+
mi := &file_multitenant_proto_msgTypes[27]
|
|
1908
1924
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1909
1925
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1910
1926
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1917,7 +1933,7 @@ func (x *CreateAndLinkInstallResponse) ProtoReflect() protoreflect.Message {
|
|
|
1917
1933
|
|
|
1918
1934
|
// Deprecated: Use CreateAndLinkInstallResponse.ProtoReflect.Descriptor instead.
|
|
1919
1935
|
func (*CreateAndLinkInstallResponse) Descriptor() ([]byte, []int) {
|
|
1920
|
-
return
|
|
1936
|
+
return file_multitenant_proto_rawDescGZIP(), []int{27}
|
|
1921
1937
|
}
|
|
1922
1938
|
|
|
1923
1939
|
func (x *CreateAndLinkInstallResponse) GetInstall() *Install {
|
|
@@ -1957,7 +1973,7 @@ type UpdateInstallByClientIdRequest struct {
|
|
|
1957
1973
|
func (x *UpdateInstallByClientIdRequest) Reset() {
|
|
1958
1974
|
*x = UpdateInstallByClientIdRequest{}
|
|
1959
1975
|
if protoimpl.UnsafeEnabled {
|
|
1960
|
-
mi := &
|
|
1976
|
+
mi := &file_multitenant_proto_msgTypes[28]
|
|
1961
1977
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1962
1978
|
ms.StoreMessageInfo(mi)
|
|
1963
1979
|
}
|
|
@@ -1970,7 +1986,7 @@ func (x *UpdateInstallByClientIdRequest) String() string {
|
|
|
1970
1986
|
func (*UpdateInstallByClientIdRequest) ProtoMessage() {}
|
|
1971
1987
|
|
|
1972
1988
|
func (x *UpdateInstallByClientIdRequest) ProtoReflect() protoreflect.Message {
|
|
1973
|
-
mi := &
|
|
1989
|
+
mi := &file_multitenant_proto_msgTypes[28]
|
|
1974
1990
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1975
1991
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1976
1992
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1983,7 +1999,7 @@ func (x *UpdateInstallByClientIdRequest) ProtoReflect() protoreflect.Message {
|
|
|
1983
1999
|
|
|
1984
2000
|
// Deprecated: Use UpdateInstallByClientIdRequest.ProtoReflect.Descriptor instead.
|
|
1985
2001
|
func (*UpdateInstallByClientIdRequest) Descriptor() ([]byte, []int) {
|
|
1986
|
-
return
|
|
2002
|
+
return file_multitenant_proto_rawDescGZIP(), []int{28}
|
|
1987
2003
|
}
|
|
1988
2004
|
|
|
1989
2005
|
func (x *UpdateInstallByClientIdRequest) GetClientId() string {
|
|
@@ -2039,7 +2055,7 @@ type UpdateInstallByClientIdResponse struct {
|
|
|
2039
2055
|
func (x *UpdateInstallByClientIdResponse) Reset() {
|
|
2040
2056
|
*x = UpdateInstallByClientIdResponse{}
|
|
2041
2057
|
if protoimpl.UnsafeEnabled {
|
|
2042
|
-
mi := &
|
|
2058
|
+
mi := &file_multitenant_proto_msgTypes[29]
|
|
2043
2059
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2044
2060
|
ms.StoreMessageInfo(mi)
|
|
2045
2061
|
}
|
|
@@ -2052,7 +2068,7 @@ func (x *UpdateInstallByClientIdResponse) String() string {
|
|
|
2052
2068
|
func (*UpdateInstallByClientIdResponse) ProtoMessage() {}
|
|
2053
2069
|
|
|
2054
2070
|
func (x *UpdateInstallByClientIdResponse) ProtoReflect() protoreflect.Message {
|
|
2055
|
-
mi := &
|
|
2071
|
+
mi := &file_multitenant_proto_msgTypes[29]
|
|
2056
2072
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2057
2073
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2058
2074
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2065,7 +2081,7 @@ func (x *UpdateInstallByClientIdResponse) ProtoReflect() protoreflect.Message {
|
|
|
2065
2081
|
|
|
2066
2082
|
// Deprecated: Use UpdateInstallByClientIdResponse.ProtoReflect.Descriptor instead.
|
|
2067
2083
|
func (*UpdateInstallByClientIdResponse) Descriptor() ([]byte, []int) {
|
|
2068
|
-
return
|
|
2084
|
+
return file_multitenant_proto_rawDescGZIP(), []int{29}
|
|
2069
2085
|
}
|
|
2070
2086
|
|
|
2071
2087
|
func (x *UpdateInstallByClientIdResponse) GetInstall() *Install {
|
|
@@ -2087,7 +2103,7 @@ type RotateInstallByClientIdRequest struct {
|
|
|
2087
2103
|
func (x *RotateInstallByClientIdRequest) Reset() {
|
|
2088
2104
|
*x = RotateInstallByClientIdRequest{}
|
|
2089
2105
|
if protoimpl.UnsafeEnabled {
|
|
2090
|
-
mi := &
|
|
2106
|
+
mi := &file_multitenant_proto_msgTypes[30]
|
|
2091
2107
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2092
2108
|
ms.StoreMessageInfo(mi)
|
|
2093
2109
|
}
|
|
@@ -2100,7 +2116,7 @@ func (x *RotateInstallByClientIdRequest) String() string {
|
|
|
2100
2116
|
func (*RotateInstallByClientIdRequest) ProtoMessage() {}
|
|
2101
2117
|
|
|
2102
2118
|
func (x *RotateInstallByClientIdRequest) ProtoReflect() protoreflect.Message {
|
|
2103
|
-
mi := &
|
|
2119
|
+
mi := &file_multitenant_proto_msgTypes[30]
|
|
2104
2120
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2105
2121
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2106
2122
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2113,7 +2129,7 @@ func (x *RotateInstallByClientIdRequest) ProtoReflect() protoreflect.Message {
|
|
|
2113
2129
|
|
|
2114
2130
|
// Deprecated: Use RotateInstallByClientIdRequest.ProtoReflect.Descriptor instead.
|
|
2115
2131
|
func (*RotateInstallByClientIdRequest) Descriptor() ([]byte, []int) {
|
|
2116
|
-
return
|
|
2132
|
+
return file_multitenant_proto_rawDescGZIP(), []int{30}
|
|
2117
2133
|
}
|
|
2118
2134
|
|
|
2119
2135
|
func (x *RotateInstallByClientIdRequest) GetClientId() string {
|
|
@@ -2144,7 +2160,7 @@ type RotateInstallByClientIdResponse struct {
|
|
|
2144
2160
|
func (x *RotateInstallByClientIdResponse) Reset() {
|
|
2145
2161
|
*x = RotateInstallByClientIdResponse{}
|
|
2146
2162
|
if protoimpl.UnsafeEnabled {
|
|
2147
|
-
mi := &
|
|
2163
|
+
mi := &file_multitenant_proto_msgTypes[31]
|
|
2148
2164
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2149
2165
|
ms.StoreMessageInfo(mi)
|
|
2150
2166
|
}
|
|
@@ -2157,7 +2173,7 @@ func (x *RotateInstallByClientIdResponse) String() string {
|
|
|
2157
2173
|
func (*RotateInstallByClientIdResponse) ProtoMessage() {}
|
|
2158
2174
|
|
|
2159
2175
|
func (x *RotateInstallByClientIdResponse) ProtoReflect() protoreflect.Message {
|
|
2160
|
-
mi := &
|
|
2176
|
+
mi := &file_multitenant_proto_msgTypes[31]
|
|
2161
2177
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2162
2178
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2163
2179
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2170,7 +2186,7 @@ func (x *RotateInstallByClientIdResponse) ProtoReflect() protoreflect.Message {
|
|
|
2170
2186
|
|
|
2171
2187
|
// Deprecated: Use RotateInstallByClientIdResponse.ProtoReflect.Descriptor instead.
|
|
2172
2188
|
func (*RotateInstallByClientIdResponse) Descriptor() ([]byte, []int) {
|
|
2173
|
-
return
|
|
2189
|
+
return file_multitenant_proto_rawDescGZIP(), []int{31}
|
|
2174
2190
|
}
|
|
2175
2191
|
|
|
2176
2192
|
func (x *RotateInstallByClientIdResponse) GetSuccess() bool {
|
|
@@ -2215,7 +2231,7 @@ type UnlinkInstallByClientIdRequest struct {
|
|
|
2215
2231
|
func (x *UnlinkInstallByClientIdRequest) Reset() {
|
|
2216
2232
|
*x = UnlinkInstallByClientIdRequest{}
|
|
2217
2233
|
if protoimpl.UnsafeEnabled {
|
|
2218
|
-
mi := &
|
|
2234
|
+
mi := &file_multitenant_proto_msgTypes[32]
|
|
2219
2235
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2220
2236
|
ms.StoreMessageInfo(mi)
|
|
2221
2237
|
}
|
|
@@ -2228,7 +2244,7 @@ func (x *UnlinkInstallByClientIdRequest) String() string {
|
|
|
2228
2244
|
func (*UnlinkInstallByClientIdRequest) ProtoMessage() {}
|
|
2229
2245
|
|
|
2230
2246
|
func (x *UnlinkInstallByClientIdRequest) ProtoReflect() protoreflect.Message {
|
|
2231
|
-
mi := &
|
|
2247
|
+
mi := &file_multitenant_proto_msgTypes[32]
|
|
2232
2248
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2233
2249
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2234
2250
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2241,7 +2257,7 @@ func (x *UnlinkInstallByClientIdRequest) ProtoReflect() protoreflect.Message {
|
|
|
2241
2257
|
|
|
2242
2258
|
// Deprecated: Use UnlinkInstallByClientIdRequest.ProtoReflect.Descriptor instead.
|
|
2243
2259
|
func (*UnlinkInstallByClientIdRequest) Descriptor() ([]byte, []int) {
|
|
2244
|
-
return
|
|
2260
|
+
return file_multitenant_proto_rawDescGZIP(), []int{32}
|
|
2245
2261
|
}
|
|
2246
2262
|
|
|
2247
2263
|
func (x *UnlinkInstallByClientIdRequest) GetClientId() string {
|
|
@@ -2283,7 +2299,7 @@ type UnlinkInstallByClientIdResponse struct {
|
|
|
2283
2299
|
func (x *UnlinkInstallByClientIdResponse) Reset() {
|
|
2284
2300
|
*x = UnlinkInstallByClientIdResponse{}
|
|
2285
2301
|
if protoimpl.UnsafeEnabled {
|
|
2286
|
-
mi := &
|
|
2302
|
+
mi := &file_multitenant_proto_msgTypes[33]
|
|
2287
2303
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2288
2304
|
ms.StoreMessageInfo(mi)
|
|
2289
2305
|
}
|
|
@@ -2296,7 +2312,7 @@ func (x *UnlinkInstallByClientIdResponse) String() string {
|
|
|
2296
2312
|
func (*UnlinkInstallByClientIdResponse) ProtoMessage() {}
|
|
2297
2313
|
|
|
2298
2314
|
func (x *UnlinkInstallByClientIdResponse) ProtoReflect() protoreflect.Message {
|
|
2299
|
-
mi := &
|
|
2315
|
+
mi := &file_multitenant_proto_msgTypes[33]
|
|
2300
2316
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2301
2317
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2302
2318
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2309,7 +2325,7 @@ func (x *UnlinkInstallByClientIdResponse) ProtoReflect() protoreflect.Message {
|
|
|
2309
2325
|
|
|
2310
2326
|
// Deprecated: Use UnlinkInstallByClientIdResponse.ProtoReflect.Descriptor instead.
|
|
2311
2327
|
func (*UnlinkInstallByClientIdResponse) Descriptor() ([]byte, []int) {
|
|
2312
|
-
return
|
|
2328
|
+
return file_multitenant_proto_rawDescGZIP(), []int{33}
|
|
2313
2329
|
}
|
|
2314
2330
|
|
|
2315
2331
|
func (x *UnlinkInstallByClientIdResponse) GetSuccess() bool {
|
|
@@ -2334,7 +2350,7 @@ type LinkTrialInstallByClientIdRequest struct {
|
|
|
2334
2350
|
func (x *LinkTrialInstallByClientIdRequest) Reset() {
|
|
2335
2351
|
*x = LinkTrialInstallByClientIdRequest{}
|
|
2336
2352
|
if protoimpl.UnsafeEnabled {
|
|
2337
|
-
mi := &
|
|
2353
|
+
mi := &file_multitenant_proto_msgTypes[34]
|
|
2338
2354
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2339
2355
|
ms.StoreMessageInfo(mi)
|
|
2340
2356
|
}
|
|
@@ -2347,7 +2363,7 @@ func (x *LinkTrialInstallByClientIdRequest) String() string {
|
|
|
2347
2363
|
func (*LinkTrialInstallByClientIdRequest) ProtoMessage() {}
|
|
2348
2364
|
|
|
2349
2365
|
func (x *LinkTrialInstallByClientIdRequest) ProtoReflect() protoreflect.Message {
|
|
2350
|
-
mi := &
|
|
2366
|
+
mi := &file_multitenant_proto_msgTypes[34]
|
|
2351
2367
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2352
2368
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2353
2369
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2360,7 +2376,7 @@ func (x *LinkTrialInstallByClientIdRequest) ProtoReflect() protoreflect.Message
|
|
|
2360
2376
|
|
|
2361
2377
|
// Deprecated: Use LinkTrialInstallByClientIdRequest.ProtoReflect.Descriptor instead.
|
|
2362
2378
|
func (*LinkTrialInstallByClientIdRequest) Descriptor() ([]byte, []int) {
|
|
2363
|
-
return
|
|
2379
|
+
return file_multitenant_proto_rawDescGZIP(), []int{34}
|
|
2364
2380
|
}
|
|
2365
2381
|
|
|
2366
2382
|
func (x *LinkTrialInstallByClientIdRequest) GetClientId() string {
|
|
@@ -2412,7 +2428,7 @@ type LinkTrialInstallByClientIdResponse struct {
|
|
|
2412
2428
|
func (x *LinkTrialInstallByClientIdResponse) Reset() {
|
|
2413
2429
|
*x = LinkTrialInstallByClientIdResponse{}
|
|
2414
2430
|
if protoimpl.UnsafeEnabled {
|
|
2415
|
-
mi := &
|
|
2431
|
+
mi := &file_multitenant_proto_msgTypes[35]
|
|
2416
2432
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2417
2433
|
ms.StoreMessageInfo(mi)
|
|
2418
2434
|
}
|
|
@@ -2425,7 +2441,7 @@ func (x *LinkTrialInstallByClientIdResponse) String() string {
|
|
|
2425
2441
|
func (*LinkTrialInstallByClientIdResponse) ProtoMessage() {}
|
|
2426
2442
|
|
|
2427
2443
|
func (x *LinkTrialInstallByClientIdResponse) ProtoReflect() protoreflect.Message {
|
|
2428
|
-
mi := &
|
|
2444
|
+
mi := &file_multitenant_proto_msgTypes[35]
|
|
2429
2445
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2430
2446
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2431
2447
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2438,7 +2454,7 @@ func (x *LinkTrialInstallByClientIdResponse) ProtoReflect() protoreflect.Message
|
|
|
2438
2454
|
|
|
2439
2455
|
// Deprecated: Use LinkTrialInstallByClientIdResponse.ProtoReflect.Descriptor instead.
|
|
2440
2456
|
func (*LinkTrialInstallByClientIdResponse) Descriptor() ([]byte, []int) {
|
|
2441
|
-
return
|
|
2457
|
+
return file_multitenant_proto_rawDescGZIP(), []int{35}
|
|
2442
2458
|
}
|
|
2443
2459
|
|
|
2444
2460
|
func (x *LinkTrialInstallByClientIdResponse) GetInstall() *Install {
|
|
@@ -2482,7 +2498,7 @@ type RemoveInstallDataBySiteIdRequest struct {
|
|
|
2482
2498
|
func (x *RemoveInstallDataBySiteIdRequest) Reset() {
|
|
2483
2499
|
*x = RemoveInstallDataBySiteIdRequest{}
|
|
2484
2500
|
if protoimpl.UnsafeEnabled {
|
|
2485
|
-
mi := &
|
|
2501
|
+
mi := &file_multitenant_proto_msgTypes[36]
|
|
2486
2502
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2487
2503
|
ms.StoreMessageInfo(mi)
|
|
2488
2504
|
}
|
|
@@ -2495,7 +2511,7 @@ func (x *RemoveInstallDataBySiteIdRequest) String() string {
|
|
|
2495
2511
|
func (*RemoveInstallDataBySiteIdRequest) ProtoMessage() {}
|
|
2496
2512
|
|
|
2497
2513
|
func (x *RemoveInstallDataBySiteIdRequest) ProtoReflect() protoreflect.Message {
|
|
2498
|
-
mi := &
|
|
2514
|
+
mi := &file_multitenant_proto_msgTypes[36]
|
|
2499
2515
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2500
2516
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2501
2517
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2508,7 +2524,7 @@ func (x *RemoveInstallDataBySiteIdRequest) ProtoReflect() protoreflect.Message {
|
|
|
2508
2524
|
|
|
2509
2525
|
// Deprecated: Use RemoveInstallDataBySiteIdRequest.ProtoReflect.Descriptor instead.
|
|
2510
2526
|
func (*RemoveInstallDataBySiteIdRequest) Descriptor() ([]byte, []int) {
|
|
2511
|
-
return
|
|
2527
|
+
return file_multitenant_proto_rawDescGZIP(), []int{36}
|
|
2512
2528
|
}
|
|
2513
2529
|
|
|
2514
2530
|
func (x *RemoveInstallDataBySiteIdRequest) GetSiteId() string {
|
|
@@ -2543,7 +2559,7 @@ type RemoveInstallDataBySiteIdResponse struct {
|
|
|
2543
2559
|
func (x *RemoveInstallDataBySiteIdResponse) Reset() {
|
|
2544
2560
|
*x = RemoveInstallDataBySiteIdResponse{}
|
|
2545
2561
|
if protoimpl.UnsafeEnabled {
|
|
2546
|
-
mi := &
|
|
2562
|
+
mi := &file_multitenant_proto_msgTypes[37]
|
|
2547
2563
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2548
2564
|
ms.StoreMessageInfo(mi)
|
|
2549
2565
|
}
|
|
@@ -2556,7 +2572,7 @@ func (x *RemoveInstallDataBySiteIdResponse) String() string {
|
|
|
2556
2572
|
func (*RemoveInstallDataBySiteIdResponse) ProtoMessage() {}
|
|
2557
2573
|
|
|
2558
2574
|
func (x *RemoveInstallDataBySiteIdResponse) ProtoReflect() protoreflect.Message {
|
|
2559
|
-
mi := &
|
|
2575
|
+
mi := &file_multitenant_proto_msgTypes[37]
|
|
2560
2576
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2561
2577
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2562
2578
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2569,7 +2585,7 @@ func (x *RemoveInstallDataBySiteIdResponse) ProtoReflect() protoreflect.Message
|
|
|
2569
2585
|
|
|
2570
2586
|
// Deprecated: Use RemoveInstallDataBySiteIdResponse.ProtoReflect.Descriptor instead.
|
|
2571
2587
|
func (*RemoveInstallDataBySiteIdResponse) Descriptor() ([]byte, []int) {
|
|
2572
|
-
return
|
|
2588
|
+
return file_multitenant_proto_rawDescGZIP(), []int{37}
|
|
2573
2589
|
}
|
|
2574
2590
|
|
|
2575
2591
|
func (x *RemoveInstallDataBySiteIdResponse) GetResult() []*RemoveInstallDataBySiteIdResponse_Result {
|
|
@@ -2591,7 +2607,7 @@ type GetDuplicatedInstallsByGlobalIdRequest struct {
|
|
|
2591
2607
|
func (x *GetDuplicatedInstallsByGlobalIdRequest) Reset() {
|
|
2592
2608
|
*x = GetDuplicatedInstallsByGlobalIdRequest{}
|
|
2593
2609
|
if protoimpl.UnsafeEnabled {
|
|
2594
|
-
mi := &
|
|
2610
|
+
mi := &file_multitenant_proto_msgTypes[38]
|
|
2595
2611
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2596
2612
|
ms.StoreMessageInfo(mi)
|
|
2597
2613
|
}
|
|
@@ -2604,7 +2620,7 @@ func (x *GetDuplicatedInstallsByGlobalIdRequest) String() string {
|
|
|
2604
2620
|
func (*GetDuplicatedInstallsByGlobalIdRequest) ProtoMessage() {}
|
|
2605
2621
|
|
|
2606
2622
|
func (x *GetDuplicatedInstallsByGlobalIdRequest) ProtoReflect() protoreflect.Message {
|
|
2607
|
-
mi := &
|
|
2623
|
+
mi := &file_multitenant_proto_msgTypes[38]
|
|
2608
2624
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2609
2625
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2610
2626
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2617,7 +2633,7 @@ func (x *GetDuplicatedInstallsByGlobalIdRequest) ProtoReflect() protoreflect.Mes
|
|
|
2617
2633
|
|
|
2618
2634
|
// Deprecated: Use GetDuplicatedInstallsByGlobalIdRequest.ProtoReflect.Descriptor instead.
|
|
2619
2635
|
func (*GetDuplicatedInstallsByGlobalIdRequest) Descriptor() ([]byte, []int) {
|
|
2620
|
-
return
|
|
2636
|
+
return file_multitenant_proto_rawDescGZIP(), []int{38}
|
|
2621
2637
|
}
|
|
2622
2638
|
|
|
2623
2639
|
func (x *GetDuplicatedInstallsByGlobalIdRequest) GetSiteId() string {
|
|
@@ -2645,7 +2661,7 @@ type GetDuplicatedInstallsByGlobalIdResponse struct {
|
|
|
2645
2661
|
func (x *GetDuplicatedInstallsByGlobalIdResponse) Reset() {
|
|
2646
2662
|
*x = GetDuplicatedInstallsByGlobalIdResponse{}
|
|
2647
2663
|
if protoimpl.UnsafeEnabled {
|
|
2648
|
-
mi := &
|
|
2664
|
+
mi := &file_multitenant_proto_msgTypes[39]
|
|
2649
2665
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2650
2666
|
ms.StoreMessageInfo(mi)
|
|
2651
2667
|
}
|
|
@@ -2658,7 +2674,7 @@ func (x *GetDuplicatedInstallsByGlobalIdResponse) String() string {
|
|
|
2658
2674
|
func (*GetDuplicatedInstallsByGlobalIdResponse) ProtoMessage() {}
|
|
2659
2675
|
|
|
2660
2676
|
func (x *GetDuplicatedInstallsByGlobalIdResponse) ProtoReflect() protoreflect.Message {
|
|
2661
|
-
mi := &
|
|
2677
|
+
mi := &file_multitenant_proto_msgTypes[39]
|
|
2662
2678
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2663
2679
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2664
2680
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2671,7 +2687,7 @@ func (x *GetDuplicatedInstallsByGlobalIdResponse) ProtoReflect() protoreflect.Me
|
|
|
2671
2687
|
|
|
2672
2688
|
// Deprecated: Use GetDuplicatedInstallsByGlobalIdResponse.ProtoReflect.Descriptor instead.
|
|
2673
2689
|
func (*GetDuplicatedInstallsByGlobalIdResponse) Descriptor() ([]byte, []int) {
|
|
2674
|
-
return
|
|
2690
|
+
return file_multitenant_proto_rawDescGZIP(), []int{39}
|
|
2675
2691
|
}
|
|
2676
2692
|
|
|
2677
2693
|
func (x *GetDuplicatedInstallsByGlobalIdResponse) GetInstall() []*Install {
|
|
@@ -2693,7 +2709,7 @@ type GetUserPermissionsRequest struct {
|
|
|
2693
2709
|
func (x *GetUserPermissionsRequest) Reset() {
|
|
2694
2710
|
*x = GetUserPermissionsRequest{}
|
|
2695
2711
|
if protoimpl.UnsafeEnabled {
|
|
2696
|
-
mi := &
|
|
2712
|
+
mi := &file_multitenant_proto_msgTypes[40]
|
|
2697
2713
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2698
2714
|
ms.StoreMessageInfo(mi)
|
|
2699
2715
|
}
|
|
@@ -2706,7 +2722,7 @@ func (x *GetUserPermissionsRequest) String() string {
|
|
|
2706
2722
|
func (*GetUserPermissionsRequest) ProtoMessage() {}
|
|
2707
2723
|
|
|
2708
2724
|
func (x *GetUserPermissionsRequest) ProtoReflect() protoreflect.Message {
|
|
2709
|
-
mi := &
|
|
2725
|
+
mi := &file_multitenant_proto_msgTypes[40]
|
|
2710
2726
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2711
2727
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2712
2728
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2719,7 +2735,7 @@ func (x *GetUserPermissionsRequest) ProtoReflect() protoreflect.Message {
|
|
|
2719
2735
|
|
|
2720
2736
|
// Deprecated: Use GetUserPermissionsRequest.ProtoReflect.Descriptor instead.
|
|
2721
2737
|
func (*GetUserPermissionsRequest) Descriptor() ([]byte, []int) {
|
|
2722
|
-
return
|
|
2738
|
+
return file_multitenant_proto_rawDescGZIP(), []int{40}
|
|
2723
2739
|
}
|
|
2724
2740
|
|
|
2725
2741
|
func (x *GetUserPermissionsRequest) GetSiteId() string {
|
|
@@ -2747,7 +2763,7 @@ type GetUserPermissionsResponse struct {
|
|
|
2747
2763
|
func (x *GetUserPermissionsResponse) Reset() {
|
|
2748
2764
|
*x = GetUserPermissionsResponse{}
|
|
2749
2765
|
if protoimpl.UnsafeEnabled {
|
|
2750
|
-
mi := &
|
|
2766
|
+
mi := &file_multitenant_proto_msgTypes[41]
|
|
2751
2767
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2752
2768
|
ms.StoreMessageInfo(mi)
|
|
2753
2769
|
}
|
|
@@ -2760,7 +2776,7 @@ func (x *GetUserPermissionsResponse) String() string {
|
|
|
2760
2776
|
func (*GetUserPermissionsResponse) ProtoMessage() {}
|
|
2761
2777
|
|
|
2762
2778
|
func (x *GetUserPermissionsResponse) ProtoReflect() protoreflect.Message {
|
|
2763
|
-
mi := &
|
|
2779
|
+
mi := &file_multitenant_proto_msgTypes[41]
|
|
2764
2780
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2765
2781
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2766
2782
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2773,7 +2789,7 @@ func (x *GetUserPermissionsResponse) ProtoReflect() protoreflect.Message {
|
|
|
2773
2789
|
|
|
2774
2790
|
// Deprecated: Use GetUserPermissionsResponse.ProtoReflect.Descriptor instead.
|
|
2775
2791
|
func (*GetUserPermissionsResponse) Descriptor() ([]byte, []int) {
|
|
2776
|
-
return
|
|
2792
|
+
return file_multitenant_proto_rawDescGZIP(), []int{41}
|
|
2777
2793
|
}
|
|
2778
2794
|
|
|
2779
2795
|
func (x *GetUserPermissionsResponse) GetRoles() []*GetUserPermissionsResponse_Role {
|
|
@@ -2794,7 +2810,7 @@ type ValidateApplicationPersonalAccessTokenRequest struct {
|
|
|
2794
2810
|
func (x *ValidateApplicationPersonalAccessTokenRequest) Reset() {
|
|
2795
2811
|
*x = ValidateApplicationPersonalAccessTokenRequest{}
|
|
2796
2812
|
if protoimpl.UnsafeEnabled {
|
|
2797
|
-
mi := &
|
|
2813
|
+
mi := &file_multitenant_proto_msgTypes[42]
|
|
2798
2814
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2799
2815
|
ms.StoreMessageInfo(mi)
|
|
2800
2816
|
}
|
|
@@ -2807,7 +2823,7 @@ func (x *ValidateApplicationPersonalAccessTokenRequest) String() string {
|
|
|
2807
2823
|
func (*ValidateApplicationPersonalAccessTokenRequest) ProtoMessage() {}
|
|
2808
2824
|
|
|
2809
2825
|
func (x *ValidateApplicationPersonalAccessTokenRequest) ProtoReflect() protoreflect.Message {
|
|
2810
|
-
mi := &
|
|
2826
|
+
mi := &file_multitenant_proto_msgTypes[42]
|
|
2811
2827
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2812
2828
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2813
2829
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2820,7 +2836,7 @@ func (x *ValidateApplicationPersonalAccessTokenRequest) ProtoReflect() protorefl
|
|
|
2820
2836
|
|
|
2821
2837
|
// Deprecated: Use ValidateApplicationPersonalAccessTokenRequest.ProtoReflect.Descriptor instead.
|
|
2822
2838
|
func (*ValidateApplicationPersonalAccessTokenRequest) Descriptor() ([]byte, []int) {
|
|
2823
|
-
return
|
|
2839
|
+
return file_multitenant_proto_rawDescGZIP(), []int{42}
|
|
2824
2840
|
}
|
|
2825
2841
|
|
|
2826
2842
|
func (x *ValidateApplicationPersonalAccessTokenRequest) GetPersonalAccessToken() string {
|
|
@@ -2842,7 +2858,7 @@ type ValidateApplicationPersonalAccessTokenResponse struct {
|
|
|
2842
2858
|
func (x *ValidateApplicationPersonalAccessTokenResponse) Reset() {
|
|
2843
2859
|
*x = ValidateApplicationPersonalAccessTokenResponse{}
|
|
2844
2860
|
if protoimpl.UnsafeEnabled {
|
|
2845
|
-
mi := &
|
|
2861
|
+
mi := &file_multitenant_proto_msgTypes[43]
|
|
2846
2862
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2847
2863
|
ms.StoreMessageInfo(mi)
|
|
2848
2864
|
}
|
|
@@ -2855,7 +2871,7 @@ func (x *ValidateApplicationPersonalAccessTokenResponse) String() string {
|
|
|
2855
2871
|
func (*ValidateApplicationPersonalAccessTokenResponse) ProtoMessage() {}
|
|
2856
2872
|
|
|
2857
2873
|
func (x *ValidateApplicationPersonalAccessTokenResponse) ProtoReflect() protoreflect.Message {
|
|
2858
|
-
mi := &
|
|
2874
|
+
mi := &file_multitenant_proto_msgTypes[43]
|
|
2859
2875
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2860
2876
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2861
2877
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2868,7 +2884,7 @@ func (x *ValidateApplicationPersonalAccessTokenResponse) ProtoReflect() protoref
|
|
|
2868
2884
|
|
|
2869
2885
|
// Deprecated: Use ValidateApplicationPersonalAccessTokenResponse.ProtoReflect.Descriptor instead.
|
|
2870
2886
|
func (*ValidateApplicationPersonalAccessTokenResponse) Descriptor() ([]byte, []int) {
|
|
2871
|
-
return
|
|
2887
|
+
return file_multitenant_proto_rawDescGZIP(), []int{43}
|
|
2872
2888
|
}
|
|
2873
2889
|
|
|
2874
2890
|
func (x *ValidateApplicationPersonalAccessTokenResponse) GetUserId() string {
|
|
@@ -2891,12 +2907,12 @@ type DisableWebhookEmailRequest struct {
|
|
|
2891
2907
|
unknownFields protoimpl.UnknownFields
|
|
2892
2908
|
|
|
2893
2909
|
ApplicationName string `protobuf:"bytes,1,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"`
|
|
2894
|
-
// Deprecated: Marked as deprecated in
|
|
2910
|
+
// Deprecated: Marked as deprecated in multitenant.proto.
|
|
2895
2911
|
Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
|
|
2896
2912
|
Errors []*DisableWebhookEmailRequest_WebhookError `protobuf:"bytes,3,rep,name=errors,proto3" json:"errors,omitempty"`
|
|
2897
2913
|
PayloadUrl string `protobuf:"bytes,4,opt,name=payload_url,json=payloadUrl,proto3" json:"payload_url,omitempty"`
|
|
2898
2914
|
WebhookName string `protobuf:"bytes,5,opt,name=webhook_name,json=webhookName,proto3" json:"webhook_name,omitempty"`
|
|
2899
|
-
// Deprecated: Marked as deprecated in
|
|
2915
|
+
// Deprecated: Marked as deprecated in multitenant.proto.
|
|
2900
2916
|
WebhookUrl string `protobuf:"bytes,6,opt,name=webhook_url,json=webhookUrl,proto3" json:"webhook_url,omitempty"`
|
|
2901
2917
|
WebhookId string `protobuf:"bytes,7,opt,name=webhook_id,json=webhookId,proto3" json:"webhook_id,omitempty"`
|
|
2902
2918
|
ApplicationId string `protobuf:"bytes,8,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
|
|
@@ -2905,7 +2921,7 @@ type DisableWebhookEmailRequest struct {
|
|
|
2905
2921
|
func (x *DisableWebhookEmailRequest) Reset() {
|
|
2906
2922
|
*x = DisableWebhookEmailRequest{}
|
|
2907
2923
|
if protoimpl.UnsafeEnabled {
|
|
2908
|
-
mi := &
|
|
2924
|
+
mi := &file_multitenant_proto_msgTypes[44]
|
|
2909
2925
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2910
2926
|
ms.StoreMessageInfo(mi)
|
|
2911
2927
|
}
|
|
@@ -2918,7 +2934,7 @@ func (x *DisableWebhookEmailRequest) String() string {
|
|
|
2918
2934
|
func (*DisableWebhookEmailRequest) ProtoMessage() {}
|
|
2919
2935
|
|
|
2920
2936
|
func (x *DisableWebhookEmailRequest) ProtoReflect() protoreflect.Message {
|
|
2921
|
-
mi := &
|
|
2937
|
+
mi := &file_multitenant_proto_msgTypes[44]
|
|
2922
2938
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2923
2939
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2924
2940
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2931,7 +2947,7 @@ func (x *DisableWebhookEmailRequest) ProtoReflect() protoreflect.Message {
|
|
|
2931
2947
|
|
|
2932
2948
|
// Deprecated: Use DisableWebhookEmailRequest.ProtoReflect.Descriptor instead.
|
|
2933
2949
|
func (*DisableWebhookEmailRequest) Descriptor() ([]byte, []int) {
|
|
2934
|
-
return
|
|
2950
|
+
return file_multitenant_proto_rawDescGZIP(), []int{44}
|
|
2935
2951
|
}
|
|
2936
2952
|
|
|
2937
2953
|
func (x *DisableWebhookEmailRequest) GetApplicationName() string {
|
|
@@ -2941,7 +2957,7 @@ func (x *DisableWebhookEmailRequest) GetApplicationName() string {
|
|
|
2941
2957
|
return ""
|
|
2942
2958
|
}
|
|
2943
2959
|
|
|
2944
|
-
// Deprecated: Marked as deprecated in
|
|
2960
|
+
// Deprecated: Marked as deprecated in multitenant.proto.
|
|
2945
2961
|
func (x *DisableWebhookEmailRequest) GetEmail() string {
|
|
2946
2962
|
if x != nil {
|
|
2947
2963
|
return x.Email
|
|
@@ -2970,7 +2986,7 @@ func (x *DisableWebhookEmailRequest) GetWebhookName() string {
|
|
|
2970
2986
|
return ""
|
|
2971
2987
|
}
|
|
2972
2988
|
|
|
2973
|
-
// Deprecated: Marked as deprecated in
|
|
2989
|
+
// Deprecated: Marked as deprecated in multitenant.proto.
|
|
2974
2990
|
func (x *DisableWebhookEmailRequest) GetWebhookUrl() string {
|
|
2975
2991
|
if x != nil {
|
|
2976
2992
|
return x.WebhookUrl
|
|
@@ -3003,7 +3019,7 @@ type DisableWebhookEmailResponse struct {
|
|
|
3003
3019
|
func (x *DisableWebhookEmailResponse) Reset() {
|
|
3004
3020
|
*x = DisableWebhookEmailResponse{}
|
|
3005
3021
|
if protoimpl.UnsafeEnabled {
|
|
3006
|
-
mi := &
|
|
3022
|
+
mi := &file_multitenant_proto_msgTypes[45]
|
|
3007
3023
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3008
3024
|
ms.StoreMessageInfo(mi)
|
|
3009
3025
|
}
|
|
@@ -3016,7 +3032,7 @@ func (x *DisableWebhookEmailResponse) String() string {
|
|
|
3016
3032
|
func (*DisableWebhookEmailResponse) ProtoMessage() {}
|
|
3017
3033
|
|
|
3018
3034
|
func (x *DisableWebhookEmailResponse) ProtoReflect() protoreflect.Message {
|
|
3019
|
-
mi := &
|
|
3035
|
+
mi := &file_multitenant_proto_msgTypes[45]
|
|
3020
3036
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3021
3037
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3022
3038
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3029,7 +3045,7 @@ func (x *DisableWebhookEmailResponse) ProtoReflect() protoreflect.Message {
|
|
|
3029
3045
|
|
|
3030
3046
|
// Deprecated: Use DisableWebhookEmailResponse.ProtoReflect.Descriptor instead.
|
|
3031
3047
|
func (*DisableWebhookEmailResponse) Descriptor() ([]byte, []int) {
|
|
3032
|
-
return
|
|
3048
|
+
return file_multitenant_proto_rawDescGZIP(), []int{45}
|
|
3033
3049
|
}
|
|
3034
3050
|
|
|
3035
3051
|
func (x *DisableWebhookEmailResponse) GetMailSent() bool {
|
|
@@ -3050,7 +3066,7 @@ type Site struct {
|
|
|
3050
3066
|
func (x *Site) Reset() {
|
|
3051
3067
|
*x = Site{}
|
|
3052
3068
|
if protoimpl.UnsafeEnabled {
|
|
3053
|
-
mi := &
|
|
3069
|
+
mi := &file_multitenant_proto_msgTypes[46]
|
|
3054
3070
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3055
3071
|
ms.StoreMessageInfo(mi)
|
|
3056
3072
|
}
|
|
@@ -3063,7 +3079,7 @@ func (x *Site) String() string {
|
|
|
3063
3079
|
func (*Site) ProtoMessage() {}
|
|
3064
3080
|
|
|
3065
3081
|
func (x *Site) ProtoReflect() protoreflect.Message {
|
|
3066
|
-
mi := &
|
|
3082
|
+
mi := &file_multitenant_proto_msgTypes[46]
|
|
3067
3083
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3068
3084
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3069
3085
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3076,7 +3092,7 @@ func (x *Site) ProtoReflect() protoreflect.Message {
|
|
|
3076
3092
|
|
|
3077
3093
|
// Deprecated: Use Site.ProtoReflect.Descriptor instead.
|
|
3078
3094
|
func (*Site) Descriptor() ([]byte, []int) {
|
|
3079
|
-
return
|
|
3095
|
+
return file_multitenant_proto_rawDescGZIP(), []int{46}
|
|
3080
3096
|
}
|
|
3081
3097
|
|
|
3082
3098
|
func (x *Site) GetId() string {
|
|
@@ -3098,7 +3114,7 @@ type AuthorizedSitesRequest struct {
|
|
|
3098
3114
|
func (x *AuthorizedSitesRequest) Reset() {
|
|
3099
3115
|
*x = AuthorizedSitesRequest{}
|
|
3100
3116
|
if protoimpl.UnsafeEnabled {
|
|
3101
|
-
mi := &
|
|
3117
|
+
mi := &file_multitenant_proto_msgTypes[47]
|
|
3102
3118
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3103
3119
|
ms.StoreMessageInfo(mi)
|
|
3104
3120
|
}
|
|
@@ -3111,7 +3127,7 @@ func (x *AuthorizedSitesRequest) String() string {
|
|
|
3111
3127
|
func (*AuthorizedSitesRequest) ProtoMessage() {}
|
|
3112
3128
|
|
|
3113
3129
|
func (x *AuthorizedSitesRequest) ProtoReflect() protoreflect.Message {
|
|
3114
|
-
mi := &
|
|
3130
|
+
mi := &file_multitenant_proto_msgTypes[47]
|
|
3115
3131
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3116
3132
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3117
3133
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3124,7 +3140,7 @@ func (x *AuthorizedSitesRequest) ProtoReflect() protoreflect.Message {
|
|
|
3124
3140
|
|
|
3125
3141
|
// Deprecated: Use AuthorizedSitesRequest.ProtoReflect.Descriptor instead.
|
|
3126
3142
|
func (*AuthorizedSitesRequest) Descriptor() ([]byte, []int) {
|
|
3127
|
-
return
|
|
3143
|
+
return file_multitenant_proto_rawDescGZIP(), []int{47}
|
|
3128
3144
|
}
|
|
3129
3145
|
|
|
3130
3146
|
func (x *AuthorizedSitesRequest) GetApplicationId() string {
|
|
@@ -3152,7 +3168,7 @@ type AuthorizedSitesResponse struct {
|
|
|
3152
3168
|
func (x *AuthorizedSitesResponse) Reset() {
|
|
3153
3169
|
*x = AuthorizedSitesResponse{}
|
|
3154
3170
|
if protoimpl.UnsafeEnabled {
|
|
3155
|
-
mi := &
|
|
3171
|
+
mi := &file_multitenant_proto_msgTypes[48]
|
|
3156
3172
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3157
3173
|
ms.StoreMessageInfo(mi)
|
|
3158
3174
|
}
|
|
@@ -3165,7 +3181,7 @@ func (x *AuthorizedSitesResponse) String() string {
|
|
|
3165
3181
|
func (*AuthorizedSitesResponse) ProtoMessage() {}
|
|
3166
3182
|
|
|
3167
3183
|
func (x *AuthorizedSitesResponse) ProtoReflect() protoreflect.Message {
|
|
3168
|
-
mi := &
|
|
3184
|
+
mi := &file_multitenant_proto_msgTypes[48]
|
|
3169
3185
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3170
3186
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3171
3187
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3178,7 +3194,7 @@ func (x *AuthorizedSitesResponse) ProtoReflect() protoreflect.Message {
|
|
|
3178
3194
|
|
|
3179
3195
|
// Deprecated: Use AuthorizedSitesResponse.ProtoReflect.Descriptor instead.
|
|
3180
3196
|
func (*AuthorizedSitesResponse) Descriptor() ([]byte, []int) {
|
|
3181
|
-
return
|
|
3197
|
+
return file_multitenant_proto_rawDescGZIP(), []int{48}
|
|
3182
3198
|
}
|
|
3183
3199
|
|
|
3184
3200
|
func (x *AuthorizedSitesResponse) GetSite() []*Site {
|
|
@@ -3199,7 +3215,7 @@ type GetAccountIdsBySiteIdRequest struct {
|
|
|
3199
3215
|
func (x *GetAccountIdsBySiteIdRequest) Reset() {
|
|
3200
3216
|
*x = GetAccountIdsBySiteIdRequest{}
|
|
3201
3217
|
if protoimpl.UnsafeEnabled {
|
|
3202
|
-
mi := &
|
|
3218
|
+
mi := &file_multitenant_proto_msgTypes[49]
|
|
3203
3219
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3204
3220
|
ms.StoreMessageInfo(mi)
|
|
3205
3221
|
}
|
|
@@ -3212,7 +3228,7 @@ func (x *GetAccountIdsBySiteIdRequest) String() string {
|
|
|
3212
3228
|
func (*GetAccountIdsBySiteIdRequest) ProtoMessage() {}
|
|
3213
3229
|
|
|
3214
3230
|
func (x *GetAccountIdsBySiteIdRequest) ProtoReflect() protoreflect.Message {
|
|
3215
|
-
mi := &
|
|
3231
|
+
mi := &file_multitenant_proto_msgTypes[49]
|
|
3216
3232
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3217
3233
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3218
3234
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3225,7 +3241,7 @@ func (x *GetAccountIdsBySiteIdRequest) ProtoReflect() protoreflect.Message {
|
|
|
3225
3241
|
|
|
3226
3242
|
// Deprecated: Use GetAccountIdsBySiteIdRequest.ProtoReflect.Descriptor instead.
|
|
3227
3243
|
func (*GetAccountIdsBySiteIdRequest) Descriptor() ([]byte, []int) {
|
|
3228
|
-
return
|
|
3244
|
+
return file_multitenant_proto_rawDescGZIP(), []int{49}
|
|
3229
3245
|
}
|
|
3230
3246
|
|
|
3231
3247
|
func (x *GetAccountIdsBySiteIdRequest) GetSiteId() string {
|
|
@@ -3246,7 +3262,7 @@ type GetAccountIdsBySiteIdResponse struct {
|
|
|
3246
3262
|
func (x *GetAccountIdsBySiteIdResponse) Reset() {
|
|
3247
3263
|
*x = GetAccountIdsBySiteIdResponse{}
|
|
3248
3264
|
if protoimpl.UnsafeEnabled {
|
|
3249
|
-
mi := &
|
|
3265
|
+
mi := &file_multitenant_proto_msgTypes[50]
|
|
3250
3266
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3251
3267
|
ms.StoreMessageInfo(mi)
|
|
3252
3268
|
}
|
|
@@ -3259,7 +3275,7 @@ func (x *GetAccountIdsBySiteIdResponse) String() string {
|
|
|
3259
3275
|
func (*GetAccountIdsBySiteIdResponse) ProtoMessage() {}
|
|
3260
3276
|
|
|
3261
3277
|
func (x *GetAccountIdsBySiteIdResponse) ProtoReflect() protoreflect.Message {
|
|
3262
|
-
mi := &
|
|
3278
|
+
mi := &file_multitenant_proto_msgTypes[50]
|
|
3263
3279
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3264
3280
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3265
3281
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3272,7 +3288,7 @@ func (x *GetAccountIdsBySiteIdResponse) ProtoReflect() protoreflect.Message {
|
|
|
3272
3288
|
|
|
3273
3289
|
// Deprecated: Use GetAccountIdsBySiteIdResponse.ProtoReflect.Descriptor instead.
|
|
3274
3290
|
func (*GetAccountIdsBySiteIdResponse) Descriptor() ([]byte, []int) {
|
|
3275
|
-
return
|
|
3291
|
+
return file_multitenant_proto_rawDescGZIP(), []int{50}
|
|
3276
3292
|
}
|
|
3277
3293
|
|
|
3278
3294
|
func (x *GetAccountIdsBySiteIdResponse) GetAccountIds() []string {
|
|
@@ -3294,7 +3310,7 @@ type CheckManagerInApplicationRequest struct {
|
|
|
3294
3310
|
func (x *CheckManagerInApplicationRequest) Reset() {
|
|
3295
3311
|
*x = CheckManagerInApplicationRequest{}
|
|
3296
3312
|
if protoimpl.UnsafeEnabled {
|
|
3297
|
-
mi := &
|
|
3313
|
+
mi := &file_multitenant_proto_msgTypes[51]
|
|
3298
3314
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3299
3315
|
ms.StoreMessageInfo(mi)
|
|
3300
3316
|
}
|
|
@@ -3307,7 +3323,7 @@ func (x *CheckManagerInApplicationRequest) String() string {
|
|
|
3307
3323
|
func (*CheckManagerInApplicationRequest) ProtoMessage() {}
|
|
3308
3324
|
|
|
3309
3325
|
func (x *CheckManagerInApplicationRequest) ProtoReflect() protoreflect.Message {
|
|
3310
|
-
mi := &
|
|
3326
|
+
mi := &file_multitenant_proto_msgTypes[51]
|
|
3311
3327
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3312
3328
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3313
3329
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3320,7 +3336,7 @@ func (x *CheckManagerInApplicationRequest) ProtoReflect() protoreflect.Message {
|
|
|
3320
3336
|
|
|
3321
3337
|
// Deprecated: Use CheckManagerInApplicationRequest.ProtoReflect.Descriptor instead.
|
|
3322
3338
|
func (*CheckManagerInApplicationRequest) Descriptor() ([]byte, []int) {
|
|
3323
|
-
return
|
|
3339
|
+
return file_multitenant_proto_rawDescGZIP(), []int{51}
|
|
3324
3340
|
}
|
|
3325
3341
|
|
|
3326
3342
|
func (x *CheckManagerInApplicationRequest) GetApplicationId() string {
|
|
@@ -3348,7 +3364,7 @@ type CheckManagerInApplicationResponse struct {
|
|
|
3348
3364
|
func (x *CheckManagerInApplicationResponse) Reset() {
|
|
3349
3365
|
*x = CheckManagerInApplicationResponse{}
|
|
3350
3366
|
if protoimpl.UnsafeEnabled {
|
|
3351
|
-
mi := &
|
|
3367
|
+
mi := &file_multitenant_proto_msgTypes[52]
|
|
3352
3368
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3353
3369
|
ms.StoreMessageInfo(mi)
|
|
3354
3370
|
}
|
|
@@ -3361,7 +3377,7 @@ func (x *CheckManagerInApplicationResponse) String() string {
|
|
|
3361
3377
|
func (*CheckManagerInApplicationResponse) ProtoMessage() {}
|
|
3362
3378
|
|
|
3363
3379
|
func (x *CheckManagerInApplicationResponse) ProtoReflect() protoreflect.Message {
|
|
3364
|
-
mi := &
|
|
3380
|
+
mi := &file_multitenant_proto_msgTypes[52]
|
|
3365
3381
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3366
3382
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3367
3383
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3374,7 +3390,7 @@ func (x *CheckManagerInApplicationResponse) ProtoReflect() protoreflect.Message
|
|
|
3374
3390
|
|
|
3375
3391
|
// Deprecated: Use CheckManagerInApplicationResponse.ProtoReflect.Descriptor instead.
|
|
3376
3392
|
func (*CheckManagerInApplicationResponse) Descriptor() ([]byte, []int) {
|
|
3377
|
-
return
|
|
3393
|
+
return file_multitenant_proto_rawDescGZIP(), []int{52}
|
|
3378
3394
|
}
|
|
3379
3395
|
|
|
3380
3396
|
func (x *CheckManagerInApplicationResponse) GetIsManager() bool {
|
|
@@ -3401,7 +3417,7 @@ type Subscription struct {
|
|
|
3401
3417
|
func (x *Subscription) Reset() {
|
|
3402
3418
|
*x = Subscription{}
|
|
3403
3419
|
if protoimpl.UnsafeEnabled {
|
|
3404
|
-
mi := &
|
|
3420
|
+
mi := &file_multitenant_proto_msgTypes[53]
|
|
3405
3421
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3406
3422
|
ms.StoreMessageInfo(mi)
|
|
3407
3423
|
}
|
|
@@ -3414,7 +3430,7 @@ func (x *Subscription) String() string {
|
|
|
3414
3430
|
func (*Subscription) ProtoMessage() {}
|
|
3415
3431
|
|
|
3416
3432
|
func (x *Subscription) ProtoReflect() protoreflect.Message {
|
|
3417
|
-
mi := &
|
|
3433
|
+
mi := &file_multitenant_proto_msgTypes[53]
|
|
3418
3434
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3419
3435
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3420
3436
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3427,7 +3443,7 @@ func (x *Subscription) ProtoReflect() protoreflect.Message {
|
|
|
3427
3443
|
|
|
3428
3444
|
// Deprecated: Use Subscription.ProtoReflect.Descriptor instead.
|
|
3429
3445
|
func (*Subscription) Descriptor() ([]byte, []int) {
|
|
3430
|
-
return
|
|
3446
|
+
return file_multitenant_proto_rawDescGZIP(), []int{53}
|
|
3431
3447
|
}
|
|
3432
3448
|
|
|
3433
3449
|
func (x *Subscription) GetId() string {
|
|
@@ -3494,7 +3510,7 @@ type UpdateSiteSubscriptionRequest struct {
|
|
|
3494
3510
|
func (x *UpdateSiteSubscriptionRequest) Reset() {
|
|
3495
3511
|
*x = UpdateSiteSubscriptionRequest{}
|
|
3496
3512
|
if protoimpl.UnsafeEnabled {
|
|
3497
|
-
mi := &
|
|
3513
|
+
mi := &file_multitenant_proto_msgTypes[54]
|
|
3498
3514
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3499
3515
|
ms.StoreMessageInfo(mi)
|
|
3500
3516
|
}
|
|
@@ -3507,7 +3523,7 @@ func (x *UpdateSiteSubscriptionRequest) String() string {
|
|
|
3507
3523
|
func (*UpdateSiteSubscriptionRequest) ProtoMessage() {}
|
|
3508
3524
|
|
|
3509
3525
|
func (x *UpdateSiteSubscriptionRequest) ProtoReflect() protoreflect.Message {
|
|
3510
|
-
mi := &
|
|
3526
|
+
mi := &file_multitenant_proto_msgTypes[54]
|
|
3511
3527
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3512
3528
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3513
3529
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3520,7 +3536,7 @@ func (x *UpdateSiteSubscriptionRequest) ProtoReflect() protoreflect.Message {
|
|
|
3520
3536
|
|
|
3521
3537
|
// Deprecated: Use UpdateSiteSubscriptionRequest.ProtoReflect.Descriptor instead.
|
|
3522
3538
|
func (*UpdateSiteSubscriptionRequest) Descriptor() ([]byte, []int) {
|
|
3523
|
-
return
|
|
3539
|
+
return file_multitenant_proto_rawDescGZIP(), []int{54}
|
|
3524
3540
|
}
|
|
3525
3541
|
|
|
3526
3542
|
func (x *UpdateSiteSubscriptionRequest) GetSiteId() string {
|
|
@@ -3569,7 +3585,7 @@ type UpdateSiteSubscriptionResponse struct {
|
|
|
3569
3585
|
func (x *UpdateSiteSubscriptionResponse) Reset() {
|
|
3570
3586
|
*x = UpdateSiteSubscriptionResponse{}
|
|
3571
3587
|
if protoimpl.UnsafeEnabled {
|
|
3572
|
-
mi := &
|
|
3588
|
+
mi := &file_multitenant_proto_msgTypes[55]
|
|
3573
3589
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3574
3590
|
ms.StoreMessageInfo(mi)
|
|
3575
3591
|
}
|
|
@@ -3582,7 +3598,7 @@ func (x *UpdateSiteSubscriptionResponse) String() string {
|
|
|
3582
3598
|
func (*UpdateSiteSubscriptionResponse) ProtoMessage() {}
|
|
3583
3599
|
|
|
3584
3600
|
func (x *UpdateSiteSubscriptionResponse) ProtoReflect() protoreflect.Message {
|
|
3585
|
-
mi := &
|
|
3601
|
+
mi := &file_multitenant_proto_msgTypes[55]
|
|
3586
3602
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3587
3603
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3588
3604
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3595,7 +3611,7 @@ func (x *UpdateSiteSubscriptionResponse) ProtoReflect() protoreflect.Message {
|
|
|
3595
3611
|
|
|
3596
3612
|
// Deprecated: Use UpdateSiteSubscriptionResponse.ProtoReflect.Descriptor instead.
|
|
3597
3613
|
func (*UpdateSiteSubscriptionResponse) Descriptor() ([]byte, []int) {
|
|
3598
|
-
return
|
|
3614
|
+
return file_multitenant_proto_rawDescGZIP(), []int{55}
|
|
3599
3615
|
}
|
|
3600
3616
|
|
|
3601
3617
|
func (x *UpdateSiteSubscriptionResponse) GetSubscription() *Subscription {
|
|
@@ -3616,7 +3632,7 @@ type CreateTrialSiteAndInstallerRequest struct {
|
|
|
3616
3632
|
func (x *CreateTrialSiteAndInstallerRequest) Reset() {
|
|
3617
3633
|
*x = CreateTrialSiteAndInstallerRequest{}
|
|
3618
3634
|
if protoimpl.UnsafeEnabled {
|
|
3619
|
-
mi := &
|
|
3635
|
+
mi := &file_multitenant_proto_msgTypes[56]
|
|
3620
3636
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3621
3637
|
ms.StoreMessageInfo(mi)
|
|
3622
3638
|
}
|
|
@@ -3629,7 +3645,7 @@ func (x *CreateTrialSiteAndInstallerRequest) String() string {
|
|
|
3629
3645
|
func (*CreateTrialSiteAndInstallerRequest) ProtoMessage() {}
|
|
3630
3646
|
|
|
3631
3647
|
func (x *CreateTrialSiteAndInstallerRequest) ProtoReflect() protoreflect.Message {
|
|
3632
|
-
mi := &
|
|
3648
|
+
mi := &file_multitenant_proto_msgTypes[56]
|
|
3633
3649
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3634
3650
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3635
3651
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3642,7 +3658,7 @@ func (x *CreateTrialSiteAndInstallerRequest) ProtoReflect() protoreflect.Message
|
|
|
3642
3658
|
|
|
3643
3659
|
// Deprecated: Use CreateTrialSiteAndInstallerRequest.ProtoReflect.Descriptor instead.
|
|
3644
3660
|
func (*CreateTrialSiteAndInstallerRequest) Descriptor() ([]byte, []int) {
|
|
3645
|
-
return
|
|
3661
|
+
return file_multitenant_proto_rawDescGZIP(), []int{56}
|
|
3646
3662
|
}
|
|
3647
3663
|
|
|
3648
3664
|
func (x *CreateTrialSiteAndInstallerRequest) GetUserId() string {
|
|
@@ -3663,7 +3679,7 @@ type CreateTrialSiteAndInstallerResponse struct {
|
|
|
3663
3679
|
func (x *CreateTrialSiteAndInstallerResponse) Reset() {
|
|
3664
3680
|
*x = CreateTrialSiteAndInstallerResponse{}
|
|
3665
3681
|
if protoimpl.UnsafeEnabled {
|
|
3666
|
-
mi := &
|
|
3682
|
+
mi := &file_multitenant_proto_msgTypes[57]
|
|
3667
3683
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3668
3684
|
ms.StoreMessageInfo(mi)
|
|
3669
3685
|
}
|
|
@@ -3676,7 +3692,7 @@ func (x *CreateTrialSiteAndInstallerResponse) String() string {
|
|
|
3676
3692
|
func (*CreateTrialSiteAndInstallerResponse) ProtoMessage() {}
|
|
3677
3693
|
|
|
3678
3694
|
func (x *CreateTrialSiteAndInstallerResponse) ProtoReflect() protoreflect.Message {
|
|
3679
|
-
mi := &
|
|
3695
|
+
mi := &file_multitenant_proto_msgTypes[57]
|
|
3680
3696
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3681
3697
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3682
3698
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3689,7 +3705,7 @@ func (x *CreateTrialSiteAndInstallerResponse) ProtoReflect() protoreflect.Messag
|
|
|
3689
3705
|
|
|
3690
3706
|
// Deprecated: Use CreateTrialSiteAndInstallerResponse.ProtoReflect.Descriptor instead.
|
|
3691
3707
|
func (*CreateTrialSiteAndInstallerResponse) Descriptor() ([]byte, []int) {
|
|
3692
|
-
return
|
|
3708
|
+
return file_multitenant_proto_rawDescGZIP(), []int{57}
|
|
3693
3709
|
}
|
|
3694
3710
|
|
|
3695
3711
|
func (x *CreateTrialSiteAndInstallerResponse) GetInstallerCredentials() string {
|
|
@@ -3710,7 +3726,7 @@ type GetInstallationLicenseByClientIdRequest struct {
|
|
|
3710
3726
|
func (x *GetInstallationLicenseByClientIdRequest) Reset() {
|
|
3711
3727
|
*x = GetInstallationLicenseByClientIdRequest{}
|
|
3712
3728
|
if protoimpl.UnsafeEnabled {
|
|
3713
|
-
mi := &
|
|
3729
|
+
mi := &file_multitenant_proto_msgTypes[58]
|
|
3714
3730
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3715
3731
|
ms.StoreMessageInfo(mi)
|
|
3716
3732
|
}
|
|
@@ -3723,7 +3739,7 @@ func (x *GetInstallationLicenseByClientIdRequest) String() string {
|
|
|
3723
3739
|
func (*GetInstallationLicenseByClientIdRequest) ProtoMessage() {}
|
|
3724
3740
|
|
|
3725
3741
|
func (x *GetInstallationLicenseByClientIdRequest) ProtoReflect() protoreflect.Message {
|
|
3726
|
-
mi := &
|
|
3742
|
+
mi := &file_multitenant_proto_msgTypes[58]
|
|
3727
3743
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3728
3744
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3729
3745
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3736,7 +3752,7 @@ func (x *GetInstallationLicenseByClientIdRequest) ProtoReflect() protoreflect.Me
|
|
|
3736
3752
|
|
|
3737
3753
|
// Deprecated: Use GetInstallationLicenseByClientIdRequest.ProtoReflect.Descriptor instead.
|
|
3738
3754
|
func (*GetInstallationLicenseByClientIdRequest) Descriptor() ([]byte, []int) {
|
|
3739
|
-
return
|
|
3755
|
+
return file_multitenant_proto_rawDescGZIP(), []int{58}
|
|
3740
3756
|
}
|
|
3741
3757
|
|
|
3742
3758
|
func (x *GetInstallationLicenseByClientIdRequest) GetClientId() string {
|
|
@@ -3757,7 +3773,7 @@ type GetInstallationLicenseByClientIdResponse struct {
|
|
|
3757
3773
|
func (x *GetInstallationLicenseByClientIdResponse) Reset() {
|
|
3758
3774
|
*x = GetInstallationLicenseByClientIdResponse{}
|
|
3759
3775
|
if protoimpl.UnsafeEnabled {
|
|
3760
|
-
mi := &
|
|
3776
|
+
mi := &file_multitenant_proto_msgTypes[59]
|
|
3761
3777
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3762
3778
|
ms.StoreMessageInfo(mi)
|
|
3763
3779
|
}
|
|
@@ -3770,7 +3786,7 @@ func (x *GetInstallationLicenseByClientIdResponse) String() string {
|
|
|
3770
3786
|
func (*GetInstallationLicenseByClientIdResponse) ProtoMessage() {}
|
|
3771
3787
|
|
|
3772
3788
|
func (x *GetInstallationLicenseByClientIdResponse) ProtoReflect() protoreflect.Message {
|
|
3773
|
-
mi := &
|
|
3789
|
+
mi := &file_multitenant_proto_msgTypes[59]
|
|
3774
3790
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3775
3791
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3776
3792
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3783,7 +3799,7 @@ func (x *GetInstallationLicenseByClientIdResponse) ProtoReflect() protoreflect.M
|
|
|
3783
3799
|
|
|
3784
3800
|
// Deprecated: Use GetInstallationLicenseByClientIdResponse.ProtoReflect.Descriptor instead.
|
|
3785
3801
|
func (*GetInstallationLicenseByClientIdResponse) Descriptor() ([]byte, []int) {
|
|
3786
|
-
return
|
|
3802
|
+
return file_multitenant_proto_rawDescGZIP(), []int{59}
|
|
3787
3803
|
}
|
|
3788
3804
|
|
|
3789
3805
|
func (x *GetInstallationLicenseByClientIdResponse) GetLicense() string {
|
|
@@ -3793,7 +3809,7 @@ func (x *GetInstallationLicenseByClientIdResponse) GetLicense() string {
|
|
|
3793
3809
|
return ""
|
|
3794
3810
|
}
|
|
3795
3811
|
|
|
3796
|
-
// Deprecated: Marked as deprecated in
|
|
3812
|
+
// Deprecated: Marked as deprecated in multitenant.proto.
|
|
3797
3813
|
type AllProfileExistsRequest struct {
|
|
3798
3814
|
state protoimpl.MessageState
|
|
3799
3815
|
sizeCache protoimpl.SizeCache
|
|
@@ -3806,7 +3822,7 @@ type AllProfileExistsRequest struct {
|
|
|
3806
3822
|
func (x *AllProfileExistsRequest) Reset() {
|
|
3807
3823
|
*x = AllProfileExistsRequest{}
|
|
3808
3824
|
if protoimpl.UnsafeEnabled {
|
|
3809
|
-
mi := &
|
|
3825
|
+
mi := &file_multitenant_proto_msgTypes[60]
|
|
3810
3826
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3811
3827
|
ms.StoreMessageInfo(mi)
|
|
3812
3828
|
}
|
|
@@ -3819,7 +3835,7 @@ func (x *AllProfileExistsRequest) String() string {
|
|
|
3819
3835
|
func (*AllProfileExistsRequest) ProtoMessage() {}
|
|
3820
3836
|
|
|
3821
3837
|
func (x *AllProfileExistsRequest) ProtoReflect() protoreflect.Message {
|
|
3822
|
-
mi := &
|
|
3838
|
+
mi := &file_multitenant_proto_msgTypes[60]
|
|
3823
3839
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3824
3840
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3825
3841
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3832,7 +3848,7 @@ func (x *AllProfileExistsRequest) ProtoReflect() protoreflect.Message {
|
|
|
3832
3848
|
|
|
3833
3849
|
// Deprecated: Use AllProfileExistsRequest.ProtoReflect.Descriptor instead.
|
|
3834
3850
|
func (*AllProfileExistsRequest) Descriptor() ([]byte, []int) {
|
|
3835
|
-
return
|
|
3851
|
+
return file_multitenant_proto_rawDescGZIP(), []int{60}
|
|
3836
3852
|
}
|
|
3837
3853
|
|
|
3838
3854
|
func (x *AllProfileExistsRequest) GetSiteId() string {
|
|
@@ -3849,7 +3865,7 @@ func (x *AllProfileExistsRequest) GetEmails() []string {
|
|
|
3849
3865
|
return nil
|
|
3850
3866
|
}
|
|
3851
3867
|
|
|
3852
|
-
// Deprecated: Marked as deprecated in
|
|
3868
|
+
// Deprecated: Marked as deprecated in multitenant.proto.
|
|
3853
3869
|
type AllProfileExistsResponse struct {
|
|
3854
3870
|
state protoimpl.MessageState
|
|
3855
3871
|
sizeCache protoimpl.SizeCache
|
|
@@ -3861,7 +3877,7 @@ type AllProfileExistsResponse struct {
|
|
|
3861
3877
|
func (x *AllProfileExistsResponse) Reset() {
|
|
3862
3878
|
*x = AllProfileExistsResponse{}
|
|
3863
3879
|
if protoimpl.UnsafeEnabled {
|
|
3864
|
-
mi := &
|
|
3880
|
+
mi := &file_multitenant_proto_msgTypes[61]
|
|
3865
3881
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3866
3882
|
ms.StoreMessageInfo(mi)
|
|
3867
3883
|
}
|
|
@@ -3874,7 +3890,7 @@ func (x *AllProfileExistsResponse) String() string {
|
|
|
3874
3890
|
func (*AllProfileExistsResponse) ProtoMessage() {}
|
|
3875
3891
|
|
|
3876
3892
|
func (x *AllProfileExistsResponse) ProtoReflect() protoreflect.Message {
|
|
3877
|
-
mi := &
|
|
3893
|
+
mi := &file_multitenant_proto_msgTypes[61]
|
|
3878
3894
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3879
3895
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3880
3896
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3887,7 +3903,7 @@ func (x *AllProfileExistsResponse) ProtoReflect() protoreflect.Message {
|
|
|
3887
3903
|
|
|
3888
3904
|
// Deprecated: Use AllProfileExistsResponse.ProtoReflect.Descriptor instead.
|
|
3889
3905
|
func (*AllProfileExistsResponse) Descriptor() ([]byte, []int) {
|
|
3890
|
-
return
|
|
3906
|
+
return file_multitenant_proto_rawDescGZIP(), []int{61}
|
|
3891
3907
|
}
|
|
3892
3908
|
|
|
3893
3909
|
func (x *AllProfileExistsResponse) GetAll() bool {
|
|
@@ -3909,7 +3925,7 @@ type AllProfilesExistRequest struct {
|
|
|
3909
3925
|
func (x *AllProfilesExistRequest) Reset() {
|
|
3910
3926
|
*x = AllProfilesExistRequest{}
|
|
3911
3927
|
if protoimpl.UnsafeEnabled {
|
|
3912
|
-
mi := &
|
|
3928
|
+
mi := &file_multitenant_proto_msgTypes[62]
|
|
3913
3929
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3914
3930
|
ms.StoreMessageInfo(mi)
|
|
3915
3931
|
}
|
|
@@ -3922,7 +3938,7 @@ func (x *AllProfilesExistRequest) String() string {
|
|
|
3922
3938
|
func (*AllProfilesExistRequest) ProtoMessage() {}
|
|
3923
3939
|
|
|
3924
3940
|
func (x *AllProfilesExistRequest) ProtoReflect() protoreflect.Message {
|
|
3925
|
-
mi := &
|
|
3941
|
+
mi := &file_multitenant_proto_msgTypes[62]
|
|
3926
3942
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3927
3943
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3928
3944
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3935,7 +3951,7 @@ func (x *AllProfilesExistRequest) ProtoReflect() protoreflect.Message {
|
|
|
3935
3951
|
|
|
3936
3952
|
// Deprecated: Use AllProfilesExistRequest.ProtoReflect.Descriptor instead.
|
|
3937
3953
|
func (*AllProfilesExistRequest) Descriptor() ([]byte, []int) {
|
|
3938
|
-
return
|
|
3954
|
+
return file_multitenant_proto_rawDescGZIP(), []int{62}
|
|
3939
3955
|
}
|
|
3940
3956
|
|
|
3941
3957
|
func (x *AllProfilesExistRequest) GetSiteId() string {
|
|
@@ -3963,7 +3979,7 @@ type AllProfilesExistResponse struct {
|
|
|
3963
3979
|
func (x *AllProfilesExistResponse) Reset() {
|
|
3964
3980
|
*x = AllProfilesExistResponse{}
|
|
3965
3981
|
if protoimpl.UnsafeEnabled {
|
|
3966
|
-
mi := &
|
|
3982
|
+
mi := &file_multitenant_proto_msgTypes[63]
|
|
3967
3983
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3968
3984
|
ms.StoreMessageInfo(mi)
|
|
3969
3985
|
}
|
|
@@ -3976,7 +3992,7 @@ func (x *AllProfilesExistResponse) String() string {
|
|
|
3976
3992
|
func (*AllProfilesExistResponse) ProtoMessage() {}
|
|
3977
3993
|
|
|
3978
3994
|
func (x *AllProfilesExistResponse) ProtoReflect() protoreflect.Message {
|
|
3979
|
-
mi := &
|
|
3995
|
+
mi := &file_multitenant_proto_msgTypes[63]
|
|
3980
3996
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
3981
3997
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
3982
3998
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3989,7 +4005,7 @@ func (x *AllProfilesExistResponse) ProtoReflect() protoreflect.Message {
|
|
|
3989
4005
|
|
|
3990
4006
|
// Deprecated: Use AllProfilesExistResponse.ProtoReflect.Descriptor instead.
|
|
3991
4007
|
func (*AllProfilesExistResponse) Descriptor() ([]byte, []int) {
|
|
3992
|
-
return
|
|
4008
|
+
return file_multitenant_proto_rawDescGZIP(), []int{63}
|
|
3993
4009
|
}
|
|
3994
4010
|
|
|
3995
4011
|
func (x *AllProfilesExistResponse) GetAll() bool {
|
|
@@ -4010,7 +4026,7 @@ type SendInviteLocalUsersMailRequest struct {
|
|
|
4010
4026
|
func (x *SendInviteLocalUsersMailRequest) Reset() {
|
|
4011
4027
|
*x = SendInviteLocalUsersMailRequest{}
|
|
4012
4028
|
if protoimpl.UnsafeEnabled {
|
|
4013
|
-
mi := &
|
|
4029
|
+
mi := &file_multitenant_proto_msgTypes[64]
|
|
4014
4030
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4015
4031
|
ms.StoreMessageInfo(mi)
|
|
4016
4032
|
}
|
|
@@ -4023,7 +4039,7 @@ func (x *SendInviteLocalUsersMailRequest) String() string {
|
|
|
4023
4039
|
func (*SendInviteLocalUsersMailRequest) ProtoMessage() {}
|
|
4024
4040
|
|
|
4025
4041
|
func (x *SendInviteLocalUsersMailRequest) ProtoReflect() protoreflect.Message {
|
|
4026
|
-
mi := &
|
|
4042
|
+
mi := &file_multitenant_proto_msgTypes[64]
|
|
4027
4043
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
4028
4044
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4029
4045
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -4036,7 +4052,7 @@ func (x *SendInviteLocalUsersMailRequest) ProtoReflect() protoreflect.Message {
|
|
|
4036
4052
|
|
|
4037
4053
|
// Deprecated: Use SendInviteLocalUsersMailRequest.ProtoReflect.Descriptor instead.
|
|
4038
4054
|
func (*SendInviteLocalUsersMailRequest) Descriptor() ([]byte, []int) {
|
|
4039
|
-
return
|
|
4055
|
+
return file_multitenant_proto_rawDescGZIP(), []int{64}
|
|
4040
4056
|
}
|
|
4041
4057
|
|
|
4042
4058
|
func (x *SendInviteLocalUsersMailRequest) GetSiteId() string {
|
|
@@ -4057,7 +4073,7 @@ type SendInviteLocalUsersMailResponse struct {
|
|
|
4057
4073
|
func (x *SendInviteLocalUsersMailResponse) Reset() {
|
|
4058
4074
|
*x = SendInviteLocalUsersMailResponse{}
|
|
4059
4075
|
if protoimpl.UnsafeEnabled {
|
|
4060
|
-
mi := &
|
|
4076
|
+
mi := &file_multitenant_proto_msgTypes[65]
|
|
4061
4077
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4062
4078
|
ms.StoreMessageInfo(mi)
|
|
4063
4079
|
}
|
|
@@ -4070,7 +4086,7 @@ func (x *SendInviteLocalUsersMailResponse) String() string {
|
|
|
4070
4086
|
func (*SendInviteLocalUsersMailResponse) ProtoMessage() {}
|
|
4071
4087
|
|
|
4072
4088
|
func (x *SendInviteLocalUsersMailResponse) ProtoReflect() protoreflect.Message {
|
|
4073
|
-
mi := &
|
|
4089
|
+
mi := &file_multitenant_proto_msgTypes[65]
|
|
4074
4090
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
4075
4091
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4076
4092
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -4083,7 +4099,7 @@ func (x *SendInviteLocalUsersMailResponse) ProtoReflect() protoreflect.Message {
|
|
|
4083
4099
|
|
|
4084
4100
|
// Deprecated: Use SendInviteLocalUsersMailResponse.ProtoReflect.Descriptor instead.
|
|
4085
4101
|
func (*SendInviteLocalUsersMailResponse) Descriptor() ([]byte, []int) {
|
|
4086
|
-
return
|
|
4102
|
+
return file_multitenant_proto_rawDescGZIP(), []int{65}
|
|
4087
4103
|
}
|
|
4088
4104
|
|
|
4089
4105
|
func (x *SendInviteLocalUsersMailResponse) GetSent() bool {
|
|
@@ -4104,7 +4120,7 @@ type GetSiteSubscriptionRequest struct {
|
|
|
4104
4120
|
func (x *GetSiteSubscriptionRequest) Reset() {
|
|
4105
4121
|
*x = GetSiteSubscriptionRequest{}
|
|
4106
4122
|
if protoimpl.UnsafeEnabled {
|
|
4107
|
-
mi := &
|
|
4123
|
+
mi := &file_multitenant_proto_msgTypes[66]
|
|
4108
4124
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4109
4125
|
ms.StoreMessageInfo(mi)
|
|
4110
4126
|
}
|
|
@@ -4117,7 +4133,7 @@ func (x *GetSiteSubscriptionRequest) String() string {
|
|
|
4117
4133
|
func (*GetSiteSubscriptionRequest) ProtoMessage() {}
|
|
4118
4134
|
|
|
4119
4135
|
func (x *GetSiteSubscriptionRequest) ProtoReflect() protoreflect.Message {
|
|
4120
|
-
mi := &
|
|
4136
|
+
mi := &file_multitenant_proto_msgTypes[66]
|
|
4121
4137
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
4122
4138
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4123
4139
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -4130,7 +4146,7 @@ func (x *GetSiteSubscriptionRequest) ProtoReflect() protoreflect.Message {
|
|
|
4130
4146
|
|
|
4131
4147
|
// Deprecated: Use GetSiteSubscriptionRequest.ProtoReflect.Descriptor instead.
|
|
4132
4148
|
func (*GetSiteSubscriptionRequest) Descriptor() ([]byte, []int) {
|
|
4133
|
-
return
|
|
4149
|
+
return file_multitenant_proto_rawDescGZIP(), []int{66}
|
|
4134
4150
|
}
|
|
4135
4151
|
|
|
4136
4152
|
func (x *GetSiteSubscriptionRequest) GetSiteId() string {
|
|
@@ -4151,7 +4167,7 @@ type GetSiteSubscriptionResponse struct {
|
|
|
4151
4167
|
func (x *GetSiteSubscriptionResponse) Reset() {
|
|
4152
4168
|
*x = GetSiteSubscriptionResponse{}
|
|
4153
4169
|
if protoimpl.UnsafeEnabled {
|
|
4154
|
-
mi := &
|
|
4170
|
+
mi := &file_multitenant_proto_msgTypes[67]
|
|
4155
4171
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4156
4172
|
ms.StoreMessageInfo(mi)
|
|
4157
4173
|
}
|
|
@@ -4164,7 +4180,7 @@ func (x *GetSiteSubscriptionResponse) String() string {
|
|
|
4164
4180
|
func (*GetSiteSubscriptionResponse) ProtoMessage() {}
|
|
4165
4181
|
|
|
4166
4182
|
func (x *GetSiteSubscriptionResponse) ProtoReflect() protoreflect.Message {
|
|
4167
|
-
mi := &
|
|
4183
|
+
mi := &file_multitenant_proto_msgTypes[67]
|
|
4168
4184
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
4169
4185
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4170
4186
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -4177,7 +4193,7 @@ func (x *GetSiteSubscriptionResponse) ProtoReflect() protoreflect.Message {
|
|
|
4177
4193
|
|
|
4178
4194
|
// Deprecated: Use GetSiteSubscriptionResponse.ProtoReflect.Descriptor instead.
|
|
4179
4195
|
func (*GetSiteSubscriptionResponse) Descriptor() ([]byte, []int) {
|
|
4180
|
-
return
|
|
4196
|
+
return file_multitenant_proto_rawDescGZIP(), []int{67}
|
|
4181
4197
|
}
|
|
4182
4198
|
|
|
4183
4199
|
func (x *GetSiteSubscriptionResponse) GetType() SubscriptionType {
|
|
@@ -4199,7 +4215,7 @@ type CreateLinkingCodeRequest struct {
|
|
|
4199
4215
|
func (x *CreateLinkingCodeRequest) Reset() {
|
|
4200
4216
|
*x = CreateLinkingCodeRequest{}
|
|
4201
4217
|
if protoimpl.UnsafeEnabled {
|
|
4202
|
-
mi := &
|
|
4218
|
+
mi := &file_multitenant_proto_msgTypes[68]
|
|
4203
4219
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4204
4220
|
ms.StoreMessageInfo(mi)
|
|
4205
4221
|
}
|
|
@@ -4212,7 +4228,7 @@ func (x *CreateLinkingCodeRequest) String() string {
|
|
|
4212
4228
|
func (*CreateLinkingCodeRequest) ProtoMessage() {}
|
|
4213
4229
|
|
|
4214
4230
|
func (x *CreateLinkingCodeRequest) ProtoReflect() protoreflect.Message {
|
|
4215
|
-
mi := &
|
|
4231
|
+
mi := &file_multitenant_proto_msgTypes[68]
|
|
4216
4232
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
4217
4233
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4218
4234
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -4225,7 +4241,7 @@ func (x *CreateLinkingCodeRequest) ProtoReflect() protoreflect.Message {
|
|
|
4225
4241
|
|
|
4226
4242
|
// Deprecated: Use CreateLinkingCodeRequest.ProtoReflect.Descriptor instead.
|
|
4227
4243
|
func (*CreateLinkingCodeRequest) Descriptor() ([]byte, []int) {
|
|
4228
|
-
return
|
|
4244
|
+
return file_multitenant_proto_rawDescGZIP(), []int{68}
|
|
4229
4245
|
}
|
|
4230
4246
|
|
|
4231
4247
|
func (x *CreateLinkingCodeRequest) GetSiteId() string {
|
|
@@ -4253,7 +4269,7 @@ type CreateLinkingCodeResponse struct {
|
|
|
4253
4269
|
func (x *CreateLinkingCodeResponse) Reset() {
|
|
4254
4270
|
*x = CreateLinkingCodeResponse{}
|
|
4255
4271
|
if protoimpl.UnsafeEnabled {
|
|
4256
|
-
mi := &
|
|
4272
|
+
mi := &file_multitenant_proto_msgTypes[69]
|
|
4257
4273
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4258
4274
|
ms.StoreMessageInfo(mi)
|
|
4259
4275
|
}
|
|
@@ -4266,7 +4282,7 @@ func (x *CreateLinkingCodeResponse) String() string {
|
|
|
4266
4282
|
func (*CreateLinkingCodeResponse) ProtoMessage() {}
|
|
4267
4283
|
|
|
4268
4284
|
func (x *CreateLinkingCodeResponse) ProtoReflect() protoreflect.Message {
|
|
4269
|
-
mi := &
|
|
4285
|
+
mi := &file_multitenant_proto_msgTypes[69]
|
|
4270
4286
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
4271
4287
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4272
4288
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -4279,7 +4295,7 @@ func (x *CreateLinkingCodeResponse) ProtoReflect() protoreflect.Message {
|
|
|
4279
4295
|
|
|
4280
4296
|
// Deprecated: Use CreateLinkingCodeResponse.ProtoReflect.Descriptor instead.
|
|
4281
4297
|
func (*CreateLinkingCodeResponse) Descriptor() ([]byte, []int) {
|
|
4282
|
-
return
|
|
4298
|
+
return file_multitenant_proto_rawDescGZIP(), []int{69}
|
|
4283
4299
|
}
|
|
4284
4300
|
|
|
4285
4301
|
func (x *CreateLinkingCodeResponse) GetCode() string {
|
|
@@ -4300,7 +4316,7 @@ type GetSiteIdsWithIntegrationData struct {
|
|
|
4300
4316
|
func (x *GetSiteIdsWithIntegrationData) Reset() {
|
|
4301
4317
|
*x = GetSiteIdsWithIntegrationData{}
|
|
4302
4318
|
if protoimpl.UnsafeEnabled {
|
|
4303
|
-
mi := &
|
|
4319
|
+
mi := &file_multitenant_proto_msgTypes[70]
|
|
4304
4320
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4305
4321
|
ms.StoreMessageInfo(mi)
|
|
4306
4322
|
}
|
|
@@ -4313,7 +4329,7 @@ func (x *GetSiteIdsWithIntegrationData) String() string {
|
|
|
4313
4329
|
func (*GetSiteIdsWithIntegrationData) ProtoMessage() {}
|
|
4314
4330
|
|
|
4315
4331
|
func (x *GetSiteIdsWithIntegrationData) ProtoReflect() protoreflect.Message {
|
|
4316
|
-
mi := &
|
|
4332
|
+
mi := &file_multitenant_proto_msgTypes[70]
|
|
4317
4333
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
4318
4334
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4319
4335
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -4326,7 +4342,7 @@ func (x *GetSiteIdsWithIntegrationData) ProtoReflect() protoreflect.Message {
|
|
|
4326
4342
|
|
|
4327
4343
|
// Deprecated: Use GetSiteIdsWithIntegrationData.ProtoReflect.Descriptor instead.
|
|
4328
4344
|
func (*GetSiteIdsWithIntegrationData) Descriptor() ([]byte, []int) {
|
|
4329
|
-
return
|
|
4345
|
+
return file_multitenant_proto_rawDescGZIP(), []int{70}
|
|
4330
4346
|
}
|
|
4331
4347
|
|
|
4332
4348
|
func (x *GetSiteIdsWithIntegrationData) GetSiteIds() []string {
|
|
@@ -4348,7 +4364,7 @@ type CheckAccessToSiteByAccountIdRequest_UserInfo struct {
|
|
|
4348
4364
|
func (x *CheckAccessToSiteByAccountIdRequest_UserInfo) Reset() {
|
|
4349
4365
|
*x = CheckAccessToSiteByAccountIdRequest_UserInfo{}
|
|
4350
4366
|
if protoimpl.UnsafeEnabled {
|
|
4351
|
-
mi := &
|
|
4367
|
+
mi := &file_multitenant_proto_msgTypes[71]
|
|
4352
4368
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4353
4369
|
ms.StoreMessageInfo(mi)
|
|
4354
4370
|
}
|
|
@@ -4361,7 +4377,7 @@ func (x *CheckAccessToSiteByAccountIdRequest_UserInfo) String() string {
|
|
|
4361
4377
|
func (*CheckAccessToSiteByAccountIdRequest_UserInfo) ProtoMessage() {}
|
|
4362
4378
|
|
|
4363
4379
|
func (x *CheckAccessToSiteByAccountIdRequest_UserInfo) ProtoReflect() protoreflect.Message {
|
|
4364
|
-
mi := &
|
|
4380
|
+
mi := &file_multitenant_proto_msgTypes[71]
|
|
4365
4381
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
4366
4382
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4367
4383
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -4374,7 +4390,7 @@ func (x *CheckAccessToSiteByAccountIdRequest_UserInfo) ProtoReflect() protorefle
|
|
|
4374
4390
|
|
|
4375
4391
|
// Deprecated: Use CheckAccessToSiteByAccountIdRequest_UserInfo.ProtoReflect.Descriptor instead.
|
|
4376
4392
|
func (*CheckAccessToSiteByAccountIdRequest_UserInfo) Descriptor() ([]byte, []int) {
|
|
4377
|
-
return
|
|
4393
|
+
return file_multitenant_proto_rawDescGZIP(), []int{11, 0}
|
|
4378
4394
|
}
|
|
4379
4395
|
|
|
4380
4396
|
func (x *CheckAccessToSiteByAccountIdRequest_UserInfo) GetHasMfa() bool {
|
|
@@ -4402,7 +4418,7 @@ type Install_InstallState struct {
|
|
|
4402
4418
|
func (x *Install_InstallState) Reset() {
|
|
4403
4419
|
*x = Install_InstallState{}
|
|
4404
4420
|
if protoimpl.UnsafeEnabled {
|
|
4405
|
-
mi := &
|
|
4421
|
+
mi := &file_multitenant_proto_msgTypes[72]
|
|
4406
4422
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4407
4423
|
ms.StoreMessageInfo(mi)
|
|
4408
4424
|
}
|
|
@@ -4415,7 +4431,7 @@ func (x *Install_InstallState) String() string {
|
|
|
4415
4431
|
func (*Install_InstallState) ProtoMessage() {}
|
|
4416
4432
|
|
|
4417
4433
|
func (x *Install_InstallState) ProtoReflect() protoreflect.Message {
|
|
4418
|
-
mi := &
|
|
4434
|
+
mi := &file_multitenant_proto_msgTypes[72]
|
|
4419
4435
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
4420
4436
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4421
4437
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -4428,7 +4444,7 @@ func (x *Install_InstallState) ProtoReflect() protoreflect.Message {
|
|
|
4428
4444
|
|
|
4429
4445
|
// Deprecated: Use Install_InstallState.ProtoReflect.Descriptor instead.
|
|
4430
4446
|
func (*Install_InstallState) Descriptor() ([]byte, []int) {
|
|
4431
|
-
return
|
|
4447
|
+
return file_multitenant_proto_rawDescGZIP(), []int{13, 0}
|
|
4432
4448
|
}
|
|
4433
4449
|
|
|
4434
4450
|
func (x *Install_InstallState) GetValue() InstallStateValue {
|
|
@@ -4444,7 +4460,7 @@ type GetInstallsBySiteRequest_Filter struct {
|
|
|
4444
4460
|
unknownFields protoimpl.UnknownFields
|
|
4445
4461
|
|
|
4446
4462
|
State InstallStateValue `protobuf:"varint,1,opt,name=state,proto3,enum=lansweeper.multitenant.v1.InstallStateValue" json:"state,omitempty"`
|
|
4447
|
-
// Deprecated: Marked as deprecated in
|
|
4463
|
+
// Deprecated: Marked as deprecated in multitenant.proto.
|
|
4448
4464
|
Type InstallType `protobuf:"varint,2,opt,name=type,proto3,enum=lansweeper.multitenant.v1.InstallType" json:"type,omitempty"`
|
|
4449
4465
|
InstallType *NullableInstallType `protobuf:"bytes,3,opt,name=install_type,json=installType,proto3" json:"install_type,omitempty"`
|
|
4450
4466
|
}
|
|
@@ -4452,7 +4468,7 @@ type GetInstallsBySiteRequest_Filter struct {
|
|
|
4452
4468
|
func (x *GetInstallsBySiteRequest_Filter) Reset() {
|
|
4453
4469
|
*x = GetInstallsBySiteRequest_Filter{}
|
|
4454
4470
|
if protoimpl.UnsafeEnabled {
|
|
4455
|
-
mi := &
|
|
4471
|
+
mi := &file_multitenant_proto_msgTypes[73]
|
|
4456
4472
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4457
4473
|
ms.StoreMessageInfo(mi)
|
|
4458
4474
|
}
|
|
@@ -4465,7 +4481,7 @@ func (x *GetInstallsBySiteRequest_Filter) String() string {
|
|
|
4465
4481
|
func (*GetInstallsBySiteRequest_Filter) ProtoMessage() {}
|
|
4466
4482
|
|
|
4467
4483
|
func (x *GetInstallsBySiteRequest_Filter) ProtoReflect() protoreflect.Message {
|
|
4468
|
-
mi := &
|
|
4484
|
+
mi := &file_multitenant_proto_msgTypes[73]
|
|
4469
4485
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
4470
4486
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4471
4487
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -4478,7 +4494,7 @@ func (x *GetInstallsBySiteRequest_Filter) ProtoReflect() protoreflect.Message {
|
|
|
4478
4494
|
|
|
4479
4495
|
// Deprecated: Use GetInstallsBySiteRequest_Filter.ProtoReflect.Descriptor instead.
|
|
4480
4496
|
func (*GetInstallsBySiteRequest_Filter) Descriptor() ([]byte, []int) {
|
|
4481
|
-
return
|
|
4497
|
+
return file_multitenant_proto_rawDescGZIP(), []int{20, 0}
|
|
4482
4498
|
}
|
|
4483
4499
|
|
|
4484
4500
|
func (x *GetInstallsBySiteRequest_Filter) GetState() InstallStateValue {
|
|
@@ -4488,7 +4504,7 @@ func (x *GetInstallsBySiteRequest_Filter) GetState() InstallStateValue {
|
|
|
4488
4504
|
return InstallStateValue_INSTALL_STATE_VALUE_UNESPECIFIED
|
|
4489
4505
|
}
|
|
4490
4506
|
|
|
4491
|
-
// Deprecated: Marked as deprecated in
|
|
4507
|
+
// Deprecated: Marked as deprecated in multitenant.proto.
|
|
4492
4508
|
func (x *GetInstallsBySiteRequest_Filter) GetType() InstallType {
|
|
4493
4509
|
if x != nil {
|
|
4494
4510
|
return x.Type
|
|
@@ -4517,7 +4533,7 @@ type UpdateInstallByClientIdRequest_SyncerSettings struct {
|
|
|
4517
4533
|
func (x *UpdateInstallByClientIdRequest_SyncerSettings) Reset() {
|
|
4518
4534
|
*x = UpdateInstallByClientIdRequest_SyncerSettings{}
|
|
4519
4535
|
if protoimpl.UnsafeEnabled {
|
|
4520
|
-
mi := &
|
|
4536
|
+
mi := &file_multitenant_proto_msgTypes[74]
|
|
4521
4537
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4522
4538
|
ms.StoreMessageInfo(mi)
|
|
4523
4539
|
}
|
|
@@ -4530,7 +4546,7 @@ func (x *UpdateInstallByClientIdRequest_SyncerSettings) String() string {
|
|
|
4530
4546
|
func (*UpdateInstallByClientIdRequest_SyncerSettings) ProtoMessage() {}
|
|
4531
4547
|
|
|
4532
4548
|
func (x *UpdateInstallByClientIdRequest_SyncerSettings) ProtoReflect() protoreflect.Message {
|
|
4533
|
-
mi := &
|
|
4549
|
+
mi := &file_multitenant_proto_msgTypes[74]
|
|
4534
4550
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
4535
4551
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4536
4552
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -4543,7 +4559,7 @@ func (x *UpdateInstallByClientIdRequest_SyncerSettings) ProtoReflect() protorefl
|
|
|
4543
4559
|
|
|
4544
4560
|
// Deprecated: Use UpdateInstallByClientIdRequest_SyncerSettings.ProtoReflect.Descriptor instead.
|
|
4545
4561
|
func (*UpdateInstallByClientIdRequest_SyncerSettings) Descriptor() ([]byte, []int) {
|
|
4546
|
-
return
|
|
4562
|
+
return file_multitenant_proto_rawDescGZIP(), []int{28, 0}
|
|
4547
4563
|
}
|
|
4548
4564
|
|
|
4549
4565
|
func (x *UpdateInstallByClientIdRequest_SyncerSettings) GetSendChangedDataTimeout() string {
|
|
@@ -4586,7 +4602,7 @@ type RemoveInstallDataBySiteIdResponse_Result struct {
|
|
|
4586
4602
|
func (x *RemoveInstallDataBySiteIdResponse_Result) Reset() {
|
|
4587
4603
|
*x = RemoveInstallDataBySiteIdResponse_Result{}
|
|
4588
4604
|
if protoimpl.UnsafeEnabled {
|
|
4589
|
-
mi := &
|
|
4605
|
+
mi := &file_multitenant_proto_msgTypes[75]
|
|
4590
4606
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4591
4607
|
ms.StoreMessageInfo(mi)
|
|
4592
4608
|
}
|
|
@@ -4599,7 +4615,7 @@ func (x *RemoveInstallDataBySiteIdResponse_Result) String() string {
|
|
|
4599
4615
|
func (*RemoveInstallDataBySiteIdResponse_Result) ProtoMessage() {}
|
|
4600
4616
|
|
|
4601
4617
|
func (x *RemoveInstallDataBySiteIdResponse_Result) ProtoReflect() protoreflect.Message {
|
|
4602
|
-
mi := &
|
|
4618
|
+
mi := &file_multitenant_proto_msgTypes[75]
|
|
4603
4619
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
4604
4620
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4605
4621
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -4612,7 +4628,7 @@ func (x *RemoveInstallDataBySiteIdResponse_Result) ProtoReflect() protoreflect.M
|
|
|
4612
4628
|
|
|
4613
4629
|
// Deprecated: Use RemoveInstallDataBySiteIdResponse_Result.ProtoReflect.Descriptor instead.
|
|
4614
4630
|
func (*RemoveInstallDataBySiteIdResponse_Result) Descriptor() ([]byte, []int) {
|
|
4615
|
-
return
|
|
4631
|
+
return file_multitenant_proto_rawDescGZIP(), []int{37, 0}
|
|
4616
4632
|
}
|
|
4617
4633
|
|
|
4618
4634
|
func (x *RemoveInstallDataBySiteIdResponse_Result) GetInstallId() string {
|
|
@@ -4641,7 +4657,7 @@ type GetUserPermissionsResponse_AuthorizationAction struct {
|
|
|
4641
4657
|
func (x *GetUserPermissionsResponse_AuthorizationAction) Reset() {
|
|
4642
4658
|
*x = GetUserPermissionsResponse_AuthorizationAction{}
|
|
4643
4659
|
if protoimpl.UnsafeEnabled {
|
|
4644
|
-
mi := &
|
|
4660
|
+
mi := &file_multitenant_proto_msgTypes[76]
|
|
4645
4661
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4646
4662
|
ms.StoreMessageInfo(mi)
|
|
4647
4663
|
}
|
|
@@ -4654,7 +4670,7 @@ func (x *GetUserPermissionsResponse_AuthorizationAction) String() string {
|
|
|
4654
4670
|
func (*GetUserPermissionsResponse_AuthorizationAction) ProtoMessage() {}
|
|
4655
4671
|
|
|
4656
4672
|
func (x *GetUserPermissionsResponse_AuthorizationAction) ProtoReflect() protoreflect.Message {
|
|
4657
|
-
mi := &
|
|
4673
|
+
mi := &file_multitenant_proto_msgTypes[76]
|
|
4658
4674
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
4659
4675
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4660
4676
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -4667,7 +4683,7 @@ func (x *GetUserPermissionsResponse_AuthorizationAction) ProtoReflect() protoref
|
|
|
4667
4683
|
|
|
4668
4684
|
// Deprecated: Use GetUserPermissionsResponse_AuthorizationAction.ProtoReflect.Descriptor instead.
|
|
4669
4685
|
func (*GetUserPermissionsResponse_AuthorizationAction) Descriptor() ([]byte, []int) {
|
|
4670
|
-
return
|
|
4686
|
+
return file_multitenant_proto_rawDescGZIP(), []int{41, 0}
|
|
4671
4687
|
}
|
|
4672
4688
|
|
|
4673
4689
|
func (x *GetUserPermissionsResponse_AuthorizationAction) GetKey() string {
|
|
@@ -4695,7 +4711,7 @@ type GetUserPermissionsResponse_Scope struct {
|
|
|
4695
4711
|
func (x *GetUserPermissionsResponse_Scope) Reset() {
|
|
4696
4712
|
*x = GetUserPermissionsResponse_Scope{}
|
|
4697
4713
|
if protoimpl.UnsafeEnabled {
|
|
4698
|
-
mi := &
|
|
4714
|
+
mi := &file_multitenant_proto_msgTypes[77]
|
|
4699
4715
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4700
4716
|
ms.StoreMessageInfo(mi)
|
|
4701
4717
|
}
|
|
@@ -4708,7 +4724,7 @@ func (x *GetUserPermissionsResponse_Scope) String() string {
|
|
|
4708
4724
|
func (*GetUserPermissionsResponse_Scope) ProtoMessage() {}
|
|
4709
4725
|
|
|
4710
4726
|
func (x *GetUserPermissionsResponse_Scope) ProtoReflect() protoreflect.Message {
|
|
4711
|
-
mi := &
|
|
4727
|
+
mi := &file_multitenant_proto_msgTypes[77]
|
|
4712
4728
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
4713
4729
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4714
4730
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -4721,7 +4737,7 @@ func (x *GetUserPermissionsResponse_Scope) ProtoReflect() protoreflect.Message {
|
|
|
4721
4737
|
|
|
4722
4738
|
// Deprecated: Use GetUserPermissionsResponse_Scope.ProtoReflect.Descriptor instead.
|
|
4723
4739
|
func (*GetUserPermissionsResponse_Scope) Descriptor() ([]byte, []int) {
|
|
4724
|
-
return
|
|
4740
|
+
return file_multitenant_proto_rawDescGZIP(), []int{41, 1}
|
|
4725
4741
|
}
|
|
4726
4742
|
|
|
4727
4743
|
func (x *GetUserPermissionsResponse_Scope) GetId() string {
|
|
@@ -4745,7 +4761,7 @@ type GetUserPermissionsResponse_Role struct {
|
|
|
4745
4761
|
func (x *GetUserPermissionsResponse_Role) Reset() {
|
|
4746
4762
|
*x = GetUserPermissionsResponse_Role{}
|
|
4747
4763
|
if protoimpl.UnsafeEnabled {
|
|
4748
|
-
mi := &
|
|
4764
|
+
mi := &file_multitenant_proto_msgTypes[78]
|
|
4749
4765
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4750
4766
|
ms.StoreMessageInfo(mi)
|
|
4751
4767
|
}
|
|
@@ -4758,7 +4774,7 @@ func (x *GetUserPermissionsResponse_Role) String() string {
|
|
|
4758
4774
|
func (*GetUserPermissionsResponse_Role) ProtoMessage() {}
|
|
4759
4775
|
|
|
4760
4776
|
func (x *GetUserPermissionsResponse_Role) ProtoReflect() protoreflect.Message {
|
|
4761
|
-
mi := &
|
|
4777
|
+
mi := &file_multitenant_proto_msgTypes[78]
|
|
4762
4778
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
4763
4779
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4764
4780
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -4771,7 +4787,7 @@ func (x *GetUserPermissionsResponse_Role) ProtoReflect() protoreflect.Message {
|
|
|
4771
4787
|
|
|
4772
4788
|
// Deprecated: Use GetUserPermissionsResponse_Role.ProtoReflect.Descriptor instead.
|
|
4773
4789
|
func (*GetUserPermissionsResponse_Role) Descriptor() ([]byte, []int) {
|
|
4774
|
-
return
|
|
4790
|
+
return file_multitenant_proto_rawDescGZIP(), []int{41, 2}
|
|
4775
4791
|
}
|
|
4776
4792
|
|
|
4777
4793
|
func (x *GetUserPermissionsResponse_Role) GetId() string {
|
|
@@ -4808,7 +4824,7 @@ type DisableWebhookEmailRequest_WebhookError struct {
|
|
|
4808
4824
|
unknownFields protoimpl.UnknownFields
|
|
4809
4825
|
|
|
4810
4826
|
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
|
|
4811
|
-
// Deprecated: Marked as deprecated in
|
|
4827
|
+
// Deprecated: Marked as deprecated in multitenant.proto.
|
|
4812
4828
|
Messsage string `protobuf:"bytes,2,opt,name=messsage,proto3" json:"messsage,omitempty"`
|
|
4813
4829
|
Timestamp string `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
|
|
4814
4830
|
Message string `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
|
|
@@ -4817,7 +4833,7 @@ type DisableWebhookEmailRequest_WebhookError struct {
|
|
|
4817
4833
|
func (x *DisableWebhookEmailRequest_WebhookError) Reset() {
|
|
4818
4834
|
*x = DisableWebhookEmailRequest_WebhookError{}
|
|
4819
4835
|
if protoimpl.UnsafeEnabled {
|
|
4820
|
-
mi := &
|
|
4836
|
+
mi := &file_multitenant_proto_msgTypes[79]
|
|
4821
4837
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4822
4838
|
ms.StoreMessageInfo(mi)
|
|
4823
4839
|
}
|
|
@@ -4830,7 +4846,7 @@ func (x *DisableWebhookEmailRequest_WebhookError) String() string {
|
|
|
4830
4846
|
func (*DisableWebhookEmailRequest_WebhookError) ProtoMessage() {}
|
|
4831
4847
|
|
|
4832
4848
|
func (x *DisableWebhookEmailRequest_WebhookError) ProtoReflect() protoreflect.Message {
|
|
4833
|
-
mi := &
|
|
4849
|
+
mi := &file_multitenant_proto_msgTypes[79]
|
|
4834
4850
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
4835
4851
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
4836
4852
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -4843,7 +4859,7 @@ func (x *DisableWebhookEmailRequest_WebhookError) ProtoReflect() protoreflect.Me
|
|
|
4843
4859
|
|
|
4844
4860
|
// Deprecated: Use DisableWebhookEmailRequest_WebhookError.ProtoReflect.Descriptor instead.
|
|
4845
4861
|
func (*DisableWebhookEmailRequest_WebhookError) Descriptor() ([]byte, []int) {
|
|
4846
|
-
return
|
|
4862
|
+
return file_multitenant_proto_rawDescGZIP(), []int{44, 0}
|
|
4847
4863
|
}
|
|
4848
4864
|
|
|
4849
4865
|
func (x *DisableWebhookEmailRequest_WebhookError) GetCode() string {
|
|
@@ -4853,7 +4869,7 @@ func (x *DisableWebhookEmailRequest_WebhookError) GetCode() string {
|
|
|
4853
4869
|
return ""
|
|
4854
4870
|
}
|
|
4855
4871
|
|
|
4856
|
-
// Deprecated: Marked as deprecated in
|
|
4872
|
+
// Deprecated: Marked as deprecated in multitenant.proto.
|
|
4857
4873
|
func (x *DisableWebhookEmailRequest_WebhookError) GetMesssage() string {
|
|
4858
4874
|
if x != nil {
|
|
4859
4875
|
return x.Messsage
|
|
@@ -4875,12 +4891,10 @@ func (x *DisableWebhookEmailRequest_WebhookError) GetMessage() string {
|
|
|
4875
4891
|
return ""
|
|
4876
4892
|
}
|
|
4877
4893
|
|
|
4878
|
-
var
|
|
4894
|
+
var File_multitenant_proto protoreflect.FileDescriptor
|
|
4879
4895
|
|
|
4880
|
-
var
|
|
4881
|
-
0x0a,
|
|
4882
|
-
0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2f, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x70, 0x72, 0x6f, 0x74,
|
|
4883
|
-
0x6f, 0x2f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x70, 0x72,
|
|
4896
|
+
var file_multitenant_proto_rawDesc = []byte{
|
|
4897
|
+
0x0a, 0x11, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x70, 0x72,
|
|
4884
4898
|
0x6f, 0x74, 0x6f, 0x12, 0x19, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
4885
4899
|
0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x22, 0x9d,
|
|
4886
4900
|
0x01, 0x0a, 0x0e, 0x50, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e,
|
|
@@ -5073,7 +5087,7 @@ var file_packages_multitenant_grpc_proto_multitenant_proto_rawDesc = []byte{
|
|
|
5073
5087
|
0x0a, 0x07, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
5074
5088
|
0x22, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c,
|
|
5075
5089
|
0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x73, 0x74,
|
|
5076
|
-
0x61, 0x6c, 0x6c, 0x52, 0x07, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x22,
|
|
5090
|
+
0x61, 0x6c, 0x6c, 0x52, 0x07, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x22, 0xea, 0x02, 0x0a,
|
|
5077
5091
|
0x14, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x52, 0x65,
|
|
5078
5092
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64,
|
|
5079
5093
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x21,
|
|
@@ -5094,739 +5108,743 @@ var file_packages_multitenant_grpc_proto_multitenant_proto_rawDesc = []byte{
|
|
|
5094
5108
|
0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x26, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
5095
5109
|
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e,
|
|
5096
5110
|
0x74, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x54, 0x79, 0x70, 0x65,
|
|
5097
|
-
0x52, 0x04, 0x74, 0x79, 0x70, 0x65,
|
|
5098
|
-
|
|
5099
|
-
|
|
5100
|
-
|
|
5101
|
-
|
|
5102
|
-
|
|
5103
|
-
|
|
5104
|
-
|
|
5105
|
-
|
|
5106
|
-
|
|
5107
|
-
|
|
5108
|
-
|
|
5109
|
-
|
|
5110
|
-
|
|
5111
|
-
|
|
5112
|
-
|
|
5113
|
-
|
|
5114
|
-
|
|
5115
|
-
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
0x12,
|
|
5111
|
+
0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74,
|
|
5112
|
+
0x5f, 0x69, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e,
|
|
5113
|
+
0x74, 0x49, 0x64, 0x4a, 0x04, 0x08, 0x02, 0x10, 0x03, 0x22, 0xa6, 0x01, 0x0a, 0x15, 0x43, 0x72,
|
|
5114
|
+
0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
5115
|
+
0x6e, 0x73, 0x65, 0x12, 0x3c, 0x0a, 0x07, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x18, 0x01,
|
|
5116
|
+
0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
5117
|
+
0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31,
|
|
5118
|
+
0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x52, 0x07, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c,
|
|
5119
|
+
0x6c, 0x12, 0x4f, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73,
|
|
5120
|
+
0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
5121
|
+
0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e,
|
|
5122
|
+
0x76, 0x31, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e,
|
|
5123
|
+
0x74, 0x69, 0x61, 0x6c, 0x73, 0x52, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61,
|
|
5124
|
+
0x6c, 0x73, 0x22, 0x95, 0x02, 0x0a, 0x1b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x6e, 0x64,
|
|
5125
|
+
0x4c, 0x69, 0x6e, 0x6b, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
5126
|
+
0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
5127
|
+
0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x64,
|
|
5128
|
+
0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
5129
|
+
0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20,
|
|
5130
|
+
0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20,
|
|
5131
|
+
0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e,
|
|
5132
|
+
0x12, 0x1b, 0x0a, 0x09, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20,
|
|
5133
|
+
0x01, 0x28, 0x09, 0x52, 0x08, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x49, 0x64, 0x12, 0x3a, 0x0a,
|
|
5134
|
+
0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x26, 0x2e, 0x6c, 0x61,
|
|
5135
|
+
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65,
|
|
5136
|
+
0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x54,
|
|
5137
|
+
0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0d, 0x63, 0x72, 0x65,
|
|
5138
|
+
0x61, 0x74, 0x65, 0x64, 0x5f, 0x62, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
|
|
5139
|
+
0x52, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x42, 0x79, 0x49, 0x64, 0x12, 0x1b, 0x0a,
|
|
5140
|
+
0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09,
|
|
5141
|
+
0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x22, 0xc7, 0x01, 0x0a, 0x1c, 0x43,
|
|
5142
|
+
0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6e, 0x6b, 0x49, 0x6e, 0x73, 0x74,
|
|
5143
|
+
0x61, 0x6c, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3c, 0x0a, 0x07, 0x69,
|
|
5144
|
+
0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6c,
|
|
5145
|
+
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74,
|
|
5146
|
+
0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c,
|
|
5147
|
+
0x52, 0x07, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x12, 0x4f, 0x0a, 0x0b, 0x63, 0x72, 0x65,
|
|
5148
|
+
0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d,
|
|
5119
5149
|
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74,
|
|
5120
5150
|
0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61,
|
|
5121
|
-
0x6c, 0x6c,
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
0x6e,
|
|
5126
|
-
0x65,
|
|
5127
|
-
|
|
5151
|
+
0x6c, 0x6c, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x52, 0x0b, 0x63,
|
|
5152
|
+
0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x69,
|
|
5153
|
+
0x63, 0x65, 0x6e, 0x73, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6c, 0x69, 0x63,
|
|
5154
|
+
0x65, 0x6e, 0x73, 0x65, 0x22, 0xb0, 0x04, 0x0a, 0x1e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49,
|
|
5155
|
+
0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64,
|
|
5156
|
+
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e,
|
|
5157
|
+
0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65,
|
|
5158
|
+
0x6e, 0x74, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f,
|
|
5159
|
+
0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70,
|
|
5160
|
+
0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72,
|
|
5161
|
+
0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65,
|
|
5162
|
+
0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61,
|
|
5163
|
+
0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75,
|
|
5164
|
+
0x73, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x71, 0x64, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
5165
|
+
0x04, 0x66, 0x71, 0x64, 0x6e, 0x12, 0x71, 0x0a, 0x0f, 0x73, 0x79, 0x6e, 0x63, 0x65, 0x72, 0x5f,
|
|
5166
|
+
0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x48,
|
|
5167
|
+
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74,
|
|
5168
|
+
0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
|
|
5169
|
+
0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74,
|
|
5170
|
+
0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x65, 0x72,
|
|
5171
|
+
0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x0e, 0x73, 0x79, 0x6e, 0x63, 0x65, 0x72,
|
|
5172
|
+
0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x1a, 0x8c, 0x02, 0x0a, 0x0e, 0x53, 0x79, 0x6e,
|
|
5173
|
+
0x63, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x39, 0x0a, 0x19, 0x73,
|
|
5174
|
+
0x65, 0x6e, 0x64, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x61,
|
|
5175
|
+
0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x16,
|
|
5176
|
+
0x73, 0x65, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x44, 0x61, 0x74, 0x61, 0x54,
|
|
5177
|
+
0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x44, 0x0a, 0x1f, 0x73, 0x65, 0x6e, 0x64, 0x5f, 0x66,
|
|
5178
|
+
0x61, 0x73, 0x74, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x69, 0x6e, 0x67, 0x5f, 0x64, 0x61, 0x74,
|
|
5179
|
+
0x61, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
5180
|
+
0x1b, 0x73, 0x65, 0x6e, 0x64, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x69, 0x6e,
|
|
5181
|
+
0x67, 0x44, 0x61, 0x74, 0x61, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x40, 0x0a, 0x1d,
|
|
5182
|
+
0x73, 0x65, 0x6e, 0x64, 0x5f, 0x6e, 0x6f, 0x6e, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64,
|
|
5183
|
+
0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x03, 0x20,
|
|
5184
|
+
0x01, 0x28, 0x09, 0x52, 0x19, 0x73, 0x65, 0x6e, 0x64, 0x4e, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e,
|
|
5185
|
+
0x67, 0x65, 0x64, 0x44, 0x61, 0x74, 0x61, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x37,
|
|
5186
|
+
0x0a, 0x18, 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x5f,
|
|
5187
|
+
0x69, 0x6e, 0x5f, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
5188
|
+
0x52, 0x15, 0x73, 0x79, 0x6e, 0x63, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x49, 0x6e,
|
|
5189
|
+
0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x5f, 0x0a, 0x1f, 0x55, 0x70, 0x64, 0x61, 0x74,
|
|
5190
|
+
0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74,
|
|
5191
|
+
0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3c, 0x0a, 0x07, 0x69, 0x6e,
|
|
5192
|
+
0x73, 0x74, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6c, 0x61,
|
|
5193
|
+
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65,
|
|
5194
|
+
0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x52,
|
|
5195
|
+
0x07, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x22, 0x58, 0x0a, 0x1e, 0x52, 0x6f, 0x74, 0x61,
|
|
5196
|
+
0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e,
|
|
5197
|
+
0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x6c,
|
|
5198
|
+
0x69, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63,
|
|
5199
|
+
0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x74, 0x72, 0x61, 0x63, 0x6b,
|
|
5200
|
+
0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x72, 0x61, 0x63, 0x6b,
|
|
5201
|
+
0x49, 0x64, 0x22, 0xa0, 0x01, 0x0a, 0x1f, 0x52, 0x6f, 0x74, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73,
|
|
5202
|
+
0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65,
|
|
5203
|
+
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73,
|
|
5204
|
+
0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73,
|
|
5205
|
+
0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
5206
|
+
0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0e, 0x6f, 0x6c, 0x64,
|
|
5207
|
+
0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
5208
|
+
0x09, 0x52, 0x0c, 0x6f, 0x6c, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x12,
|
|
5209
|
+
0x24, 0x0a, 0x0e, 0x6e, 0x65, 0x77, 0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x5f, 0x69,
|
|
5210
|
+
0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6e, 0x65, 0x77, 0x49, 0x6e, 0x73, 0x74,
|
|
5211
|
+
0x61, 0x6c, 0x6c, 0x49, 0x64, 0x22, 0x9a, 0x01, 0x0a, 0x1e, 0x55, 0x6e, 0x6c, 0x69, 0x6e, 0x6b,
|
|
5212
|
+
0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49,
|
|
5213
|
+
0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x6c, 0x69, 0x65,
|
|
5214
|
+
0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6c, 0x69,
|
|
5215
|
+
0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x74, 0x72, 0x61, 0x63, 0x6b, 0x5f, 0x69,
|
|
5216
|
+
0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x72, 0x61, 0x63, 0x6b, 0x49, 0x64,
|
|
5217
|
+
0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18,
|
|
5218
|
+
0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x44, 0x61, 0x74,
|
|
5219
|
+
0x61, 0x12, 0x1f, 0x0a, 0x0b, 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d,
|
|
5220
|
+
0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x66, 0x72, 0x6f, 0x6d, 0x4f, 0x6e, 0x70, 0x72,
|
|
5221
|
+
0x65, 0x6d, 0x22, 0x3b, 0x0a, 0x1f, 0x55, 0x6e, 0x6c, 0x69, 0x6e, 0x6b, 0x49, 0x6e, 0x73, 0x74,
|
|
5222
|
+
0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x73,
|
|
5223
|
+
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73,
|
|
5224
|
+
0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22,
|
|
5225
|
+
0xde, 0x01, 0x0a, 0x21, 0x4c, 0x69, 0x6e, 0x6b, 0x54, 0x72, 0x69, 0x61, 0x6c, 0x49, 0x6e, 0x73,
|
|
5226
|
+
0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65,
|
|
5227
|
+
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x5f,
|
|
5228
|
+
0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74,
|
|
5229
|
+
0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61,
|
|
5230
|
+
0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61,
|
|
5231
|
+
0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
|
|
5232
|
+
0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63,
|
|
5233
|
+
0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1b, 0x0a, 0x09, 0x67, 0x6c, 0x6f, 0x62, 0x61,
|
|
5234
|
+
0x6c, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x67, 0x6c, 0x6f, 0x62,
|
|
5235
|
+
0x61, 0x6c, 0x49, 0x64, 0x12, 0x3a, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01,
|
|
5236
|
+
0x28, 0x0e, 0x32, 0x26, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
5128
5237
|
0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x49,
|
|
5129
|
-
0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c,
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
0x61, 0x6c, 0x73, 0x52, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73,
|
|
5135
|
-
0x12, 0x18, 0x0a, 0x07, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
5136
|
-
0x09, 0x52, 0x07, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x22, 0xb0, 0x04, 0x0a, 0x1e, 0x55,
|
|
5137
|
-
0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c,
|
|
5138
|
-
0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a,
|
|
5139
|
-
0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
5140
|
-
0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69,
|
|
5141
|
-
0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
5142
|
-
0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a,
|
|
5143
|
-
0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01,
|
|
5144
|
-
0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12,
|
|
5145
|
-
0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
5146
|
-
0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x71, 0x64, 0x6e, 0x18,
|
|
5147
|
-
0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x71, 0x64, 0x6e, 0x12, 0x71, 0x0a, 0x0f, 0x73,
|
|
5148
|
-
0x79, 0x6e, 0x63, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x18, 0x06,
|
|
5149
|
-
0x20, 0x01, 0x28, 0x0b, 0x32, 0x48, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
5150
|
-
0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31,
|
|
5151
|
-
0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79,
|
|
5152
|
-
0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e,
|
|
5153
|
-
0x53, 0x79, 0x6e, 0x63, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x0e,
|
|
5154
|
-
0x73, 0x79, 0x6e, 0x63, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x1a, 0x8c,
|
|
5155
|
-
0x02, 0x0a, 0x0e, 0x53, 0x79, 0x6e, 0x63, 0x65, 0x72, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67,
|
|
5156
|
-
0x73, 0x12, 0x39, 0x0a, 0x19, 0x73, 0x65, 0x6e, 0x64, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65,
|
|
5157
|
-
0x64, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x01,
|
|
5158
|
-
0x20, 0x01, 0x28, 0x09, 0x52, 0x16, 0x73, 0x65, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65,
|
|
5159
|
-
0x64, 0x44, 0x61, 0x74, 0x61, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x12, 0x44, 0x0a, 0x1f,
|
|
5160
|
-
0x73, 0x65, 0x6e, 0x64, 0x5f, 0x66, 0x61, 0x73, 0x74, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x69,
|
|
5161
|
-
0x6e, 0x67, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18,
|
|
5162
|
-
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x1b, 0x73, 0x65, 0x6e, 0x64, 0x46, 0x61, 0x73, 0x74, 0x43,
|
|
5163
|
-
0x68, 0x61, 0x6e, 0x67, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x61, 0x54, 0x69, 0x6d, 0x65, 0x6f,
|
|
5164
|
-
0x75, 0x74, 0x12, 0x40, 0x0a, 0x1d, 0x73, 0x65, 0x6e, 0x64, 0x5f, 0x6e, 0x6f, 0x6e, 0x5f, 0x63,
|
|
5165
|
-
0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x74, 0x69, 0x6d, 0x65,
|
|
5166
|
-
0x6f, 0x75, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x19, 0x73, 0x65, 0x6e, 0x64, 0x4e,
|
|
5167
|
-
0x6f, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x44, 0x61, 0x74, 0x61, 0x54, 0x69, 0x6d,
|
|
5168
|
-
0x65, 0x6f, 0x75, 0x74, 0x12, 0x37, 0x0a, 0x18, 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x69, 0x6e, 0x74,
|
|
5169
|
-
0x65, 0x72, 0x76, 0x61, 0x6c, 0x5f, 0x69, 0x6e, 0x5f, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73,
|
|
5170
|
-
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x73, 0x79, 0x6e, 0x63, 0x49, 0x6e, 0x74, 0x65,
|
|
5171
|
-
0x72, 0x76, 0x61, 0x6c, 0x49, 0x6e, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x5f, 0x0a,
|
|
5172
|
-
0x1f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79,
|
|
5173
|
-
0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
5174
|
-
0x12, 0x3c, 0x0a, 0x07, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
5175
|
-
0x0b, 0x32, 0x22, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d,
|
|
5176
|
-
0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e,
|
|
5177
|
-
0x73, 0x74, 0x61, 0x6c, 0x6c, 0x52, 0x07, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x22, 0x58,
|
|
5178
|
-
0x0a, 0x1e, 0x52, 0x6f, 0x74, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42,
|
|
5179
|
-
0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
5180
|
-
0x12, 0x1b, 0x0a, 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
5181
|
-
0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x19, 0x0a,
|
|
5182
|
-
0x08, 0x74, 0x72, 0x61, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
5183
|
-
0x07, 0x74, 0x72, 0x61, 0x63, 0x6b, 0x49, 0x64, 0x22, 0xa0, 0x01, 0x0a, 0x1f, 0x52, 0x6f, 0x74,
|
|
5184
|
-
0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65,
|
|
5185
|
-
0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07,
|
|
5186
|
-
0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73,
|
|
5187
|
-
0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69,
|
|
5188
|
-
0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12,
|
|
5189
|
-
0x24, 0x0a, 0x0e, 0x6f, 0x6c, 0x64, 0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x5f, 0x69,
|
|
5190
|
-
0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6f, 0x6c, 0x64, 0x49, 0x6e, 0x73, 0x74,
|
|
5191
|
-
0x61, 0x6c, 0x6c, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0e, 0x6e, 0x65, 0x77, 0x5f, 0x69, 0x6e, 0x73,
|
|
5192
|
-
0x74, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6e,
|
|
5193
|
-
0x65, 0x77, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x22, 0x9a, 0x01, 0x0a, 0x1e,
|
|
5194
|
-
0x55, 0x6e, 0x6c, 0x69, 0x6e, 0x6b, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43,
|
|
5195
|
-
0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b,
|
|
5196
|
-
0x0a, 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
5197
|
-
0x09, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x74,
|
|
5198
|
-
0x72, 0x61, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74,
|
|
5199
|
-
0x72, 0x61, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65,
|
|
5200
|
-
0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x72, 0x65, 0x6d,
|
|
5201
|
-
0x6f, 0x76, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1f, 0x0a, 0x0b, 0x66, 0x72, 0x6f, 0x6d, 0x5f,
|
|
5202
|
-
0x6f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x66, 0x72,
|
|
5203
|
-
0x6f, 0x6d, 0x4f, 0x6e, 0x70, 0x72, 0x65, 0x6d, 0x22, 0x3b, 0x0a, 0x1f, 0x55, 0x6e, 0x6c, 0x69,
|
|
5204
|
-
0x6e, 0x6b, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e,
|
|
5205
|
-
0x74, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73,
|
|
5206
|
-
0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75,
|
|
5207
|
-
0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0xde, 0x01, 0x0a, 0x21, 0x4c, 0x69, 0x6e, 0x6b, 0x54, 0x72,
|
|
5208
|
-
0x69, 0x61, 0x6c, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65,
|
|
5209
|
-
0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x63,
|
|
5210
|
-
0x6c, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
|
5211
|
-
0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70,
|
|
5212
|
-
0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
|
|
5213
|
-
0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64,
|
|
5214
|
-
0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
5215
|
-
0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1b, 0x0a,
|
|
5216
|
-
0x09, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
5217
|
-
0x52, 0x08, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x49, 0x64, 0x12, 0x3a, 0x0a, 0x04, 0x74, 0x79,
|
|
5218
|
-
0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x26, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
5238
|
+
0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65,
|
|
5239
|
+
0x22, 0x89, 0x02, 0x0a, 0x22, 0x4c, 0x69, 0x6e, 0x6b, 0x54, 0x72, 0x69, 0x61, 0x6c, 0x49, 0x6e,
|
|
5240
|
+
0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52,
|
|
5241
|
+
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3c, 0x0a, 0x07, 0x69, 0x6e, 0x73, 0x74, 0x61,
|
|
5242
|
+
0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
5219
5243
|
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e,
|
|
5220
|
-
0x74, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c,
|
|
5221
|
-
|
|
5222
|
-
|
|
5223
|
-
0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3c, 0x0a,
|
|
5224
|
-
0x07, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22,
|
|
5225
|
-
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74,
|
|
5226
|
-
0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61,
|
|
5227
|
-
0x6c, 0x6c, 0x52, 0x07, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x12, 0x4f, 0x0a, 0x0b, 0x63,
|
|
5228
|
-
0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
|
|
5229
|
-
0x32, 0x2d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75,
|
|
5230
|
-
0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x73,
|
|
5231
|
-
0x74, 0x61, 0x6c, 0x6c, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x52,
|
|
5232
|
-
0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x12, 0x3a, 0x0a, 0x04,
|
|
5233
|
-
0x73, 0x69, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6c, 0x61, 0x6e,
|
|
5244
|
+
0x74, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x52, 0x07, 0x69, 0x6e,
|
|
5245
|
+
0x73, 0x74, 0x61, 0x6c, 0x6c, 0x12, 0x4f, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74,
|
|
5246
|
+
0x69, 0x61, 0x6c, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6c, 0x61, 0x6e,
|
|
5234
5247
|
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e,
|
|
5235
|
-
0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5236
|
-
|
|
5237
|
-
0x6e,
|
|
5238
|
-
|
|
5239
|
-
|
|
5240
|
-
|
|
5241
|
-
|
|
5242
|
-
|
|
5243
|
-
|
|
5244
|
-
|
|
5245
|
-
|
|
5246
|
-
|
|
5247
|
-
|
|
5248
|
-
|
|
5249
|
-
|
|
5250
|
-
|
|
5251
|
-
|
|
5252
|
-
|
|
5253
|
-
|
|
5254
|
-
0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c,
|
|
5255
|
-
0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x73, 0x74,
|
|
5256
|
-
0x61, 0x6c, 0x6c, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x71, 0x75, 0x65, 0x75, 0x65, 0x64, 0x18,
|
|
5257
|
-
0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x71, 0x75, 0x65, 0x75, 0x65, 0x64, 0x22, 0x5e, 0x0a,
|
|
5258
|
-
0x26, 0x47, 0x65, 0x74, 0x44, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x49, 0x6e,
|
|
5259
|
-
0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73, 0x42, 0x79, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x49, 0x64,
|
|
5260
|
-
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f,
|
|
5261
|
-
0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64,
|
|
5262
|
-
0x12, 0x1b, 0x0a, 0x09, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20,
|
|
5263
|
-
0x01, 0x28, 0x09, 0x52, 0x08, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x49, 0x64, 0x22, 0x67, 0x0a,
|
|
5264
|
-
0x27, 0x47, 0x65, 0x74, 0x44, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x49, 0x6e,
|
|
5265
|
-
0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73, 0x42, 0x79, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x49, 0x64,
|
|
5266
|
-
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3c, 0x0a, 0x07, 0x69, 0x6e, 0x73, 0x74,
|
|
5267
|
-
0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
5248
|
+
0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x43, 0x72,
|
|
5249
|
+
0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x52, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65,
|
|
5250
|
+
0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x12, 0x3a, 0x0a, 0x04, 0x73, 0x69, 0x74, 0x65, 0x18, 0x03,
|
|
5251
|
+
0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
5252
|
+
0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31,
|
|
5253
|
+
0x2e, 0x50, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x69, 0x74, 0x65, 0x52, 0x04, 0x73, 0x69,
|
|
5254
|
+
0x74, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x18, 0x04, 0x20,
|
|
5255
|
+
0x01, 0x28, 0x09, 0x52, 0x07, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x22, 0x75, 0x0a, 0x20,
|
|
5256
|
+
0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x44, 0x61, 0x74,
|
|
5257
|
+
0x61, 0x42, 0x79, 0x53, 0x69, 0x74, 0x65, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
5258
|
+
0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
5259
|
+
0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x73,
|
|
5260
|
+
0x74, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a,
|
|
5261
|
+
0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x73, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73,
|
|
5262
|
+
0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65,
|
|
5263
|
+
0x72, 0x49, 0x64, 0x22, 0xc1, 0x01, 0x0a, 0x21, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e,
|
|
5264
|
+
0x73, 0x74, 0x61, 0x6c, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x53, 0x69, 0x74, 0x65, 0x49,
|
|
5265
|
+
0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5b, 0x0a, 0x06, 0x72, 0x65, 0x73,
|
|
5266
|
+
0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x43, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
5268
5267
|
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61,
|
|
5269
|
-
0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5270
|
-
|
|
5271
|
-
|
|
5272
|
-
0x65, 0x73,
|
|
5273
|
-
|
|
5274
|
-
|
|
5275
|
-
|
|
5268
|
+
0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x73, 0x74,
|
|
5269
|
+
0x61, 0x6c, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x53, 0x69, 0x74, 0x65, 0x49, 0x64, 0x52,
|
|
5270
|
+
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x06,
|
|
5271
|
+
0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x1a, 0x3f, 0x0a, 0x06, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74,
|
|
5272
|
+
0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01,
|
|
5273
|
+
0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x12,
|
|
5274
|
+
0x16, 0x0a, 0x06, 0x71, 0x75, 0x65, 0x75, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
5275
|
+
0x06, 0x71, 0x75, 0x65, 0x75, 0x65, 0x64, 0x22, 0x5e, 0x0a, 0x26, 0x47, 0x65, 0x74, 0x44, 0x75,
|
|
5276
|
+
0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73,
|
|
5277
|
+
0x42, 0x79, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
5278
|
+
0x74, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
5279
|
+
0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x67, 0x6c,
|
|
5280
|
+
0x6f, 0x62, 0x61, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x67,
|
|
5281
|
+
0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x49, 0x64, 0x22, 0x67, 0x0a, 0x27, 0x47, 0x65, 0x74, 0x44, 0x75,
|
|
5282
|
+
0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73,
|
|
5283
|
+
0x42, 0x79, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
5284
|
+
0x73, 0x65, 0x12, 0x3c, 0x0a, 0x07, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20,
|
|
5285
|
+
0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
5286
|
+
0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5287
|
+
0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x52, 0x07, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c,
|
|
5288
|
+
0x22, 0x53, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x65, 0x72, 0x6d, 0x69,
|
|
5289
|
+
0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a,
|
|
5290
|
+
0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
|
|
5291
|
+
0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
|
|
5292
|
+
0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f,
|
|
5293
|
+
0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0xfe, 0x03, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65,
|
|
5294
|
+
0x72, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70,
|
|
5295
|
+
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x50, 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x18, 0x01, 0x20,
|
|
5296
|
+
0x03, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
5297
|
+
0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5276
5298
|
0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f,
|
|
5277
|
-
0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
|
|
5281
|
-
|
|
5282
|
-
|
|
5283
|
-
|
|
5284
|
-
|
|
5285
|
-
|
|
5286
|
-
|
|
5287
|
-
|
|
5288
|
-
|
|
5289
|
-
|
|
5290
|
-
|
|
5291
|
-
|
|
5292
|
-
|
|
5293
|
-
|
|
5294
|
-
|
|
5295
|
-
|
|
5296
|
-
|
|
5297
|
-
|
|
5298
|
-
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
0x73,
|
|
5304
|
-
0x65,
|
|
5305
|
-
|
|
5306
|
-
|
|
5307
|
-
|
|
5308
|
-
|
|
5309
|
-
|
|
5310
|
-
|
|
5311
|
-
|
|
5312
|
-
|
|
5313
|
-
|
|
5314
|
-
|
|
5315
|
-
|
|
5316
|
-
|
|
5317
|
-
|
|
5318
|
-
|
|
5319
|
-
0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
|
|
5320
|
-
0x20, 0x01, 0x28, 0x09, 0x52,
|
|
5321
|
-
|
|
5322
|
-
|
|
5323
|
-
|
|
5324
|
-
|
|
5325
|
-
|
|
5326
|
-
|
|
5327
|
-
|
|
5328
|
-
|
|
5329
|
-
|
|
5330
|
-
|
|
5331
|
-
|
|
5332
|
-
|
|
5333
|
-
|
|
5334
|
-
|
|
5335
|
-
|
|
5336
|
-
|
|
5337
|
-
0x6f, 0x6f, 0x6b,
|
|
5338
|
-
0x6f,
|
|
5339
|
-
|
|
5340
|
-
|
|
5341
|
-
|
|
5342
|
-
|
|
5343
|
-
|
|
5344
|
-
|
|
5345
|
-
|
|
5346
|
-
|
|
5347
|
-
|
|
5348
|
-
|
|
5349
|
-
|
|
5350
|
-
|
|
5351
|
-
|
|
5352
|
-
|
|
5353
|
-
|
|
5354
|
-
|
|
5355
|
-
|
|
5356
|
-
|
|
5357
|
-
|
|
5358
|
-
|
|
5359
|
-
|
|
5360
|
-
|
|
5361
|
-
|
|
5362
|
-
|
|
5363
|
-
|
|
5364
|
-
|
|
5365
|
-
|
|
5366
|
-
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x73, 0x42, 0x79, 0x53, 0x69, 0x74, 0x65, 0x49, 0x64,
|
|
5373
|
-
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x6f,
|
|
5374
|
-
0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x61,
|
|
5375
|
-
0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x73, 0x22, 0x68, 0x0a, 0x20, 0x43, 0x68, 0x65,
|
|
5376
|
-
0x63, 0x6b, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x49, 0x6e, 0x41, 0x70, 0x70, 0x6c, 0x69,
|
|
5377
|
-
0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a,
|
|
5378
|
-
0x0e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18,
|
|
5379
|
-
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69,
|
|
5380
|
-
0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f,
|
|
5381
|
-
0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
|
|
5382
|
-
0x72, 0x49, 0x64, 0x22, 0x42, 0x0a, 0x21, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x4d, 0x61, 0x6e, 0x61,
|
|
5299
|
+
0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x52, 0x6f, 0x6c, 0x65, 0x52,
|
|
5300
|
+
0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x1a, 0x58, 0x0a, 0x13, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72,
|
|
5301
|
+
0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x10, 0x0a,
|
|
5302
|
+
0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12,
|
|
5303
|
+
0x2f, 0x0a, 0x13, 0x64, 0x65, 0x72, 0x69, 0x76, 0x65, 0x64, 0x5f, 0x70, 0x65, 0x72, 0x6d, 0x69,
|
|
5304
|
+
0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x12, 0x64, 0x65,
|
|
5305
|
+
0x72, 0x69, 0x76, 0x65, 0x64, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73,
|
|
5306
|
+
0x1a, 0x17, 0x0a, 0x05, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18,
|
|
5307
|
+
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x1a, 0x9a, 0x02, 0x0a, 0x04, 0x52, 0x6f,
|
|
5308
|
+
0x6c, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02,
|
|
5309
|
+
0x69, 0x64, 0x12, 0x63, 0x0a, 0x07, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20,
|
|
5310
|
+
0x03, 0x28, 0x0b, 0x32, 0x49, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
5311
|
+
0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5312
|
+
0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f,
|
|
5313
|
+
0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x6f,
|
|
5314
|
+
0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x07,
|
|
5315
|
+
0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x48, 0x0a, 0x0d, 0x69, 0x6e, 0x73, 0x74, 0x61,
|
|
5316
|
+
0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22,
|
|
5317
|
+
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74,
|
|
5318
|
+
0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61,
|
|
5319
|
+
0x6c, 0x6c, 0x52, 0x0d, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
5320
|
+
0x73, 0x12, 0x53, 0x0a, 0x06, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28,
|
|
5321
|
+
0x0b, 0x32, 0x3b, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d,
|
|
5322
|
+
0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65,
|
|
5323
|
+
0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73,
|
|
5324
|
+
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x52, 0x06,
|
|
5325
|
+
0x73, 0x63, 0x6f, 0x70, 0x65, 0x73, 0x22, 0x63, 0x0a, 0x2d, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61,
|
|
5326
|
+
0x74, 0x65, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72,
|
|
5327
|
+
0x73, 0x6f, 0x6e, 0x61, 0x6c, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e,
|
|
5328
|
+
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x15, 0x70, 0x65, 0x72, 0x73, 0x6f,
|
|
5329
|
+
0x6e, 0x61, 0x6c, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e,
|
|
5330
|
+
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x61, 0x6c,
|
|
5331
|
+
0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x70, 0x0a, 0x2e, 0x56,
|
|
5332
|
+
0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69,
|
|
5333
|
+
0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x61, 0x6c, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73,
|
|
5334
|
+
0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x17, 0x0a,
|
|
5335
|
+
0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
|
|
5336
|
+
0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63,
|
|
5337
|
+
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d,
|
|
5338
|
+
0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0xe8, 0x03,
|
|
5339
|
+
0x0a, 0x1a, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b,
|
|
5340
|
+
0x45, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x29, 0x0a, 0x10,
|
|
5341
|
+
0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
|
|
5342
|
+
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74,
|
|
5343
|
+
0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c,
|
|
5344
|
+
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69,
|
|
5345
|
+
0x6c, 0x12, 0x5a, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28,
|
|
5346
|
+
0x0b, 0x32, 0x42, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d,
|
|
5347
|
+
0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x69,
|
|
5348
|
+
0x73, 0x61, 0x62, 0x6c, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x45, 0x6d, 0x61, 0x69,
|
|
5349
|
+
0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b,
|
|
5350
|
+
0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x06, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x73, 0x12, 0x1f, 0x0a,
|
|
5351
|
+
0x0b, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01,
|
|
5352
|
+
0x28, 0x09, 0x52, 0x0a, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x12, 0x21,
|
|
5353
|
+
0x0a, 0x0c, 0x77, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05,
|
|
5354
|
+
0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x77, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x4e, 0x61, 0x6d,
|
|
5355
|
+
0x65, 0x12, 0x23, 0x0a, 0x0b, 0x77, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x5f, 0x75, 0x72, 0x6c,
|
|
5356
|
+
0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0a, 0x77, 0x65, 0x62, 0x68,
|
|
5357
|
+
0x6f, 0x6f, 0x6b, 0x55, 0x72, 0x6c, 0x12, 0x1d, 0x0a, 0x0a, 0x77, 0x65, 0x62, 0x68, 0x6f, 0x6f,
|
|
5358
|
+
0x6b, 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x77, 0x65, 0x62, 0x68,
|
|
5359
|
+
0x6f, 0x6f, 0x6b, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61,
|
|
5360
|
+
0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x61,
|
|
5361
|
+
0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x1a, 0x7a, 0x0a, 0x0c,
|
|
5362
|
+
0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x12, 0x0a, 0x04,
|
|
5363
|
+
0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65,
|
|
5364
|
+
0x12, 0x1e, 0x0a, 0x08, 0x6d, 0x65, 0x73, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01,
|
|
5365
|
+
0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x08, 0x6d, 0x65, 0x73, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
5366
|
+
0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x03, 0x20,
|
|
5367
|
+
0x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x18,
|
|
5368
|
+
0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
5369
|
+
0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x3a, 0x0a, 0x1b, 0x44, 0x69, 0x73, 0x61,
|
|
5370
|
+
0x62, 0x6c, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x52,
|
|
5371
|
+
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x61, 0x69, 0x6c, 0x5f,
|
|
5372
|
+
0x73, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x6d, 0x61, 0x69, 0x6c,
|
|
5373
|
+
0x53, 0x65, 0x6e, 0x74, 0x22, 0x16, 0x0a, 0x04, 0x53, 0x69, 0x74, 0x65, 0x12, 0x0e, 0x0a, 0x02,
|
|
5374
|
+
0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x5a, 0x0a, 0x16,
|
|
5375
|
+
0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x53, 0x69, 0x74, 0x65, 0x73, 0x52,
|
|
5376
|
+
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x0e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63,
|
|
5377
|
+
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d,
|
|
5378
|
+
0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x19, 0x0a,
|
|
5379
|
+
0x08, 0x74, 0x72, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
5380
|
+
0x07, 0x74, 0x72, 0x61, 0x63, 0x65, 0x49, 0x64, 0x22, 0x4e, 0x0a, 0x17, 0x41, 0x75, 0x74, 0x68,
|
|
5381
|
+
0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x53, 0x69, 0x74, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
5382
|
+
0x6e, 0x73, 0x65, 0x12, 0x33, 0x0a, 0x04, 0x73, 0x69, 0x74, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28,
|
|
5383
|
+
0x0b, 0x32, 0x1f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d,
|
|
5384
|
+
0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69,
|
|
5385
|
+
0x74, 0x65, 0x52, 0x04, 0x73, 0x69, 0x74, 0x65, 0x22, 0x37, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x41,
|
|
5386
|
+
0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x73, 0x42, 0x79, 0x53, 0x69, 0x74, 0x65, 0x49,
|
|
5387
|
+
0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65,
|
|
5388
|
+
0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49,
|
|
5389
|
+
0x64, 0x22, 0x40, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49,
|
|
5390
|
+
0x64, 0x73, 0x42, 0x79, 0x53, 0x69, 0x74, 0x65, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
5391
|
+
0x73, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64,
|
|
5392
|
+
0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
|
|
5393
|
+
0x49, 0x64, 0x73, 0x22, 0x68, 0x0a, 0x20, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x4d, 0x61, 0x6e, 0x61,
|
|
5383
5394
|
0x67, 0x65, 0x72, 0x49, 0x6e, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
5384
|
-
0x52, 0x65,
|
|
5385
|
-
0x61,
|
|
5386
|
-
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
|
|
5390
|
-
|
|
5395
|
+
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x0e, 0x61, 0x70, 0x70, 0x6c, 0x69,
|
|
5396
|
+
0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
5397
|
+
0x0d, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1d,
|
|
5398
|
+
0x0a, 0x0a, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01,
|
|
5399
|
+
0x28, 0x09, 0x52, 0x09, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x49, 0x64, 0x22, 0x42, 0x0a,
|
|
5400
|
+
0x21, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x49, 0x6e, 0x41,
|
|
5401
|
+
0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
5402
|
+
0x73, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72,
|
|
5403
|
+
0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x73, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65,
|
|
5404
|
+
0x72, 0x22, 0x82, 0x02, 0x0a, 0x0c, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69,
|
|
5405
|
+
0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02,
|
|
5406
|
+
0x69, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20,
|
|
5407
|
+
0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x3f, 0x0a, 0x04, 0x74,
|
|
5408
|
+
0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2b, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
5409
|
+
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61,
|
|
5410
|
+
0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69,
|
|
5411
|
+
0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x21, 0x0a, 0x0c,
|
|
5412
|
+
0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x5f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x04, 0x20, 0x01,
|
|
5413
|
+
0x28, 0x05, 0x52, 0x0b, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12,
|
|
5414
|
+
0x27, 0x0a, 0x0f, 0x65, 0x78, 0x70, 0x69, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61,
|
|
5415
|
+
0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x65, 0x78, 0x70, 0x69, 0x72, 0x61,
|
|
5416
|
+
0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61,
|
|
5417
|
+
0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72,
|
|
5418
|
+
0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74,
|
|
5419
|
+
0x65, 0x64, 0x5f, 0x62, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65,
|
|
5420
|
+
0x61, 0x74, 0x65, 0x64, 0x42, 0x79, 0x22, 0xe4, 0x01, 0x0a, 0x1d, 0x55, 0x70, 0x64, 0x61, 0x74,
|
|
5421
|
+
0x65, 0x53, 0x69, 0x74, 0x65, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f,
|
|
5422
|
+
0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65,
|
|
5423
|
+
0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49,
|
|
5424
|
+
0x64, 0x12, 0x3f, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32,
|
|
5391
5425
|
0x2b, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c,
|
|
5392
5426
|
0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x75, 0x62, 0x73,
|
|
5393
5427
|
0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79,
|
|
5394
5428
|
0x70, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x5f, 0x6c, 0x69, 0x6d,
|
|
5395
|
-
0x69, 0x74, 0x18,
|
|
5429
|
+
0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73,
|
|
5396
5430
|
0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x27, 0x0a, 0x0f, 0x65, 0x78, 0x70, 0x69, 0x72, 0x61, 0x74,
|
|
5397
|
-
0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18,
|
|
5431
|
+
0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e,
|
|
5398
5432
|
0x65, 0x78, 0x70, 0x69, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x65, 0x12, 0x1d,
|
|
5399
|
-
0x0a, 0x0a,
|
|
5400
|
-
0x28, 0x09, 0x52, 0x09,
|
|
5401
|
-
|
|
5402
|
-
|
|
5403
|
-
|
|
5404
|
-
|
|
5405
|
-
0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
5406
|
-
0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x3f, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18,
|
|
5407
|
-
0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2b, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
5433
|
+
0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x62, 0x79, 0x18, 0x05, 0x20, 0x01,
|
|
5434
|
+
0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x42, 0x79, 0x22, 0x6d, 0x0a,
|
|
5435
|
+
0x1e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x69, 0x74, 0x65, 0x53, 0x75, 0x62, 0x73, 0x63,
|
|
5436
|
+
0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
|
|
5437
|
+
0x4b, 0x0a, 0x0c, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18,
|
|
5438
|
+
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
5408
5439
|
0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76,
|
|
5409
|
-
0x31, 0x2e, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e,
|
|
5410
|
-
|
|
5411
|
-
|
|
5412
|
-
|
|
5413
|
-
|
|
5414
|
-
|
|
5415
|
-
|
|
5416
|
-
|
|
5417
|
-
|
|
5418
|
-
|
|
5419
|
-
|
|
5420
|
-
|
|
5421
|
-
|
|
5422
|
-
|
|
5423
|
-
0x74,
|
|
5424
|
-
|
|
5425
|
-
|
|
5426
|
-
|
|
5427
|
-
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
|
|
5431
|
-
|
|
5432
|
-
|
|
5433
|
-
|
|
5434
|
-
|
|
5435
|
-
|
|
5436
|
-
|
|
5437
|
-
|
|
5438
|
-
|
|
5439
|
-
|
|
5440
|
-
|
|
5441
|
-
|
|
5442
|
-
|
|
5443
|
-
|
|
5444
|
-
|
|
5445
|
-
|
|
5446
|
-
|
|
5447
|
-
|
|
5448
|
-
|
|
5449
|
-
|
|
5450
|
-
|
|
5451
|
-
|
|
5452
|
-
|
|
5440
|
+
0x31, 0x2e, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0c,
|
|
5441
|
+
0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x3d, 0x0a, 0x22,
|
|
5442
|
+
0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x72, 0x69, 0x61, 0x6c, 0x53, 0x69, 0x74, 0x65, 0x41,
|
|
5443
|
+
0x6e, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
5444
|
+
0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
5445
|
+
0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x5a, 0x0a, 0x23, 0x43,
|
|
5446
|
+
0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x72, 0x69, 0x61, 0x6c, 0x53, 0x69, 0x74, 0x65, 0x41, 0x6e,
|
|
5447
|
+
0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
5448
|
+
0x73, 0x65, 0x12, 0x33, 0x0a, 0x15, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x5f,
|
|
5449
|
+
0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
5450
|
+
0x09, 0x52, 0x14, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x43, 0x72, 0x65, 0x64,
|
|
5451
|
+
0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x22, 0x46, 0x0a, 0x27, 0x47, 0x65, 0x74, 0x49, 0x6e,
|
|
5452
|
+
0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73,
|
|
5453
|
+
0x65, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
5454
|
+
0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18,
|
|
5455
|
+
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x22,
|
|
5456
|
+
0x44, 0x0a, 0x28, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69,
|
|
5457
|
+
0x6f, 0x6e, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e,
|
|
5458
|
+
0x74, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6c,
|
|
5459
|
+
0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6c, 0x69,
|
|
5460
|
+
0x63, 0x65, 0x6e, 0x73, 0x65, 0x22, 0x4e, 0x0a, 0x17, 0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x66,
|
|
5461
|
+
0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, 0x73, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
5462
|
+
0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
5463
|
+
0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x6d, 0x61,
|
|
5464
|
+
0x69, 0x6c, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x65, 0x6d, 0x61, 0x69, 0x6c,
|
|
5465
|
+
0x73, 0x3a, 0x02, 0x18, 0x01, 0x22, 0x30, 0x0a, 0x18, 0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x66,
|
|
5466
|
+
0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, 0x73, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
5467
|
+
0x65, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x03,
|
|
5468
|
+
0x61, 0x6c, 0x6c, 0x3a, 0x02, 0x18, 0x01, 0x22, 0x4a, 0x0a, 0x17, 0x41, 0x6c, 0x6c, 0x50, 0x72,
|
|
5469
|
+
0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x45, 0x78, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
5470
|
+
0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
5471
|
+
0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x65,
|
|
5472
|
+
0x6d, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x65, 0x6d, 0x61,
|
|
5473
|
+
0x69, 0x6c, 0x73, 0x22, 0x2c, 0x0a, 0x18, 0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c,
|
|
5474
|
+
0x65, 0x73, 0x45, 0x78, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
|
|
5475
|
+
0x10, 0x0a, 0x03, 0x61, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x03, 0x61, 0x6c,
|
|
5476
|
+
0x6c, 0x22, 0x3a, 0x0a, 0x1f, 0x53, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x4c,
|
|
5477
|
+
0x6f, 0x63, 0x61, 0x6c, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4d, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71,
|
|
5478
|
+
0x75, 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18,
|
|
5479
|
+
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x22, 0x36, 0x0a,
|
|
5480
|
+
0x20, 0x53, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x4c, 0x6f, 0x63, 0x61, 0x6c,
|
|
5481
|
+
0x55, 0x73, 0x65, 0x72, 0x73, 0x4d, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
5482
|
+
0x65, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
5483
|
+
0x04, 0x73, 0x65, 0x6e, 0x74, 0x22, 0x35, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x53, 0x69, 0x74, 0x65,
|
|
5484
|
+
0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75,
|
|
5485
|
+
0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01,
|
|
5486
|
+
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x22, 0x5e, 0x0a, 0x1b,
|
|
5487
|
+
0x47, 0x65, 0x74, 0x53, 0x69, 0x74, 0x65, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
|
|
5488
|
+
0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3f, 0x0a, 0x04, 0x74,
|
|
5489
|
+
0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2b, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
5490
|
+
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61,
|
|
5491
|
+
0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69,
|
|
5492
|
+
0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x52, 0x0a, 0x18,
|
|
5493
|
+
0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x6e, 0x6b, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x64,
|
|
5494
|
+
0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65,
|
|
5453
5495
|
0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49,
|
|
5454
|
-
0x64, 0x12,
|
|
5455
|
-
|
|
5456
|
-
|
|
5457
|
-
|
|
5458
|
-
|
|
5459
|
-
|
|
5460
|
-
|
|
5461
|
-
0x74,
|
|
5462
|
-
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
|
|
5466
|
-
|
|
5467
|
-
|
|
5468
|
-
|
|
5469
|
-
|
|
5470
|
-
|
|
5471
|
-
|
|
5472
|
-
0x2b, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c,
|
|
5473
|
-
0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x75, 0x62, 0x73,
|
|
5474
|
-
0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79,
|
|
5475
|
-
0x70, 0x65, 0x22, 0x52, 0x0a, 0x18, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x6e, 0x6b,
|
|
5476
|
-
0x69, 0x6e, 0x67, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x17,
|
|
5477
|
-
0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
5478
|
-
0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75,
|
|
5479
|
-
0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x63, 0x63,
|
|
5480
|
-
0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x2f, 0x0a, 0x19, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
|
|
5481
|
-
0x4c, 0x69, 0x6e, 0x6b, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
5482
|
-
0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
5483
|
-
0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x3a, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x53, 0x69,
|
|
5484
|
-
0x74, 0x65, 0x49, 0x64, 0x73, 0x57, 0x69, 0x74, 0x68, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61,
|
|
5485
|
-
0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x69, 0x74, 0x65,
|
|
5486
|
-
0x5f, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x73, 0x69, 0x74, 0x65,
|
|
5487
|
-
0x49, 0x64, 0x73, 0x2a, 0x4e, 0x0a, 0x08, 0x53, 0x69, 0x74, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x12,
|
|
5488
|
-
0x10, 0x0a, 0x0c, 0x55, 0x4e, 0x45, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10,
|
|
5489
|
-
0x00, 0x12, 0x10, 0x0a, 0x0c, 0x43, 0x4c, 0x4f, 0x55, 0x44, 0x5f, 0x4e, 0x41, 0x54, 0x49, 0x56,
|
|
5490
|
-
0x45, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x45, 0x4d, 0x4f, 0x10, 0x02, 0x12, 0x0a, 0x0a,
|
|
5491
|
-
0x06, 0x48, 0x59, 0x42, 0x52, 0x49, 0x44, 0x10, 0x03, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x55, 0x41,
|
|
5492
|
-
0x4c, 0x10, 0x04, 0x2a, 0x77, 0x0a, 0x11, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x53, 0x74,
|
|
5493
|
-
0x61, 0x74, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x20, 0x49, 0x4e, 0x53, 0x54,
|
|
5496
|
+
0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18,
|
|
5497
|
+
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64,
|
|
5498
|
+
0x22, 0x2f, 0x0a, 0x19, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x6e, 0x6b, 0x69, 0x6e,
|
|
5499
|
+
0x67, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a,
|
|
5500
|
+
0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64,
|
|
5501
|
+
0x65, 0x22, 0x3a, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x53, 0x69, 0x74, 0x65, 0x49, 0x64, 0x73, 0x57,
|
|
5502
|
+
0x69, 0x74, 0x68, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61,
|
|
5503
|
+
0x74, 0x61, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x01,
|
|
5504
|
+
0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x73, 0x2a, 0x4e, 0x0a,
|
|
5505
|
+
0x08, 0x53, 0x69, 0x74, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x0c, 0x55, 0x4e, 0x45,
|
|
5506
|
+
0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x43,
|
|
5507
|
+
0x4c, 0x4f, 0x55, 0x44, 0x5f, 0x4e, 0x41, 0x54, 0x49, 0x56, 0x45, 0x10, 0x01, 0x12, 0x08, 0x0a,
|
|
5508
|
+
0x04, 0x44, 0x45, 0x4d, 0x4f, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x48, 0x59, 0x42, 0x52, 0x49,
|
|
5509
|
+
0x44, 0x10, 0x03, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x55, 0x41, 0x4c, 0x10, 0x04, 0x2a, 0x77, 0x0a,
|
|
5510
|
+
0x11, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x56, 0x61, 0x6c,
|
|
5511
|
+
0x75, 0x65, 0x12, 0x24, 0x0a, 0x20, 0x49, 0x4e, 0x53, 0x54, 0x41, 0x4c, 0x4c, 0x5f, 0x53, 0x54,
|
|
5512
|
+
0x41, 0x54, 0x45, 0x5f, 0x56, 0x41, 0x4c, 0x55, 0x45, 0x5f, 0x55, 0x4e, 0x45, 0x53, 0x50, 0x45,
|
|
5513
|
+
0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x1c, 0x0a, 0x18, 0x49, 0x4e, 0x53, 0x54,
|
|
5494
5514
|
0x41, 0x4c, 0x4c, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x56, 0x41, 0x4c, 0x55, 0x45, 0x5f,
|
|
5495
|
-
|
|
5496
|
-
|
|
5497
|
-
|
|
5498
|
-
|
|
5499
|
-
|
|
5500
|
-
|
|
5501
|
-
0x54, 0x10, 0x00, 0x12, 0x06, 0x0a, 0x02, 0x4f, 0x54, 0x10, 0x01, 0x2a, 0xf3, 0x01, 0x0a, 0x10,
|
|
5502
|
-
0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
|
|
5503
|
-
0x12, 0x28, 0x0a, 0x24, 0x53, 0x55, 0x42, 0x53, 0x43, 0x52, 0x49, 0x50, 0x54, 0x49, 0x4f, 0x4e,
|
|
5504
|
-
0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x56, 0x41, 0x4c, 0x55, 0x45, 0x5f, 0x55, 0x4e, 0x45, 0x53,
|
|
5505
|
-
0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x21, 0x0a, 0x1d, 0x53, 0x55,
|
|
5515
|
+
0x53, 0x59, 0x4e, 0x43, 0x10, 0x01, 0x12, 0x1e, 0x0a, 0x1a, 0x49, 0x4e, 0x53, 0x54, 0x41, 0x4c,
|
|
5516
|
+
0x4c, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x56, 0x41, 0x4c, 0x55, 0x45, 0x5f, 0x55, 0x4e,
|
|
5517
|
+
0x53, 0x59, 0x4e, 0x43, 0x10, 0x02, 0x2a, 0x1d, 0x0a, 0x0b, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c,
|
|
5518
|
+
0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x06, 0x0a, 0x02, 0x49, 0x54, 0x10, 0x00, 0x12, 0x06, 0x0a,
|
|
5519
|
+
0x02, 0x4f, 0x54, 0x10, 0x01, 0x2a, 0xf3, 0x01, 0x0a, 0x10, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72,
|
|
5520
|
+
0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x28, 0x0a, 0x24, 0x53, 0x55,
|
|
5506
5521
|
0x42, 0x53, 0x43, 0x52, 0x49, 0x50, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f,
|
|
5507
|
-
0x56, 0x41, 0x4c, 0x55, 0x45, 0x5f,
|
|
5508
|
-
|
|
5509
|
-
|
|
5510
|
-
|
|
5511
|
-
0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x56, 0x41, 0x4c,
|
|
5512
|
-
|
|
5513
|
-
|
|
5514
|
-
|
|
5515
|
-
|
|
5516
|
-
|
|
5517
|
-
|
|
5518
|
-
|
|
5519
|
-
|
|
5520
|
-
|
|
5521
|
-
|
|
5522
|
-
|
|
5523
|
-
|
|
5524
|
-
|
|
5525
|
-
|
|
5526
|
-
|
|
5527
|
-
|
|
5528
|
-
|
|
5529
|
-
|
|
5530
|
-
|
|
5531
|
-
|
|
5532
|
-
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
|
|
5536
|
-
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
|
|
5522
|
+
0x56, 0x41, 0x4c, 0x55, 0x45, 0x5f, 0x55, 0x4e, 0x45, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49,
|
|
5523
|
+
0x45, 0x44, 0x10, 0x00, 0x12, 0x21, 0x0a, 0x1d, 0x53, 0x55, 0x42, 0x53, 0x43, 0x52, 0x49, 0x50,
|
|
5524
|
+
0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x56, 0x41, 0x4c, 0x55, 0x45, 0x5f,
|
|
5525
|
+
0x54, 0x52, 0x49, 0x41, 0x4c, 0x10, 0x01, 0x12, 0x24, 0x0a, 0x20, 0x53, 0x55, 0x42, 0x53, 0x43,
|
|
5526
|
+
0x52, 0x49, 0x50, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x56, 0x41, 0x4c,
|
|
5527
|
+
0x55, 0x45, 0x5f, 0x46, 0x52, 0x45, 0x45, 0x57, 0x41, 0x52, 0x45, 0x10, 0x02, 0x12, 0x23, 0x0a,
|
|
5528
|
+
0x1f, 0x53, 0x55, 0x42, 0x53, 0x43, 0x52, 0x49, 0x50, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x59,
|
|
5529
|
+
0x50, 0x45, 0x5f, 0x56, 0x41, 0x4c, 0x55, 0x45, 0x5f, 0x53, 0x54, 0x41, 0x52, 0x54, 0x45, 0x52,
|
|
5530
|
+
0x10, 0x03, 0x12, 0x1f, 0x0a, 0x1b, 0x53, 0x55, 0x42, 0x53, 0x43, 0x52, 0x49, 0x50, 0x54, 0x49,
|
|
5531
|
+
0x4f, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x56, 0x41, 0x4c, 0x55, 0x45, 0x5f, 0x50, 0x52,
|
|
5532
|
+
0x4f, 0x10, 0x04, 0x12, 0x26, 0x0a, 0x22, 0x53, 0x55, 0x42, 0x53, 0x43, 0x52, 0x49, 0x50, 0x54,
|
|
5533
|
+
0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x56, 0x41, 0x4c, 0x55, 0x45, 0x5f, 0x45,
|
|
5534
|
+
0x4e, 0x54, 0x45, 0x52, 0x50, 0x52, 0x49, 0x53, 0x45, 0x10, 0x05, 0x32, 0xdb, 0x24, 0x0a, 0x0b,
|
|
5535
|
+
0x4d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x12, 0xa1, 0x01, 0x0a, 0x1c,
|
|
5536
|
+
0x43, 0x68, 0x65, 0x63, 0x6b, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x53, 0x69, 0x74,
|
|
5537
|
+
0x65, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x3e, 0x2e, 0x6c,
|
|
5538
|
+
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74,
|
|
5539
|
+
0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x41, 0x63,
|
|
5540
|
+
0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x53, 0x69, 0x74, 0x65, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f,
|
|
5541
|
+
0x75, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3f, 0x2e, 0x6c,
|
|
5542
|
+
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74,
|
|
5543
|
+
0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x41, 0x63,
|
|
5544
|
+
0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x53, 0x69, 0x74, 0x65, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f,
|
|
5545
|
+
0x75, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12,
|
|
5546
|
+
0x8c, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x41, 0x63,
|
|
5547
|
+
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x79, 0x49, 0x64, 0x12, 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
5548
|
+
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61,
|
|
5549
|
+
0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77,
|
|
5550
|
+
0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
5551
|
+
0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
5552
|
+
0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47,
|
|
5553
|
+
0x65, 0x74, 0x50, 0x72, 0x65, 0x76, 0x69, 0x65, 0x77, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
|
|
5554
|
+
0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x92,
|
|
5555
|
+
0x01, 0x0a, 0x17, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x42,
|
|
5556
|
+
0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x39, 0x2e, 0x6c, 0x61, 0x6e,
|
|
5557
|
+
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e,
|
|
5558
|
+
0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69,
|
|
5559
|
+
0x6c, 0x65, 0x73, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65,
|
|
5560
|
+
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
5561
|
+
0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76,
|
|
5562
|
+
0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x42, 0x79,
|
|
5563
|
+
0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
5564
|
+
0x65, 0x22, 0x00, 0x12, 0x9b, 0x01, 0x0a, 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68,
|
|
5565
|
+
0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x4c, 0x69, 0x6e, 0x6b, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c,
|
|
5566
|
+
0x65, 0x73, 0x12, 0x3c, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
5567
|
+
0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4c,
|
|
5568
|
+
0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x4c, 0x69, 0x6e,
|
|
5569
|
+
0x6b, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
5570
|
+
0x1a, 0x3d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75,
|
|
5540
5571
|
0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73,
|
|
5541
|
-
0x74,
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
|
|
5545
|
-
|
|
5546
|
-
|
|
5547
|
-
0x73, 0x74,
|
|
5548
|
-
|
|
5549
|
-
|
|
5550
|
-
|
|
5551
|
-
|
|
5552
|
-
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
5553
|
-
0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e,
|
|
5554
|
-
0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65,
|
|
5555
|
-
0x64, 0x4c, 0x69, 0x6e, 0x6b, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73,
|
|
5556
|
-
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x74, 0x0a, 0x0d, 0x50, 0x61, 0x74, 0x63, 0x68,
|
|
5557
|
-
0x53, 0x69, 0x74, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
5572
|
+
0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x4c, 0x69, 0x6e, 0x6b, 0x50,
|
|
5573
|
+
0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
|
|
5574
|
+
0x00, 0x12, 0x74, 0x0a, 0x0d, 0x50, 0x61, 0x74, 0x63, 0x68, 0x53, 0x69, 0x74, 0x65, 0x4d, 0x6f,
|
|
5575
|
+
0x64, 0x65, 0x12, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
5576
|
+
0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50,
|
|
5577
|
+
0x61, 0x74, 0x63, 0x68, 0x53, 0x69, 0x74, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75,
|
|
5578
|
+
0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
5579
|
+
0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5580
|
+
0x50, 0x61, 0x74, 0x63, 0x68, 0x53, 0x69, 0x74, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73,
|
|
5581
|
+
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x74, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74,
|
|
5582
|
+
0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x12, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
5558
5583
|
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e,
|
|
5559
|
-
0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5560
|
-
|
|
5584
|
+
0x74, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61,
|
|
5585
|
+
0x6c, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
5561
5586
|
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61,
|
|
5562
|
-
0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5563
|
-
|
|
5564
|
-
|
|
5587
|
+
0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74,
|
|
5588
|
+
0x61, 0x6c, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x89, 0x01,
|
|
5589
|
+
0x0a, 0x14, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6e, 0x6b, 0x49,
|
|
5590
|
+
0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x12, 0x36, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
5591
|
+
0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e,
|
|
5592
|
+
0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6e, 0x6b,
|
|
5593
|
+
0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37,
|
|
5565
5594
|
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74,
|
|
5566
5595
|
0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74,
|
|
5567
|
-
0x65,
|
|
5568
|
-
|
|
5569
|
-
0x74,
|
|
5570
|
-
|
|
5571
|
-
|
|
5572
|
-
|
|
5573
|
-
|
|
5574
|
-
0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41,
|
|
5575
|
-
0x6e, 0x64, 0x4c, 0x69, 0x6e, 0x6b, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x71,
|
|
5576
|
-
0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
5596
|
+
0x65, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6e, 0x6b, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x52,
|
|
5597
|
+
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x80, 0x01, 0x0a, 0x11, 0x47, 0x65,
|
|
5598
|
+
0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73, 0x42, 0x79, 0x53, 0x69, 0x74, 0x65, 0x12,
|
|
5599
|
+
0x33, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c,
|
|
5600
|
+
0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49,
|
|
5601
|
+
0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73, 0x42, 0x79, 0x53, 0x69, 0x74, 0x65, 0x52, 0x65, 0x71,
|
|
5602
|
+
0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
5577
5603
|
0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31,
|
|
5578
|
-
0x2e,
|
|
5579
|
-
|
|
5580
|
-
|
|
5581
|
-
|
|
5582
|
-
|
|
5583
|
-
|
|
5584
|
-
|
|
5585
|
-
|
|
5586
|
-
|
|
5587
|
-
|
|
5588
|
-
|
|
5589
|
-
|
|
5590
|
-
0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76,
|
|
5591
|
-
0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73, 0x42, 0x79, 0x49,
|
|
5592
|
-
0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
5593
|
-
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e,
|
|
5594
|
-
0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73,
|
|
5595
|
-
0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x89,
|
|
5596
|
-
0x01, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73, 0x43, 0x6f,
|
|
5597
|
-
0x75, 0x6e, 0x74, 0x42, 0x79, 0x53, 0x69, 0x74, 0x65, 0x12, 0x38, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
5598
|
-
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61,
|
|
5599
|
-
0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c,
|
|
5600
|
-
0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x79, 0x53, 0x69, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75,
|
|
5601
|
-
0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
5604
|
+
0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73, 0x42, 0x79, 0x53, 0x69,
|
|
5605
|
+
0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x7a, 0x0a, 0x0f,
|
|
5606
|
+
0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73, 0x42, 0x79, 0x49, 0x64, 0x12,
|
|
5607
|
+
0x31, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c,
|
|
5608
|
+
0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49,
|
|
5609
|
+
0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
5610
|
+
0x73, 0x74, 0x1a, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
5611
|
+
0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47,
|
|
5612
|
+
0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65,
|
|
5613
|
+
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x89, 0x01, 0x0a, 0x16, 0x47, 0x65, 0x74,
|
|
5614
|
+
0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x79, 0x53,
|
|
5615
|
+
0x69, 0x74, 0x65, 0x12, 0x38, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
5602
5616
|
0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5603
5617
|
0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74,
|
|
5604
|
-
|
|
5605
|
-
|
|
5606
|
-
0x74,
|
|
5607
|
-
|
|
5608
|
-
|
|
5609
|
-
|
|
5610
|
-
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65,
|
|
5611
|
-
0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61,
|
|
5612
|
-
0x6c, 0x6c, 0x62, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70,
|
|
5613
|
-
0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x92, 0x01, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74,
|
|
5614
|
-
0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74,
|
|
5615
|
-
0x49, 0x64, 0x12, 0x39, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
5616
|
-
0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x55,
|
|
5617
|
-
0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c,
|
|
5618
|
-
0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e,
|
|
5618
|
+
0x42, 0x79, 0x53, 0x69, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e,
|
|
5619
|
+
0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69,
|
|
5620
|
+
0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73,
|
|
5621
|
+
0x74, 0x61, 0x6c, 0x6c, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
5622
|
+
0x73, 0x65, 0x22, 0x00, 0x12, 0x89, 0x01, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74,
|
|
5623
|
+
0x61, 0x6c, 0x6c, 0x62, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x36, 0x2e,
|
|
5619
5624
|
0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69,
|
|
5620
|
-
0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5625
|
+
0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73,
|
|
5626
|
+
0x74, 0x61, 0x6c, 0x6c, 0x62, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65,
|
|
5627
|
+
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
5628
|
+
0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76,
|
|
5629
|
+
0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x62, 0x79, 0x43, 0x6c,
|
|
5630
|
+
0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
|
|
5631
|
+
0x12, 0x92, 0x01, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61,
|
|
5632
|
+
0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x39, 0x2e, 0x6c,
|
|
5633
|
+
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74,
|
|
5634
|
+
0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49,
|
|
5635
|
+
0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64,
|
|
5636
|
+
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
5637
|
+
0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74,
|
|
5638
|
+
0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c,
|
|
5639
|
+
0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
5640
|
+
0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x92, 0x01, 0x0a, 0x17, 0x52, 0x6f, 0x74, 0x61, 0x74, 0x65,
|
|
5621
5641
|
0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49,
|
|
5622
|
-
0x64,
|
|
5623
|
-
|
|
5624
|
-
|
|
5642
|
+
0x64, 0x12, 0x39, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d,
|
|
5643
|
+
0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x6f,
|
|
5644
|
+
0x74, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69,
|
|
5645
|
+
0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x6c,
|
|
5646
|
+
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74,
|
|
5647
|
+
0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x6f, 0x74, 0x61, 0x74, 0x65, 0x49,
|
|
5648
|
+
0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64,
|
|
5649
|
+
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x9b, 0x01, 0x0a, 0x1a, 0x4c,
|
|
5650
|
+
0x69, 0x6e, 0x6b, 0x54, 0x72, 0x69, 0x61, 0x6c, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42,
|
|
5651
|
+
0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x3c, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
5652
|
+
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61,
|
|
5653
|
+
0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x6e, 0x6b, 0x54, 0x72, 0x69, 0x61, 0x6c, 0x49,
|
|
5654
|
+
0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64,
|
|
5655
|
+
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
5625
5656
|
0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74,
|
|
5626
|
-
0x2e, 0x76, 0x31, 0x2e,
|
|
5627
|
-
0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
5628
|
-
0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
5629
|
-
0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x52,
|
|
5630
|
-
0x6f, 0x74, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c,
|
|
5631
|
-
0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
|
|
5632
|
-
0x12, 0x9b, 0x01, 0x0a, 0x1a, 0x4c, 0x69, 0x6e, 0x6b, 0x54, 0x72, 0x69, 0x61, 0x6c, 0x49, 0x6e,
|
|
5633
|
-
0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12,
|
|
5634
|
-
0x3c, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c,
|
|
5635
|
-
0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x6e, 0x6b,
|
|
5636
|
-
0x54, 0x72, 0x69, 0x61, 0x6c, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c,
|
|
5637
|
-
0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3d, 0x2e,
|
|
5638
|
-
0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69,
|
|
5639
|
-
0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x6e, 0x6b, 0x54, 0x72,
|
|
5640
|
-
0x69, 0x61, 0x6c, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65,
|
|
5641
|
-
0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x92,
|
|
5642
|
-
0x01, 0x0a, 0x17, 0x55, 0x6e, 0x6c, 0x69, 0x6e, 0x6b, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c,
|
|
5643
|
-
0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x39, 0x2e, 0x6c, 0x61, 0x6e,
|
|
5644
|
-
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e,
|
|
5645
|
-
0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x6e, 0x6c, 0x69, 0x6e, 0x6b, 0x49, 0x6e, 0x73,
|
|
5657
|
+
0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x6e, 0x6b, 0x54, 0x72, 0x69, 0x61, 0x6c, 0x49, 0x6e, 0x73,
|
|
5646
5658
|
0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65,
|
|
5647
|
-
|
|
5648
|
-
|
|
5649
|
-
|
|
5650
|
-
|
|
5651
|
-
|
|
5659
|
+
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x92, 0x01, 0x0a, 0x17, 0x55, 0x6e, 0x6c,
|
|
5660
|
+
0x69, 0x6e, 0x6b, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65,
|
|
5661
|
+
0x6e, 0x74, 0x49, 0x64, 0x12, 0x39, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
5662
|
+
0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31,
|
|
5663
|
+
0x2e, 0x55, 0x6e, 0x6c, 0x69, 0x6e, 0x6b, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79,
|
|
5664
|
+
0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
5665
|
+
0x3a, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c,
|
|
5666
|
+
0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x6e, 0x6c, 0x69,
|
|
5667
|
+
0x6e, 0x6b, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e,
|
|
5668
|
+
0x74, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x98, 0x01,
|
|
5669
|
+
0x0a, 0x19, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x44,
|
|
5670
|
+
0x61, 0x74, 0x61, 0x42, 0x79, 0x53, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x3b, 0x2e, 0x6c, 0x61,
|
|
5671
|
+
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65,
|
|
5672
|
+
0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e,
|
|
5652
5673
|
0x73, 0x74, 0x61, 0x6c, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x53, 0x69, 0x74, 0x65, 0x49,
|
|
5653
|
-
0x64,
|
|
5654
|
-
0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65,
|
|
5655
|
-
0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x42,
|
|
5656
|
-
0x79, 0x53, 0x69, 0x74, 0x65, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3c,
|
|
5657
|
-
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74,
|
|
5658
|
-
0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76,
|
|
5659
|
-
0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x53, 0x69,
|
|
5660
|
-
0x74, 0x65, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0xaa,
|
|
5661
|
-
0x01, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x44, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64,
|
|
5662
|
-
0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73, 0x42, 0x79, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
|
|
5663
|
-
0x49, 0x64, 0x12, 0x41, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
5664
|
-
0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47,
|
|
5665
|
-
0x65, 0x74, 0x44, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x49, 0x6e, 0x73, 0x74,
|
|
5666
|
-
0x61, 0x6c, 0x6c, 0x73, 0x42, 0x79, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x49, 0x64, 0x52, 0x65,
|
|
5667
|
-
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x42, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
5668
|
-
0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76,
|
|
5669
|
-
0x31, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x49,
|
|
5670
|
-
0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73, 0x42, 0x79, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x49,
|
|
5671
|
-
0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x83, 0x01, 0x0a, 0x12,
|
|
5672
|
-
0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f,
|
|
5673
|
-
0x6e, 0x73, 0x12, 0x34, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
5674
|
-
0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47,
|
|
5675
|
-
0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e,
|
|
5676
|
-
0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
5674
|
+
0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
5677
5675
|
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e,
|
|
5678
|
-
0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5679
|
-
|
|
5680
|
-
|
|
5681
|
-
0x70, 0x6c, 0x69, 0x63, 0x61, 0x74,
|
|
5682
|
-
0x6c,
|
|
5676
|
+
0x74, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61,
|
|
5677
|
+
0x6c, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x53, 0x69, 0x74, 0x65, 0x49, 0x64, 0x52, 0x65,
|
|
5678
|
+
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0xaa, 0x01, 0x0a, 0x1f, 0x47, 0x65, 0x74,
|
|
5679
|
+
0x44, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c,
|
|
5680
|
+
0x6c, 0x73, 0x42, 0x79, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x49, 0x64, 0x12, 0x41, 0x2e, 0x6c,
|
|
5681
|
+
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74,
|
|
5682
|
+
0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x75, 0x70, 0x6c,
|
|
5683
|
+
0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x73, 0x42, 0x79,
|
|
5684
|
+
0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
5685
|
+
0x42, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c,
|
|
5686
|
+
0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x44,
|
|
5687
|
+
0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c,
|
|
5688
|
+
0x73, 0x42, 0x79, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
5689
|
+
0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x83, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65,
|
|
5690
|
+
0x72, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x34, 0x2e, 0x6c,
|
|
5683
5691
|
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74,
|
|
5684
|
-
0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5685
|
-
|
|
5686
|
-
|
|
5687
|
-
|
|
5692
|
+
0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72,
|
|
5693
|
+
0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
5694
|
+
0x73, 0x74, 0x1a, 0x35, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
5695
|
+
0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47,
|
|
5696
|
+
0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e,
|
|
5697
|
+
0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0xbf, 0x01, 0x0a, 0x26,
|
|
5698
|
+
0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74,
|
|
5699
|
+
0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x61, 0x6c, 0x41, 0x63, 0x63, 0x65, 0x73,
|
|
5700
|
+
0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x48, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
5688
5701
|
0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e,
|
|
5689
5702
|
0x76, 0x31, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x6c, 0x69,
|
|
5690
5703
|
0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x61, 0x6c, 0x41, 0x63,
|
|
5691
|
-
0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65,
|
|
5692
|
-
|
|
5693
|
-
|
|
5694
|
-
|
|
5695
|
-
|
|
5696
|
-
|
|
5697
|
-
|
|
5698
|
-
|
|
5699
|
-
0x2e, 0x76, 0x31, 0x2e, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f,
|
|
5700
|
-
0x6f, 0x6b, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
|
|
5701
|
-
0x00, 0x12, 0x8c, 0x01, 0x0a, 0x21, 0x47, 0x65, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69,
|
|
5702
|
-
0x7a, 0x65, 0x64, 0x53, 0x69, 0x74, 0x65, 0x73, 0x42, 0x79, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63,
|
|
5703
|
-
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x31, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
5704
|
-
0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74,
|
|
5705
|
-
0x2e, 0x76, 0x31, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x53, 0x69,
|
|
5706
|
-
0x74, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x6c, 0x61, 0x6e,
|
|
5707
|
-
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e,
|
|
5708
|
-
0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65,
|
|
5709
|
-
0x64, 0x53, 0x69, 0x74, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
|
|
5710
|
-
0x12, 0x8c, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49,
|
|
5711
|
-
0x64, 0x73, 0x42, 0x79, 0x53, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x37, 0x2e, 0x6c, 0x61, 0x6e,
|
|
5704
|
+
0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
5705
|
+
0x1a, 0x49, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75,
|
|
5706
|
+
0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x61, 0x6c,
|
|
5707
|
+
0x69, 0x64, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
5708
|
+
0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x61, 0x6c, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f,
|
|
5709
|
+
0x6b, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x8b, 0x01,
|
|
5710
|
+
0x0a, 0x18, 0x53, 0x65, 0x6e, 0x64, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x57, 0x65,
|
|
5711
|
+
0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x35, 0x2e, 0x6c, 0x61, 0x6e,
|
|
5712
5712
|
0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e,
|
|
5713
|
-
0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
|
|
5717
|
-
|
|
5718
|
-
|
|
5719
|
-
|
|
5720
|
-
|
|
5713
|
+
0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x57, 0x65,
|
|
5714
|
+
0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
5715
|
+
0x74, 0x1a, 0x36, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d,
|
|
5716
|
+
0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x69,
|
|
5717
|
+
0x73, 0x61, 0x62, 0x6c, 0x65, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x45, 0x6d, 0x61, 0x69,
|
|
5718
|
+
0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x8c, 0x01, 0x0a, 0x21,
|
|
5719
|
+
0x47, 0x65, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x53, 0x69, 0x74,
|
|
5720
|
+
0x65, 0x73, 0x42, 0x79, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49,
|
|
5721
|
+
0x64, 0x12, 0x31, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d,
|
|
5722
|
+
0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x75,
|
|
5723
|
+
0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x53, 0x69, 0x74, 0x65, 0x73, 0x52, 0x65, 0x71,
|
|
5724
|
+
0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
5725
|
+
0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31,
|
|
5726
|
+
0x2e, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x53, 0x69, 0x74, 0x65, 0x73,
|
|
5727
|
+
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x8c, 0x01, 0x0a, 0x15, 0x47,
|
|
5728
|
+
0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x73, 0x42, 0x79, 0x53, 0x69,
|
|
5729
|
+
0x74, 0x65, 0x49, 0x64, 0x12, 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
5730
|
+
0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31,
|
|
5731
|
+
0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x73, 0x42, 0x79,
|
|
5732
|
+
0x53, 0x69, 0x74, 0x65, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e,
|
|
5721
5733
|
0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69,
|
|
5722
|
-
0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5723
|
-
|
|
5724
|
-
|
|
5725
|
-
|
|
5726
|
-
|
|
5727
|
-
|
|
5728
|
-
|
|
5729
|
-
|
|
5730
|
-
|
|
5731
|
-
|
|
5732
|
-
|
|
5733
|
-
|
|
5734
|
-
|
|
5734
|
+
0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63,
|
|
5735
|
+
0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x73, 0x42, 0x79, 0x53, 0x69, 0x74, 0x65, 0x49, 0x64, 0x52,
|
|
5736
|
+
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x98, 0x01, 0x0a, 0x19, 0x43, 0x68,
|
|
5737
|
+
0x65, 0x63, 0x6b, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x49, 0x6e, 0x41, 0x70, 0x70, 0x6c,
|
|
5738
|
+
0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3b, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
5739
|
+
0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74,
|
|
5740
|
+
0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72,
|
|
5741
|
+
0x49, 0x6e, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71,
|
|
5742
|
+
0x75, 0x65, 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
5743
|
+
0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31,
|
|
5744
|
+
0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x49, 0x6e, 0x41,
|
|
5745
|
+
0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
5746
|
+
0x73, 0x65, 0x22, 0x00, 0x12, 0x8f, 0x01, 0x0a, 0x16, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53,
|
|
5747
|
+
0x69, 0x74, 0x65, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12,
|
|
5748
|
+
0x38, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c,
|
|
5735
5749
|
0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61,
|
|
5736
5750
|
0x74, 0x65, 0x53, 0x69, 0x74, 0x65, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69,
|
|
5737
|
-
0x6f, 0x6e, 0x52, 0x65,
|
|
5738
|
-
0x1b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x72, 0x69, 0x61, 0x6c, 0x53, 0x69, 0x74, 0x65,
|
|
5739
|
-
0x41, 0x6e, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x3d, 0x2e, 0x6c,
|
|
5740
|
-
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74,
|
|
5741
|
-
0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54,
|
|
5742
|
-
0x72, 0x69, 0x61, 0x6c, 0x53, 0x69, 0x74, 0x65, 0x41, 0x6e, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x61,
|
|
5743
|
-
0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3e, 0x2e, 0x6c, 0x61,
|
|
5744
|
-
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65,
|
|
5745
|
-
0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x72,
|
|
5746
|
-
0x69, 0x61, 0x6c, 0x53, 0x69, 0x74, 0x65, 0x41, 0x6e, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c,
|
|
5747
|
-
0x6c, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0xad, 0x01,
|
|
5748
|
-
0x0a, 0x20, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f,
|
|
5749
|
-
0x6e, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74,
|
|
5750
|
-
0x49, 0x64, 0x12, 0x42, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
5751
|
-
0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47,
|
|
5752
|
-
0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69,
|
|
5753
|
-
0x63, 0x65, 0x6e, 0x73, 0x65, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52,
|
|
5754
|
-
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x43, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
5755
|
-
0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e,
|
|
5756
|
-
0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69,
|
|
5757
|
-
0x6f, 0x6e, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e,
|
|
5758
|
-
0x74, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x7d, 0x0a,
|
|
5759
|
-
0x10, 0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x45, 0x78, 0x69, 0x73,
|
|
5760
|
-
0x74, 0x12, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d,
|
|
5761
|
-
0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x6c,
|
|
5762
|
-
0x6c, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x45, 0x78, 0x69, 0x73, 0x74, 0x52, 0x65,
|
|
5763
|
-
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
5764
|
-
0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76,
|
|
5765
|
-
0x31, 0x2e, 0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x45, 0x78, 0x69,
|
|
5766
|
-
0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x95, 0x01, 0x0a,
|
|
5767
|
-
0x18, 0x53, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x4c, 0x6f, 0x63, 0x61, 0x6c,
|
|
5768
|
-
0x55, 0x73, 0x65, 0x72, 0x73, 0x4d, 0x61, 0x69, 0x6c, 0x12, 0x3a, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
5751
|
+
0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x39, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
5769
5752
|
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61,
|
|
5770
|
-
0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5771
|
-
|
|
5772
|
-
|
|
5773
|
-
0x65,
|
|
5774
|
-
|
|
5775
|
-
0x6c, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4d, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
5776
|
-
0x73, 0x65, 0x22, 0x00, 0x12, 0x80, 0x01, 0x0a, 0x10, 0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x66,
|
|
5777
|
-
0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, 0x73, 0x74, 0x73, 0x12, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
5778
|
-
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61,
|
|
5779
|
-
0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65,
|
|
5780
|
-
0x45, 0x78, 0x69, 0x73, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e,
|
|
5781
|
-
0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69,
|
|
5782
|
-
0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f,
|
|
5783
|
-
0x66, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, 0x73, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
5784
|
-
0x73, 0x65, 0x22, 0x03, 0x88, 0x02, 0x01, 0x12, 0x86, 0x01, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x53,
|
|
5785
|
-
0x69, 0x74, 0x65, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12,
|
|
5786
|
-
0x35, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c,
|
|
5787
|
-
0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x53,
|
|
5788
|
-
0x69, 0x74, 0x65, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x52,
|
|
5789
|
-
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
5790
|
-
0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e,
|
|
5791
|
-
0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x69, 0x74, 0x65, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72,
|
|
5792
|
-
0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
|
|
5793
|
-
0x12, 0x80, 0x01, 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x6e, 0x6b, 0x69,
|
|
5794
|
-
0x6e, 0x67, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x33, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
5753
|
+
0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x69, 0x74, 0x65,
|
|
5754
|
+
0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70,
|
|
5755
|
+
0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x9e, 0x01, 0x0a, 0x1b, 0x43, 0x72, 0x65, 0x61, 0x74,
|
|
5756
|
+
0x65, 0x54, 0x72, 0x69, 0x61, 0x6c, 0x53, 0x69, 0x74, 0x65, 0x41, 0x6e, 0x64, 0x49, 0x6e, 0x73,
|
|
5757
|
+
0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x3d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
5795
5758
|
0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e,
|
|
5796
|
-
0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
|
|
5797
|
-
|
|
5759
|
+
0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x72, 0x69, 0x61, 0x6c, 0x53, 0x69,
|
|
5760
|
+
0x74, 0x65, 0x41, 0x6e, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65,
|
|
5761
|
+
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
5762
|
+
0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76,
|
|
5763
|
+
0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x72, 0x69, 0x61, 0x6c, 0x53, 0x69, 0x74,
|
|
5764
|
+
0x65, 0x41, 0x6e, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x73,
|
|
5765
|
+
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0xad, 0x01, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x49,
|
|
5766
|
+
0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x63, 0x65, 0x6e,
|
|
5767
|
+
0x73, 0x65, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x42, 0x2e, 0x6c,
|
|
5768
|
+
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74,
|
|
5769
|
+
0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74,
|
|
5770
|
+
0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x42,
|
|
5771
|
+
0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
5772
|
+
0x1a, 0x43, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75,
|
|
5773
|
+
0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74,
|
|
5774
|
+
0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x63, 0x65,
|
|
5775
|
+
0x6e, 0x73, 0x65, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x73,
|
|
5776
|
+
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x7d, 0x0a, 0x10, 0x41, 0x6c, 0x6c, 0x50, 0x72,
|
|
5777
|
+
0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x45, 0x78, 0x69, 0x73, 0x74, 0x12, 0x32, 0x2e, 0x6c, 0x61,
|
|
5798
5778
|
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65,
|
|
5799
|
-
0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5800
|
-
|
|
5801
|
-
|
|
5802
|
-
|
|
5803
|
-
|
|
5779
|
+
0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x66, 0x69,
|
|
5780
|
+
0x6c, 0x65, 0x73, 0x45, 0x78, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
5781
|
+
0x33, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c,
|
|
5782
|
+
0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x6c, 0x6c, 0x50,
|
|
5783
|
+
0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x45, 0x78, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70,
|
|
5784
|
+
0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x95, 0x01, 0x0a, 0x18, 0x53, 0x65, 0x6e, 0x64, 0x49,
|
|
5785
|
+
0x6e, 0x76, 0x69, 0x74, 0x65, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4d,
|
|
5786
|
+
0x61, 0x69, 0x6c, 0x12, 0x3a, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
5787
|
+
0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5788
|
+
0x53, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x55,
|
|
5789
|
+
0x73, 0x65, 0x72, 0x73, 0x4d, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
5790
|
+
0x3b, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c,
|
|
5791
|
+
0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x6e, 0x64,
|
|
5792
|
+
0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x55, 0x73, 0x65, 0x72, 0x73,
|
|
5793
|
+
0x4d, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x80,
|
|
5794
|
+
0x01, 0x0a, 0x10, 0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69,
|
|
5795
|
+
0x73, 0x74, 0x73, 0x12, 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
5796
|
+
0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5797
|
+
0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, 0x73, 0x74, 0x73,
|
|
5798
|
+
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
5799
|
+
0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74,
|
|
5800
|
+
0x2e, 0x76, 0x31, 0x2e, 0x41, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x45, 0x78,
|
|
5801
|
+
0x69, 0x73, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x03, 0x88, 0x02,
|
|
5802
|
+
0x01, 0x12, 0x86, 0x01, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x53, 0x69, 0x74, 0x65, 0x53, 0x75, 0x62,
|
|
5803
|
+
0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x35, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
5804
5804
|
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61,
|
|
5805
|
-
0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x69, 0x74, 0x65,
|
|
5806
|
-
|
|
5807
|
-
|
|
5805
|
+
0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x69, 0x74, 0x65, 0x53, 0x75, 0x62,
|
|
5806
|
+
0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
5807
|
+
0x1a, 0x36, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75,
|
|
5808
|
+
0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74,
|
|
5809
|
+
0x53, 0x69, 0x74, 0x65, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e,
|
|
5810
|
+
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x80, 0x01, 0x0a, 0x11, 0x43,
|
|
5811
|
+
0x72, 0x65, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x6e, 0x6b, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x64, 0x65,
|
|
5812
|
+
0x12, 0x33, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75,
|
|
5813
|
+
0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65,
|
|
5814
|
+
0x61, 0x74, 0x65, 0x4c, 0x69, 0x6e, 0x6b, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65,
|
|
5815
|
+
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
5816
|
+
0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76,
|
|
5817
|
+
0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x6e, 0x6b, 0x69, 0x6e, 0x67, 0x43,
|
|
5818
|
+
0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x99, 0x01,
|
|
5819
|
+
0x0a, 0x21, 0x47, 0x65, 0x74, 0x53, 0x69, 0x74, 0x65, 0x49, 0x64, 0x73, 0x57, 0x69, 0x74, 0x68,
|
|
5820
|
+
0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x79, 0x53, 0x69, 0x74,
|
|
5821
|
+
0x65, 0x49, 0x64, 0x12, 0x38, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
5808
5822
|
0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
|
|
5809
5823
|
0x47, 0x65, 0x74, 0x53, 0x69, 0x74, 0x65, 0x49, 0x64, 0x73, 0x57, 0x69, 0x74, 0x68, 0x49, 0x6e,
|
|
5810
|
-
0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61,
|
|
5811
|
-
|
|
5812
|
-
|
|
5824
|
+
0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x1a, 0x38, 0x2e,
|
|
5825
|
+
0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69,
|
|
5826
|
+
0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x69, 0x74,
|
|
5827
|
+
0x65, 0x49, 0x64, 0x73, 0x57, 0x69, 0x74, 0x68, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74,
|
|
5828
|
+
0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x22, 0x00, 0x42, 0x10, 0x5a, 0x0e, 0x2e, 0x2f, 0x67,
|
|
5829
|
+
0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x2d, 0x67, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f,
|
|
5830
|
+
0x74, 0x6f, 0x33,
|
|
5813
5831
|
}
|
|
5814
5832
|
|
|
5815
5833
|
var (
|
|
5816
|
-
|
|
5817
|
-
|
|
5834
|
+
file_multitenant_proto_rawDescOnce sync.Once
|
|
5835
|
+
file_multitenant_proto_rawDescData = file_multitenant_proto_rawDesc
|
|
5818
5836
|
)
|
|
5819
5837
|
|
|
5820
|
-
func
|
|
5821
|
-
|
|
5822
|
-
|
|
5838
|
+
func file_multitenant_proto_rawDescGZIP() []byte {
|
|
5839
|
+
file_multitenant_proto_rawDescOnce.Do(func() {
|
|
5840
|
+
file_multitenant_proto_rawDescData = protoimpl.X.CompressGZIP(file_multitenant_proto_rawDescData)
|
|
5823
5841
|
})
|
|
5824
|
-
return
|
|
5842
|
+
return file_multitenant_proto_rawDescData
|
|
5825
5843
|
}
|
|
5826
5844
|
|
|
5827
|
-
var
|
|
5828
|
-
var
|
|
5829
|
-
var
|
|
5845
|
+
var file_multitenant_proto_enumTypes = make([]protoimpl.EnumInfo, 4)
|
|
5846
|
+
var file_multitenant_proto_msgTypes = make([]protoimpl.MessageInfo, 80)
|
|
5847
|
+
var file_multitenant_proto_goTypes = []interface{}{
|
|
5830
5848
|
(SiteMode)(0), // 0: lansweeper.multitenant.v1.SiteMode
|
|
5831
5849
|
(InstallStateValue)(0), // 1: lansweeper.multitenant.v1.InstallStateValue
|
|
5832
5850
|
(InstallType)(0), // 2: lansweeper.multitenant.v1.InstallType
|
|
@@ -5912,7 +5930,7 @@ var file_packages_multitenant_grpc_proto_multitenant_proto_goTypes = []interface
|
|
|
5912
5930
|
(*GetUserPermissionsResponse_Role)(nil), // 82: lansweeper.multitenant.v1.GetUserPermissionsResponse.Role
|
|
5913
5931
|
(*DisableWebhookEmailRequest_WebhookError)(nil), // 83: lansweeper.multitenant.v1.DisableWebhookEmailRequest.WebhookError
|
|
5914
5932
|
}
|
|
5915
|
-
var
|
|
5933
|
+
var file_multitenant_proto_depIdxs = []int32{
|
|
5916
5934
|
4, // 0: lansweeper.multitenant.v1.GetPreviewAccountByIdResponse.account:type_name -> lansweeper.multitenant.v1.PreviewAccount
|
|
5917
5935
|
0, // 1: lansweeper.multitenant.v1.PreviewSite.mode:type_name -> lansweeper.multitenant.v1.SiteMode
|
|
5918
5936
|
0, // 2: lansweeper.multitenant.v1.PatchSiteModeRequest.mode:type_name -> lansweeper.multitenant.v1.SiteMode
|
|
@@ -6025,13 +6043,13 @@ var file_packages_multitenant_grpc_proto_multitenant_proto_depIdxs = []int32{
|
|
|
6025
6043
|
0, // [0:41] is the sub-list for field type_name
|
|
6026
6044
|
}
|
|
6027
6045
|
|
|
6028
|
-
func init() {
|
|
6029
|
-
func
|
|
6030
|
-
if
|
|
6046
|
+
func init() { file_multitenant_proto_init() }
|
|
6047
|
+
func file_multitenant_proto_init() {
|
|
6048
|
+
if File_multitenant_proto != nil {
|
|
6031
6049
|
return
|
|
6032
6050
|
}
|
|
6033
6051
|
if !protoimpl.UnsafeEnabled {
|
|
6034
|
-
|
|
6052
|
+
file_multitenant_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
6035
6053
|
switch v := v.(*PreviewAccount); i {
|
|
6036
6054
|
case 0:
|
|
6037
6055
|
return &v.state
|
|
@@ -6043,7 +6061,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6043
6061
|
return nil
|
|
6044
6062
|
}
|
|
6045
6063
|
}
|
|
6046
|
-
|
|
6064
|
+
file_multitenant_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
6047
6065
|
switch v := v.(*GetPreviewAccountByIdRequest); i {
|
|
6048
6066
|
case 0:
|
|
6049
6067
|
return &v.state
|
|
@@ -6055,7 +6073,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6055
6073
|
return nil
|
|
6056
6074
|
}
|
|
6057
6075
|
}
|
|
6058
|
-
|
|
6076
|
+
file_multitenant_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
6059
6077
|
switch v := v.(*GetPreviewAccountByIdResponse); i {
|
|
6060
6078
|
case 0:
|
|
6061
6079
|
return &v.state
|
|
@@ -6067,7 +6085,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6067
6085
|
return nil
|
|
6068
6086
|
}
|
|
6069
6087
|
}
|
|
6070
|
-
|
|
6088
|
+
file_multitenant_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
6071
6089
|
switch v := v.(*PreviewSite); i {
|
|
6072
6090
|
case 0:
|
|
6073
6091
|
return &v.state
|
|
@@ -6079,7 +6097,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6079
6097
|
return nil
|
|
6080
6098
|
}
|
|
6081
6099
|
}
|
|
6082
|
-
|
|
6100
|
+
file_multitenant_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
6083
6101
|
switch v := v.(*PatchSiteModeRequest); i {
|
|
6084
6102
|
case 0:
|
|
6085
6103
|
return &v.state
|
|
@@ -6091,7 +6109,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6091
6109
|
return nil
|
|
6092
6110
|
}
|
|
6093
6111
|
}
|
|
6094
|
-
|
|
6112
|
+
file_multitenant_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
6095
6113
|
switch v := v.(*PatchSiteModeResponse); i {
|
|
6096
6114
|
case 0:
|
|
6097
6115
|
return &v.state
|
|
@@ -6103,7 +6121,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6103
6121
|
return nil
|
|
6104
6122
|
}
|
|
6105
6123
|
}
|
|
6106
|
-
|
|
6124
|
+
file_multitenant_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
6107
6125
|
switch v := v.(*Profile); i {
|
|
6108
6126
|
case 0:
|
|
6109
6127
|
return &v.state
|
|
@@ -6115,7 +6133,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6115
6133
|
return nil
|
|
6116
6134
|
}
|
|
6117
6135
|
}
|
|
6118
|
-
|
|
6136
|
+
file_multitenant_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
6119
6137
|
switch v := v.(*ListProfilesByAccountIdRequest); i {
|
|
6120
6138
|
case 0:
|
|
6121
6139
|
return &v.state
|
|
@@ -6127,7 +6145,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6127
6145
|
return nil
|
|
6128
6146
|
}
|
|
6129
6147
|
}
|
|
6130
|
-
|
|
6148
|
+
file_multitenant_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
6131
6149
|
switch v := v.(*ListProfilesByAccountIdResponse); i {
|
|
6132
6150
|
case 0:
|
|
6133
6151
|
return &v.state
|
|
@@ -6139,7 +6157,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6139
6157
|
return nil
|
|
6140
6158
|
}
|
|
6141
6159
|
}
|
|
6142
|
-
|
|
6160
|
+
file_multitenant_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
6143
6161
|
switch v := v.(*ListAuthorizedLinkProfilesRequest); i {
|
|
6144
6162
|
case 0:
|
|
6145
6163
|
return &v.state
|
|
@@ -6151,7 +6169,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6151
6169
|
return nil
|
|
6152
6170
|
}
|
|
6153
6171
|
}
|
|
6154
|
-
|
|
6172
|
+
file_multitenant_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
6155
6173
|
switch v := v.(*ListAuthorizedLinkProfilesResponse); i {
|
|
6156
6174
|
case 0:
|
|
6157
6175
|
return &v.state
|
|
@@ -6163,7 +6181,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6163
6181
|
return nil
|
|
6164
6182
|
}
|
|
6165
6183
|
}
|
|
6166
|
-
|
|
6184
|
+
file_multitenant_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
6167
6185
|
switch v := v.(*CheckAccessToSiteByAccountIdRequest); i {
|
|
6168
6186
|
case 0:
|
|
6169
6187
|
return &v.state
|
|
@@ -6175,7 +6193,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6175
6193
|
return nil
|
|
6176
6194
|
}
|
|
6177
6195
|
}
|
|
6178
|
-
|
|
6196
|
+
file_multitenant_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
6179
6197
|
switch v := v.(*CheckAccessToSiteByAccountIdResponse); i {
|
|
6180
6198
|
case 0:
|
|
6181
6199
|
return &v.state
|
|
@@ -6187,7 +6205,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6187
6205
|
return nil
|
|
6188
6206
|
}
|
|
6189
6207
|
}
|
|
6190
|
-
|
|
6208
|
+
file_multitenant_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
6191
6209
|
switch v := v.(*Install); i {
|
|
6192
6210
|
case 0:
|
|
6193
6211
|
return &v.state
|
|
@@ -6199,7 +6217,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6199
6217
|
return nil
|
|
6200
6218
|
}
|
|
6201
6219
|
}
|
|
6202
|
-
|
|
6220
|
+
file_multitenant_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
6203
6221
|
switch v := v.(*InstallCredentials); i {
|
|
6204
6222
|
case 0:
|
|
6205
6223
|
return &v.state
|
|
@@ -6211,7 +6229,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6211
6229
|
return nil
|
|
6212
6230
|
}
|
|
6213
6231
|
}
|
|
6214
|
-
|
|
6232
|
+
file_multitenant_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
6215
6233
|
switch v := v.(*GetInstallsCountBySiteRequest); i {
|
|
6216
6234
|
case 0:
|
|
6217
6235
|
return &v.state
|
|
@@ -6223,7 +6241,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6223
6241
|
return nil
|
|
6224
6242
|
}
|
|
6225
6243
|
}
|
|
6226
|
-
|
|
6244
|
+
file_multitenant_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
6227
6245
|
switch v := v.(*GetInstallsCountResponse); i {
|
|
6228
6246
|
case 0:
|
|
6229
6247
|
return &v.state
|
|
@@ -6235,7 +6253,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6235
6253
|
return nil
|
|
6236
6254
|
}
|
|
6237
6255
|
}
|
|
6238
|
-
|
|
6256
|
+
file_multitenant_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
6239
6257
|
switch v := v.(*GetInstallsByIdRequest); i {
|
|
6240
6258
|
case 0:
|
|
6241
6259
|
return &v.state
|
|
@@ -6247,7 +6265,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6247
6265
|
return nil
|
|
6248
6266
|
}
|
|
6249
6267
|
}
|
|
6250
|
-
|
|
6268
|
+
file_multitenant_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
6251
6269
|
switch v := v.(*GetInstallsByIdResponse); i {
|
|
6252
6270
|
case 0:
|
|
6253
6271
|
return &v.state
|
|
@@ -6259,7 +6277,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6259
6277
|
return nil
|
|
6260
6278
|
}
|
|
6261
6279
|
}
|
|
6262
|
-
|
|
6280
|
+
file_multitenant_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
6263
6281
|
switch v := v.(*NullableInstallType); i {
|
|
6264
6282
|
case 0:
|
|
6265
6283
|
return &v.state
|
|
@@ -6271,7 +6289,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6271
6289
|
return nil
|
|
6272
6290
|
}
|
|
6273
6291
|
}
|
|
6274
|
-
|
|
6292
|
+
file_multitenant_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
6275
6293
|
switch v := v.(*GetInstallsBySiteRequest); i {
|
|
6276
6294
|
case 0:
|
|
6277
6295
|
return &v.state
|
|
@@ -6283,7 +6301,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6283
6301
|
return nil
|
|
6284
6302
|
}
|
|
6285
6303
|
}
|
|
6286
|
-
|
|
6304
|
+
file_multitenant_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
6287
6305
|
switch v := v.(*GetInstallsBySiteResponse); i {
|
|
6288
6306
|
case 0:
|
|
6289
6307
|
return &v.state
|
|
@@ -6295,7 +6313,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6295
6313
|
return nil
|
|
6296
6314
|
}
|
|
6297
6315
|
}
|
|
6298
|
-
|
|
6316
|
+
file_multitenant_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
6299
6317
|
switch v := v.(*GetInstallbyClientIdRequest); i {
|
|
6300
6318
|
case 0:
|
|
6301
6319
|
return &v.state
|
|
@@ -6307,7 +6325,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6307
6325
|
return nil
|
|
6308
6326
|
}
|
|
6309
6327
|
}
|
|
6310
|
-
|
|
6328
|
+
file_multitenant_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
6311
6329
|
switch v := v.(*GetInstallbyClientIdResponse); i {
|
|
6312
6330
|
case 0:
|
|
6313
6331
|
return &v.state
|
|
@@ -6319,7 +6337,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6319
6337
|
return nil
|
|
6320
6338
|
}
|
|
6321
6339
|
}
|
|
6322
|
-
|
|
6340
|
+
file_multitenant_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
6323
6341
|
switch v := v.(*CreateInstallRequest); i {
|
|
6324
6342
|
case 0:
|
|
6325
6343
|
return &v.state
|
|
@@ -6331,7 +6349,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6331
6349
|
return nil
|
|
6332
6350
|
}
|
|
6333
6351
|
}
|
|
6334
|
-
|
|
6352
|
+
file_multitenant_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
6335
6353
|
switch v := v.(*CreateInstallResponse); i {
|
|
6336
6354
|
case 0:
|
|
6337
6355
|
return &v.state
|
|
@@ -6343,7 +6361,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6343
6361
|
return nil
|
|
6344
6362
|
}
|
|
6345
6363
|
}
|
|
6346
|
-
|
|
6364
|
+
file_multitenant_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
|
6347
6365
|
switch v := v.(*CreateAndLinkInstallRequest); i {
|
|
6348
6366
|
case 0:
|
|
6349
6367
|
return &v.state
|
|
@@ -6355,7 +6373,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6355
6373
|
return nil
|
|
6356
6374
|
}
|
|
6357
6375
|
}
|
|
6358
|
-
|
|
6376
|
+
file_multitenant_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
6359
6377
|
switch v := v.(*CreateAndLinkInstallResponse); i {
|
|
6360
6378
|
case 0:
|
|
6361
6379
|
return &v.state
|
|
@@ -6367,7 +6385,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6367
6385
|
return nil
|
|
6368
6386
|
}
|
|
6369
6387
|
}
|
|
6370
|
-
|
|
6388
|
+
file_multitenant_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
|
6371
6389
|
switch v := v.(*UpdateInstallByClientIdRequest); i {
|
|
6372
6390
|
case 0:
|
|
6373
6391
|
return &v.state
|
|
@@ -6379,7 +6397,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6379
6397
|
return nil
|
|
6380
6398
|
}
|
|
6381
6399
|
}
|
|
6382
|
-
|
|
6400
|
+
file_multitenant_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
|
6383
6401
|
switch v := v.(*UpdateInstallByClientIdResponse); i {
|
|
6384
6402
|
case 0:
|
|
6385
6403
|
return &v.state
|
|
@@ -6391,7 +6409,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6391
6409
|
return nil
|
|
6392
6410
|
}
|
|
6393
6411
|
}
|
|
6394
|
-
|
|
6412
|
+
file_multitenant_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
|
|
6395
6413
|
switch v := v.(*RotateInstallByClientIdRequest); i {
|
|
6396
6414
|
case 0:
|
|
6397
6415
|
return &v.state
|
|
@@ -6403,7 +6421,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6403
6421
|
return nil
|
|
6404
6422
|
}
|
|
6405
6423
|
}
|
|
6406
|
-
|
|
6424
|
+
file_multitenant_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
|
|
6407
6425
|
switch v := v.(*RotateInstallByClientIdResponse); i {
|
|
6408
6426
|
case 0:
|
|
6409
6427
|
return &v.state
|
|
@@ -6415,7 +6433,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6415
6433
|
return nil
|
|
6416
6434
|
}
|
|
6417
6435
|
}
|
|
6418
|
-
|
|
6436
|
+
file_multitenant_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} {
|
|
6419
6437
|
switch v := v.(*UnlinkInstallByClientIdRequest); i {
|
|
6420
6438
|
case 0:
|
|
6421
6439
|
return &v.state
|
|
@@ -6427,7 +6445,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6427
6445
|
return nil
|
|
6428
6446
|
}
|
|
6429
6447
|
}
|
|
6430
|
-
|
|
6448
|
+
file_multitenant_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} {
|
|
6431
6449
|
switch v := v.(*UnlinkInstallByClientIdResponse); i {
|
|
6432
6450
|
case 0:
|
|
6433
6451
|
return &v.state
|
|
@@ -6439,7 +6457,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6439
6457
|
return nil
|
|
6440
6458
|
}
|
|
6441
6459
|
}
|
|
6442
|
-
|
|
6460
|
+
file_multitenant_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} {
|
|
6443
6461
|
switch v := v.(*LinkTrialInstallByClientIdRequest); i {
|
|
6444
6462
|
case 0:
|
|
6445
6463
|
return &v.state
|
|
@@ -6451,7 +6469,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6451
6469
|
return nil
|
|
6452
6470
|
}
|
|
6453
6471
|
}
|
|
6454
|
-
|
|
6472
|
+
file_multitenant_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} {
|
|
6455
6473
|
switch v := v.(*LinkTrialInstallByClientIdResponse); i {
|
|
6456
6474
|
case 0:
|
|
6457
6475
|
return &v.state
|
|
@@ -6463,7 +6481,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6463
6481
|
return nil
|
|
6464
6482
|
}
|
|
6465
6483
|
}
|
|
6466
|
-
|
|
6484
|
+
file_multitenant_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} {
|
|
6467
6485
|
switch v := v.(*RemoveInstallDataBySiteIdRequest); i {
|
|
6468
6486
|
case 0:
|
|
6469
6487
|
return &v.state
|
|
@@ -6475,7 +6493,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6475
6493
|
return nil
|
|
6476
6494
|
}
|
|
6477
6495
|
}
|
|
6478
|
-
|
|
6496
|
+
file_multitenant_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} {
|
|
6479
6497
|
switch v := v.(*RemoveInstallDataBySiteIdResponse); i {
|
|
6480
6498
|
case 0:
|
|
6481
6499
|
return &v.state
|
|
@@ -6487,7 +6505,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6487
6505
|
return nil
|
|
6488
6506
|
}
|
|
6489
6507
|
}
|
|
6490
|
-
|
|
6508
|
+
file_multitenant_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} {
|
|
6491
6509
|
switch v := v.(*GetDuplicatedInstallsByGlobalIdRequest); i {
|
|
6492
6510
|
case 0:
|
|
6493
6511
|
return &v.state
|
|
@@ -6499,7 +6517,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6499
6517
|
return nil
|
|
6500
6518
|
}
|
|
6501
6519
|
}
|
|
6502
|
-
|
|
6520
|
+
file_multitenant_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} {
|
|
6503
6521
|
switch v := v.(*GetDuplicatedInstallsByGlobalIdResponse); i {
|
|
6504
6522
|
case 0:
|
|
6505
6523
|
return &v.state
|
|
@@ -6511,7 +6529,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6511
6529
|
return nil
|
|
6512
6530
|
}
|
|
6513
6531
|
}
|
|
6514
|
-
|
|
6532
|
+
file_multitenant_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} {
|
|
6515
6533
|
switch v := v.(*GetUserPermissionsRequest); i {
|
|
6516
6534
|
case 0:
|
|
6517
6535
|
return &v.state
|
|
@@ -6523,7 +6541,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6523
6541
|
return nil
|
|
6524
6542
|
}
|
|
6525
6543
|
}
|
|
6526
|
-
|
|
6544
|
+
file_multitenant_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} {
|
|
6527
6545
|
switch v := v.(*GetUserPermissionsResponse); i {
|
|
6528
6546
|
case 0:
|
|
6529
6547
|
return &v.state
|
|
@@ -6535,7 +6553,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6535
6553
|
return nil
|
|
6536
6554
|
}
|
|
6537
6555
|
}
|
|
6538
|
-
|
|
6556
|
+
file_multitenant_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} {
|
|
6539
6557
|
switch v := v.(*ValidateApplicationPersonalAccessTokenRequest); i {
|
|
6540
6558
|
case 0:
|
|
6541
6559
|
return &v.state
|
|
@@ -6547,7 +6565,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6547
6565
|
return nil
|
|
6548
6566
|
}
|
|
6549
6567
|
}
|
|
6550
|
-
|
|
6568
|
+
file_multitenant_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} {
|
|
6551
6569
|
switch v := v.(*ValidateApplicationPersonalAccessTokenResponse); i {
|
|
6552
6570
|
case 0:
|
|
6553
6571
|
return &v.state
|
|
@@ -6559,7 +6577,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6559
6577
|
return nil
|
|
6560
6578
|
}
|
|
6561
6579
|
}
|
|
6562
|
-
|
|
6580
|
+
file_multitenant_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} {
|
|
6563
6581
|
switch v := v.(*DisableWebhookEmailRequest); i {
|
|
6564
6582
|
case 0:
|
|
6565
6583
|
return &v.state
|
|
@@ -6571,7 +6589,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6571
6589
|
return nil
|
|
6572
6590
|
}
|
|
6573
6591
|
}
|
|
6574
|
-
|
|
6592
|
+
file_multitenant_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} {
|
|
6575
6593
|
switch v := v.(*DisableWebhookEmailResponse); i {
|
|
6576
6594
|
case 0:
|
|
6577
6595
|
return &v.state
|
|
@@ -6583,7 +6601,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6583
6601
|
return nil
|
|
6584
6602
|
}
|
|
6585
6603
|
}
|
|
6586
|
-
|
|
6604
|
+
file_multitenant_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} {
|
|
6587
6605
|
switch v := v.(*Site); i {
|
|
6588
6606
|
case 0:
|
|
6589
6607
|
return &v.state
|
|
@@ -6595,7 +6613,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6595
6613
|
return nil
|
|
6596
6614
|
}
|
|
6597
6615
|
}
|
|
6598
|
-
|
|
6616
|
+
file_multitenant_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} {
|
|
6599
6617
|
switch v := v.(*AuthorizedSitesRequest); i {
|
|
6600
6618
|
case 0:
|
|
6601
6619
|
return &v.state
|
|
@@ -6607,7 +6625,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6607
6625
|
return nil
|
|
6608
6626
|
}
|
|
6609
6627
|
}
|
|
6610
|
-
|
|
6628
|
+
file_multitenant_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} {
|
|
6611
6629
|
switch v := v.(*AuthorizedSitesResponse); i {
|
|
6612
6630
|
case 0:
|
|
6613
6631
|
return &v.state
|
|
@@ -6619,7 +6637,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6619
6637
|
return nil
|
|
6620
6638
|
}
|
|
6621
6639
|
}
|
|
6622
|
-
|
|
6640
|
+
file_multitenant_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} {
|
|
6623
6641
|
switch v := v.(*GetAccountIdsBySiteIdRequest); i {
|
|
6624
6642
|
case 0:
|
|
6625
6643
|
return &v.state
|
|
@@ -6631,7 +6649,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6631
6649
|
return nil
|
|
6632
6650
|
}
|
|
6633
6651
|
}
|
|
6634
|
-
|
|
6652
|
+
file_multitenant_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} {
|
|
6635
6653
|
switch v := v.(*GetAccountIdsBySiteIdResponse); i {
|
|
6636
6654
|
case 0:
|
|
6637
6655
|
return &v.state
|
|
@@ -6643,7 +6661,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6643
6661
|
return nil
|
|
6644
6662
|
}
|
|
6645
6663
|
}
|
|
6646
|
-
|
|
6664
|
+
file_multitenant_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} {
|
|
6647
6665
|
switch v := v.(*CheckManagerInApplicationRequest); i {
|
|
6648
6666
|
case 0:
|
|
6649
6667
|
return &v.state
|
|
@@ -6655,7 +6673,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6655
6673
|
return nil
|
|
6656
6674
|
}
|
|
6657
6675
|
}
|
|
6658
|
-
|
|
6676
|
+
file_multitenant_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} {
|
|
6659
6677
|
switch v := v.(*CheckManagerInApplicationResponse); i {
|
|
6660
6678
|
case 0:
|
|
6661
6679
|
return &v.state
|
|
@@ -6667,7 +6685,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6667
6685
|
return nil
|
|
6668
6686
|
}
|
|
6669
6687
|
}
|
|
6670
|
-
|
|
6688
|
+
file_multitenant_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} {
|
|
6671
6689
|
switch v := v.(*Subscription); i {
|
|
6672
6690
|
case 0:
|
|
6673
6691
|
return &v.state
|
|
@@ -6679,7 +6697,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6679
6697
|
return nil
|
|
6680
6698
|
}
|
|
6681
6699
|
}
|
|
6682
|
-
|
|
6700
|
+
file_multitenant_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} {
|
|
6683
6701
|
switch v := v.(*UpdateSiteSubscriptionRequest); i {
|
|
6684
6702
|
case 0:
|
|
6685
6703
|
return &v.state
|
|
@@ -6691,7 +6709,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6691
6709
|
return nil
|
|
6692
6710
|
}
|
|
6693
6711
|
}
|
|
6694
|
-
|
|
6712
|
+
file_multitenant_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} {
|
|
6695
6713
|
switch v := v.(*UpdateSiteSubscriptionResponse); i {
|
|
6696
6714
|
case 0:
|
|
6697
6715
|
return &v.state
|
|
@@ -6703,7 +6721,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6703
6721
|
return nil
|
|
6704
6722
|
}
|
|
6705
6723
|
}
|
|
6706
|
-
|
|
6724
|
+
file_multitenant_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} {
|
|
6707
6725
|
switch v := v.(*CreateTrialSiteAndInstallerRequest); i {
|
|
6708
6726
|
case 0:
|
|
6709
6727
|
return &v.state
|
|
@@ -6715,7 +6733,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6715
6733
|
return nil
|
|
6716
6734
|
}
|
|
6717
6735
|
}
|
|
6718
|
-
|
|
6736
|
+
file_multitenant_proto_msgTypes[57].Exporter = func(v interface{}, i int) interface{} {
|
|
6719
6737
|
switch v := v.(*CreateTrialSiteAndInstallerResponse); i {
|
|
6720
6738
|
case 0:
|
|
6721
6739
|
return &v.state
|
|
@@ -6727,7 +6745,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6727
6745
|
return nil
|
|
6728
6746
|
}
|
|
6729
6747
|
}
|
|
6730
|
-
|
|
6748
|
+
file_multitenant_proto_msgTypes[58].Exporter = func(v interface{}, i int) interface{} {
|
|
6731
6749
|
switch v := v.(*GetInstallationLicenseByClientIdRequest); i {
|
|
6732
6750
|
case 0:
|
|
6733
6751
|
return &v.state
|
|
@@ -6739,7 +6757,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6739
6757
|
return nil
|
|
6740
6758
|
}
|
|
6741
6759
|
}
|
|
6742
|
-
|
|
6760
|
+
file_multitenant_proto_msgTypes[59].Exporter = func(v interface{}, i int) interface{} {
|
|
6743
6761
|
switch v := v.(*GetInstallationLicenseByClientIdResponse); i {
|
|
6744
6762
|
case 0:
|
|
6745
6763
|
return &v.state
|
|
@@ -6751,7 +6769,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6751
6769
|
return nil
|
|
6752
6770
|
}
|
|
6753
6771
|
}
|
|
6754
|
-
|
|
6772
|
+
file_multitenant_proto_msgTypes[60].Exporter = func(v interface{}, i int) interface{} {
|
|
6755
6773
|
switch v := v.(*AllProfileExistsRequest); i {
|
|
6756
6774
|
case 0:
|
|
6757
6775
|
return &v.state
|
|
@@ -6763,7 +6781,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6763
6781
|
return nil
|
|
6764
6782
|
}
|
|
6765
6783
|
}
|
|
6766
|
-
|
|
6784
|
+
file_multitenant_proto_msgTypes[61].Exporter = func(v interface{}, i int) interface{} {
|
|
6767
6785
|
switch v := v.(*AllProfileExistsResponse); i {
|
|
6768
6786
|
case 0:
|
|
6769
6787
|
return &v.state
|
|
@@ -6775,7 +6793,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6775
6793
|
return nil
|
|
6776
6794
|
}
|
|
6777
6795
|
}
|
|
6778
|
-
|
|
6796
|
+
file_multitenant_proto_msgTypes[62].Exporter = func(v interface{}, i int) interface{} {
|
|
6779
6797
|
switch v := v.(*AllProfilesExistRequest); i {
|
|
6780
6798
|
case 0:
|
|
6781
6799
|
return &v.state
|
|
@@ -6787,7 +6805,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6787
6805
|
return nil
|
|
6788
6806
|
}
|
|
6789
6807
|
}
|
|
6790
|
-
|
|
6808
|
+
file_multitenant_proto_msgTypes[63].Exporter = func(v interface{}, i int) interface{} {
|
|
6791
6809
|
switch v := v.(*AllProfilesExistResponse); i {
|
|
6792
6810
|
case 0:
|
|
6793
6811
|
return &v.state
|
|
@@ -6799,7 +6817,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6799
6817
|
return nil
|
|
6800
6818
|
}
|
|
6801
6819
|
}
|
|
6802
|
-
|
|
6820
|
+
file_multitenant_proto_msgTypes[64].Exporter = func(v interface{}, i int) interface{} {
|
|
6803
6821
|
switch v := v.(*SendInviteLocalUsersMailRequest); i {
|
|
6804
6822
|
case 0:
|
|
6805
6823
|
return &v.state
|
|
@@ -6811,7 +6829,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6811
6829
|
return nil
|
|
6812
6830
|
}
|
|
6813
6831
|
}
|
|
6814
|
-
|
|
6832
|
+
file_multitenant_proto_msgTypes[65].Exporter = func(v interface{}, i int) interface{} {
|
|
6815
6833
|
switch v := v.(*SendInviteLocalUsersMailResponse); i {
|
|
6816
6834
|
case 0:
|
|
6817
6835
|
return &v.state
|
|
@@ -6823,7 +6841,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6823
6841
|
return nil
|
|
6824
6842
|
}
|
|
6825
6843
|
}
|
|
6826
|
-
|
|
6844
|
+
file_multitenant_proto_msgTypes[66].Exporter = func(v interface{}, i int) interface{} {
|
|
6827
6845
|
switch v := v.(*GetSiteSubscriptionRequest); i {
|
|
6828
6846
|
case 0:
|
|
6829
6847
|
return &v.state
|
|
@@ -6835,7 +6853,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6835
6853
|
return nil
|
|
6836
6854
|
}
|
|
6837
6855
|
}
|
|
6838
|
-
|
|
6856
|
+
file_multitenant_proto_msgTypes[67].Exporter = func(v interface{}, i int) interface{} {
|
|
6839
6857
|
switch v := v.(*GetSiteSubscriptionResponse); i {
|
|
6840
6858
|
case 0:
|
|
6841
6859
|
return &v.state
|
|
@@ -6847,7 +6865,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6847
6865
|
return nil
|
|
6848
6866
|
}
|
|
6849
6867
|
}
|
|
6850
|
-
|
|
6868
|
+
file_multitenant_proto_msgTypes[68].Exporter = func(v interface{}, i int) interface{} {
|
|
6851
6869
|
switch v := v.(*CreateLinkingCodeRequest); i {
|
|
6852
6870
|
case 0:
|
|
6853
6871
|
return &v.state
|
|
@@ -6859,7 +6877,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6859
6877
|
return nil
|
|
6860
6878
|
}
|
|
6861
6879
|
}
|
|
6862
|
-
|
|
6880
|
+
file_multitenant_proto_msgTypes[69].Exporter = func(v interface{}, i int) interface{} {
|
|
6863
6881
|
switch v := v.(*CreateLinkingCodeResponse); i {
|
|
6864
6882
|
case 0:
|
|
6865
6883
|
return &v.state
|
|
@@ -6871,7 +6889,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6871
6889
|
return nil
|
|
6872
6890
|
}
|
|
6873
6891
|
}
|
|
6874
|
-
|
|
6892
|
+
file_multitenant_proto_msgTypes[70].Exporter = func(v interface{}, i int) interface{} {
|
|
6875
6893
|
switch v := v.(*GetSiteIdsWithIntegrationData); i {
|
|
6876
6894
|
case 0:
|
|
6877
6895
|
return &v.state
|
|
@@ -6883,7 +6901,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6883
6901
|
return nil
|
|
6884
6902
|
}
|
|
6885
6903
|
}
|
|
6886
|
-
|
|
6904
|
+
file_multitenant_proto_msgTypes[71].Exporter = func(v interface{}, i int) interface{} {
|
|
6887
6905
|
switch v := v.(*CheckAccessToSiteByAccountIdRequest_UserInfo); i {
|
|
6888
6906
|
case 0:
|
|
6889
6907
|
return &v.state
|
|
@@ -6895,7 +6913,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6895
6913
|
return nil
|
|
6896
6914
|
}
|
|
6897
6915
|
}
|
|
6898
|
-
|
|
6916
|
+
file_multitenant_proto_msgTypes[72].Exporter = func(v interface{}, i int) interface{} {
|
|
6899
6917
|
switch v := v.(*Install_InstallState); i {
|
|
6900
6918
|
case 0:
|
|
6901
6919
|
return &v.state
|
|
@@ -6907,7 +6925,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6907
6925
|
return nil
|
|
6908
6926
|
}
|
|
6909
6927
|
}
|
|
6910
|
-
|
|
6928
|
+
file_multitenant_proto_msgTypes[73].Exporter = func(v interface{}, i int) interface{} {
|
|
6911
6929
|
switch v := v.(*GetInstallsBySiteRequest_Filter); i {
|
|
6912
6930
|
case 0:
|
|
6913
6931
|
return &v.state
|
|
@@ -6919,7 +6937,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6919
6937
|
return nil
|
|
6920
6938
|
}
|
|
6921
6939
|
}
|
|
6922
|
-
|
|
6940
|
+
file_multitenant_proto_msgTypes[74].Exporter = func(v interface{}, i int) interface{} {
|
|
6923
6941
|
switch v := v.(*UpdateInstallByClientIdRequest_SyncerSettings); i {
|
|
6924
6942
|
case 0:
|
|
6925
6943
|
return &v.state
|
|
@@ -6931,7 +6949,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6931
6949
|
return nil
|
|
6932
6950
|
}
|
|
6933
6951
|
}
|
|
6934
|
-
|
|
6952
|
+
file_multitenant_proto_msgTypes[75].Exporter = func(v interface{}, i int) interface{} {
|
|
6935
6953
|
switch v := v.(*RemoveInstallDataBySiteIdResponse_Result); i {
|
|
6936
6954
|
case 0:
|
|
6937
6955
|
return &v.state
|
|
@@ -6943,7 +6961,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6943
6961
|
return nil
|
|
6944
6962
|
}
|
|
6945
6963
|
}
|
|
6946
|
-
|
|
6964
|
+
file_multitenant_proto_msgTypes[76].Exporter = func(v interface{}, i int) interface{} {
|
|
6947
6965
|
switch v := v.(*GetUserPermissionsResponse_AuthorizationAction); i {
|
|
6948
6966
|
case 0:
|
|
6949
6967
|
return &v.state
|
|
@@ -6955,7 +6973,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6955
6973
|
return nil
|
|
6956
6974
|
}
|
|
6957
6975
|
}
|
|
6958
|
-
|
|
6976
|
+
file_multitenant_proto_msgTypes[77].Exporter = func(v interface{}, i int) interface{} {
|
|
6959
6977
|
switch v := v.(*GetUserPermissionsResponse_Scope); i {
|
|
6960
6978
|
case 0:
|
|
6961
6979
|
return &v.state
|
|
@@ -6967,7 +6985,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6967
6985
|
return nil
|
|
6968
6986
|
}
|
|
6969
6987
|
}
|
|
6970
|
-
|
|
6988
|
+
file_multitenant_proto_msgTypes[78].Exporter = func(v interface{}, i int) interface{} {
|
|
6971
6989
|
switch v := v.(*GetUserPermissionsResponse_Role); i {
|
|
6972
6990
|
case 0:
|
|
6973
6991
|
return &v.state
|
|
@@ -6979,7 +6997,7 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6979
6997
|
return nil
|
|
6980
6998
|
}
|
|
6981
6999
|
}
|
|
6982
|
-
|
|
7000
|
+
file_multitenant_proto_msgTypes[79].Exporter = func(v interface{}, i int) interface{} {
|
|
6983
7001
|
switch v := v.(*DisableWebhookEmailRequest_WebhookError); i {
|
|
6984
7002
|
case 0:
|
|
6985
7003
|
return &v.state
|
|
@@ -6992,26 +7010,26 @@ func file_packages_multitenant_grpc_proto_multitenant_proto_init() {
|
|
|
6992
7010
|
}
|
|
6993
7011
|
}
|
|
6994
7012
|
}
|
|
6995
|
-
|
|
7013
|
+
file_multitenant_proto_msgTypes[19].OneofWrappers = []interface{}{
|
|
6996
7014
|
(*NullableInstallType_Data)(nil),
|
|
6997
7015
|
}
|
|
6998
7016
|
type x struct{}
|
|
6999
7017
|
out := protoimpl.TypeBuilder{
|
|
7000
7018
|
File: protoimpl.DescBuilder{
|
|
7001
7019
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
7002
|
-
RawDescriptor:
|
|
7020
|
+
RawDescriptor: file_multitenant_proto_rawDesc,
|
|
7003
7021
|
NumEnums: 4,
|
|
7004
7022
|
NumMessages: 80,
|
|
7005
7023
|
NumExtensions: 0,
|
|
7006
7024
|
NumServices: 1,
|
|
7007
7025
|
},
|
|
7008
|
-
GoTypes:
|
|
7009
|
-
DependencyIndexes:
|
|
7010
|
-
EnumInfos:
|
|
7011
|
-
MessageInfos:
|
|
7026
|
+
GoTypes: file_multitenant_proto_goTypes,
|
|
7027
|
+
DependencyIndexes: file_multitenant_proto_depIdxs,
|
|
7028
|
+
EnumInfos: file_multitenant_proto_enumTypes,
|
|
7029
|
+
MessageInfos: file_multitenant_proto_msgTypes,
|
|
7012
7030
|
}.Build()
|
|
7013
|
-
|
|
7014
|
-
|
|
7015
|
-
|
|
7016
|
-
|
|
7031
|
+
File_multitenant_proto = out.File
|
|
7032
|
+
file_multitenant_proto_rawDesc = nil
|
|
7033
|
+
file_multitenant_proto_goTypes = nil
|
|
7034
|
+
file_multitenant_proto_depIdxs = nil
|
|
7017
7035
|
}
|