1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 package marketplace
22
23 import (
24 reflect "reflect"
25 sync "sync"
26
27 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
28 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
29 )
30
31 const (
32
33 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
34
35 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
36 )
37
38 type CustomerLicense struct {
39 state protoimpl.MessageState
40 sizeCache protoimpl.SizeCache
41 unknownFields protoimpl.UnknownFields
42
43
44 Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
45
46
47
48
49
50 State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
51
52 ApplicationId string `protobuf:"bytes,3,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
53
54
55
56 Editions []*CustomerLicense_Editions `protobuf:"bytes,4,rep,name=editions,proto3" json:"editions,omitempty"`
57
58 Id string `protobuf:"bytes,101,opt,name=id,proto3" json:"id,omitempty"`
59
60 CustomerId string `protobuf:"bytes,102,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
61 }
62
63 func (x *CustomerLicense) Reset() {
64 *x = CustomerLicense{}
65 if protoimpl.UnsafeEnabled {
66 mi := &file_google_apps_market_v2_resources_proto_msgTypes[0]
67 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
68 ms.StoreMessageInfo(mi)
69 }
70 }
71
72 func (x *CustomerLicense) String() string {
73 return protoimpl.X.MessageStringOf(x)
74 }
75
76 func (*CustomerLicense) ProtoMessage() {}
77
78 func (x *CustomerLicense) ProtoReflect() protoreflect.Message {
79 mi := &file_google_apps_market_v2_resources_proto_msgTypes[0]
80 if protoimpl.UnsafeEnabled && x != nil {
81 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
82 if ms.LoadMessageInfo() == nil {
83 ms.StoreMessageInfo(mi)
84 }
85 return ms
86 }
87 return mi.MessageOf(x)
88 }
89
90
91 func (*CustomerLicense) Descriptor() ([]byte, []int) {
92 return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{0}
93 }
94
95 func (x *CustomerLicense) GetKind() string {
96 if x != nil {
97 return x.Kind
98 }
99 return ""
100 }
101
102 func (x *CustomerLicense) GetState() string {
103 if x != nil {
104 return x.State
105 }
106 return ""
107 }
108
109 func (x *CustomerLicense) GetApplicationId() string {
110 if x != nil {
111 return x.ApplicationId
112 }
113 return ""
114 }
115
116
117 func (x *CustomerLicense) GetEditions() []*CustomerLicense_Editions {
118 if x != nil {
119 return x.Editions
120 }
121 return nil
122 }
123
124 func (x *CustomerLicense) GetId() string {
125 if x != nil {
126 return x.Id
127 }
128 return ""
129 }
130
131 func (x *CustomerLicense) GetCustomerId() string {
132 if x != nil {
133 return x.CustomerId
134 }
135 return ""
136 }
137
138 type LicenseNotification struct {
139 state protoimpl.MessageState
140 sizeCache protoimpl.SizeCache
141 unknownFields protoimpl.UnknownFields
142
143
144 Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
145
146 ApplicationId string `protobuf:"bytes,2,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
147
148
149 Timestamp int64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
150
151 CustomerId string `protobuf:"bytes,4,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
152
153 Kind string `protobuf:"bytes,5,opt,name=kind,proto3" json:"kind,omitempty"`
154
155 Provisions []*LicenseNotification_Provisions `protobuf:"bytes,6,rep,name=provisions,proto3" json:"provisions,omitempty"`
156
157 Expiries []*LicenseNotification_Expiries `protobuf:"bytes,7,rep,name=expiries,proto3" json:"expiries,omitempty"`
158
159 Reassignments []*LicenseNotification_Reassignments `protobuf:"bytes,8,rep,name=reassignments,proto3" json:"reassignments,omitempty"`
160
161 Deletes []*LicenseNotification_Deletes `protobuf:"bytes,9,rep,name=deletes,proto3" json:"deletes,omitempty"`
162 }
163
164 func (x *LicenseNotification) Reset() {
165 *x = LicenseNotification{}
166 if protoimpl.UnsafeEnabled {
167 mi := &file_google_apps_market_v2_resources_proto_msgTypes[1]
168 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
169 ms.StoreMessageInfo(mi)
170 }
171 }
172
173 func (x *LicenseNotification) String() string {
174 return protoimpl.X.MessageStringOf(x)
175 }
176
177 func (*LicenseNotification) ProtoMessage() {}
178
179 func (x *LicenseNotification) ProtoReflect() protoreflect.Message {
180 mi := &file_google_apps_market_v2_resources_proto_msgTypes[1]
181 if protoimpl.UnsafeEnabled && x != nil {
182 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
183 if ms.LoadMessageInfo() == nil {
184 ms.StoreMessageInfo(mi)
185 }
186 return ms
187 }
188 return mi.MessageOf(x)
189 }
190
191
192 func (*LicenseNotification) Descriptor() ([]byte, []int) {
193 return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{1}
194 }
195
196 func (x *LicenseNotification) GetId() string {
197 if x != nil {
198 return x.Id
199 }
200 return ""
201 }
202
203 func (x *LicenseNotification) GetApplicationId() string {
204 if x != nil {
205 return x.ApplicationId
206 }
207 return ""
208 }
209
210 func (x *LicenseNotification) GetTimestamp() int64 {
211 if x != nil {
212 return x.Timestamp
213 }
214 return 0
215 }
216
217 func (x *LicenseNotification) GetCustomerId() string {
218 if x != nil {
219 return x.CustomerId
220 }
221 return ""
222 }
223
224 func (x *LicenseNotification) GetKind() string {
225 if x != nil {
226 return x.Kind
227 }
228 return ""
229 }
230
231 func (x *LicenseNotification) GetProvisions() []*LicenseNotification_Provisions {
232 if x != nil {
233 return x.Provisions
234 }
235 return nil
236 }
237
238 func (x *LicenseNotification) GetExpiries() []*LicenseNotification_Expiries {
239 if x != nil {
240 return x.Expiries
241 }
242 return nil
243 }
244
245 func (x *LicenseNotification) GetReassignments() []*LicenseNotification_Reassignments {
246 if x != nil {
247 return x.Reassignments
248 }
249 return nil
250 }
251
252 func (x *LicenseNotification) GetDeletes() []*LicenseNotification_Deletes {
253 if x != nil {
254 return x.Deletes
255 }
256 return nil
257 }
258
259 type LicenseNotificationList struct {
260 state protoimpl.MessageState
261 sizeCache protoimpl.SizeCache
262 unknownFields protoimpl.UnknownFields
263
264 Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
265
266
267
268
269
270
271
272 Notifications []*LicenseNotification `protobuf:"bytes,1007,rep,name=notifications,proto3" json:"notifications,omitempty"`
273
274
275 NextPageToken string `protobuf:"bytes,100602,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
276 }
277
278 func (x *LicenseNotificationList) Reset() {
279 *x = LicenseNotificationList{}
280 if protoimpl.UnsafeEnabled {
281 mi := &file_google_apps_market_v2_resources_proto_msgTypes[2]
282 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
283 ms.StoreMessageInfo(mi)
284 }
285 }
286
287 func (x *LicenseNotificationList) String() string {
288 return protoimpl.X.MessageStringOf(x)
289 }
290
291 func (*LicenseNotificationList) ProtoMessage() {}
292
293 func (x *LicenseNotificationList) ProtoReflect() protoreflect.Message {
294 mi := &file_google_apps_market_v2_resources_proto_msgTypes[2]
295 if protoimpl.UnsafeEnabled && x != nil {
296 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
297 if ms.LoadMessageInfo() == nil {
298 ms.StoreMessageInfo(mi)
299 }
300 return ms
301 }
302 return mi.MessageOf(x)
303 }
304
305
306 func (*LicenseNotificationList) Descriptor() ([]byte, []int) {
307 return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{2}
308 }
309
310 func (x *LicenseNotificationList) GetKind() string {
311 if x != nil {
312 return x.Kind
313 }
314 return ""
315 }
316
317 func (x *LicenseNotificationList) GetNotifications() []*LicenseNotification {
318 if x != nil {
319 return x.Notifications
320 }
321 return nil
322 }
323
324 func (x *LicenseNotificationList) GetNextPageToken() string {
325 if x != nil {
326 return x.NextPageToken
327 }
328 return ""
329 }
330
331 type UserLicense struct {
332 state protoimpl.MessageState
333 sizeCache protoimpl.SizeCache
334 unknownFields protoimpl.UnknownFields
335
336
337 Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
338
339 Enabled bool `protobuf:"varint,2,opt,name=enabled,proto3" json:"enabled,omitempty"`
340
341
342
343
344
345
346
347
348 State string `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
349
350
351
352 EditionId string `protobuf:"bytes,4,opt,name=edition_id,json=editionId,proto3" json:"edition_id,omitempty"`
353
354 CustomerId string `protobuf:"bytes,5,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
355
356 ApplicationId string `protobuf:"bytes,6,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
357
358 Id string `protobuf:"bytes,101,opt,name=id,proto3" json:"id,omitempty"`
359
360 UserId string `protobuf:"bytes,102,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
361 }
362
363 func (x *UserLicense) Reset() {
364 *x = UserLicense{}
365 if protoimpl.UnsafeEnabled {
366 mi := &file_google_apps_market_v2_resources_proto_msgTypes[3]
367 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
368 ms.StoreMessageInfo(mi)
369 }
370 }
371
372 func (x *UserLicense) String() string {
373 return protoimpl.X.MessageStringOf(x)
374 }
375
376 func (*UserLicense) ProtoMessage() {}
377
378 func (x *UserLicense) ProtoReflect() protoreflect.Message {
379 mi := &file_google_apps_market_v2_resources_proto_msgTypes[3]
380 if protoimpl.UnsafeEnabled && x != nil {
381 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
382 if ms.LoadMessageInfo() == nil {
383 ms.StoreMessageInfo(mi)
384 }
385 return ms
386 }
387 return mi.MessageOf(x)
388 }
389
390
391 func (*UserLicense) Descriptor() ([]byte, []int) {
392 return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{3}
393 }
394
395 func (x *UserLicense) GetKind() string {
396 if x != nil {
397 return x.Kind
398 }
399 return ""
400 }
401
402 func (x *UserLicense) GetEnabled() bool {
403 if x != nil {
404 return x.Enabled
405 }
406 return false
407 }
408
409 func (x *UserLicense) GetState() string {
410 if x != nil {
411 return x.State
412 }
413 return ""
414 }
415
416
417 func (x *UserLicense) GetEditionId() string {
418 if x != nil {
419 return x.EditionId
420 }
421 return ""
422 }
423
424 func (x *UserLicense) GetCustomerId() string {
425 if x != nil {
426 return x.CustomerId
427 }
428 return ""
429 }
430
431 func (x *UserLicense) GetApplicationId() string {
432 if x != nil {
433 return x.ApplicationId
434 }
435 return ""
436 }
437
438 func (x *UserLicense) GetId() string {
439 if x != nil {
440 return x.Id
441 }
442 return ""
443 }
444
445 func (x *UserLicense) GetUserId() string {
446 if x != nil {
447 return x.UserId
448 }
449 return ""
450 }
451
452 type CustomerLicense_Editions struct {
453 state protoimpl.MessageState
454 sizeCache protoimpl.SizeCache
455 unknownFields protoimpl.UnknownFields
456
457
458
459
460 EditionId string `protobuf:"bytes,405,opt,name=edition_id,json=editionId,proto3" json:"edition_id,omitempty"`
461
462
463
464 SeatCount int32 `protobuf:"varint,406,opt,name=seat_count,json=seatCount,proto3" json:"seat_count,omitempty"`
465
466
467
468 AssignedSeats int32 `protobuf:"varint,409,opt,name=assigned_seats,json=assignedSeats,proto3" json:"assigned_seats,omitempty"`
469 }
470
471 func (x *CustomerLicense_Editions) Reset() {
472 *x = CustomerLicense_Editions{}
473 if protoimpl.UnsafeEnabled {
474 mi := &file_google_apps_market_v2_resources_proto_msgTypes[4]
475 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
476 ms.StoreMessageInfo(mi)
477 }
478 }
479
480 func (x *CustomerLicense_Editions) String() string {
481 return protoimpl.X.MessageStringOf(x)
482 }
483
484 func (*CustomerLicense_Editions) ProtoMessage() {}
485
486 func (x *CustomerLicense_Editions) ProtoReflect() protoreflect.Message {
487 mi := &file_google_apps_market_v2_resources_proto_msgTypes[4]
488 if protoimpl.UnsafeEnabled && x != nil {
489 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
490 if ms.LoadMessageInfo() == nil {
491 ms.StoreMessageInfo(mi)
492 }
493 return ms
494 }
495 return mi.MessageOf(x)
496 }
497
498
499 func (*CustomerLicense_Editions) Descriptor() ([]byte, []int) {
500 return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{0, 0}
501 }
502
503
504 func (x *CustomerLicense_Editions) GetEditionId() string {
505 if x != nil {
506 return x.EditionId
507 }
508 return ""
509 }
510
511
512 func (x *CustomerLicense_Editions) GetSeatCount() int32 {
513 if x != nil {
514 return x.SeatCount
515 }
516 return 0
517 }
518
519
520 func (x *CustomerLicense_Editions) GetAssignedSeats() int32 {
521 if x != nil {
522 return x.AssignedSeats
523 }
524 return 0
525 }
526
527 type LicenseNotification_Deletes struct {
528 state protoimpl.MessageState
529 sizeCache protoimpl.SizeCache
530 unknownFields protoimpl.UnknownFields
531
532 Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
533
534
535
536 EditionId string `protobuf:"bytes,901,opt,name=edition_id,json=editionId,proto3" json:"edition_id,omitempty"`
537 }
538
539 func (x *LicenseNotification_Deletes) Reset() {
540 *x = LicenseNotification_Deletes{}
541 if protoimpl.UnsafeEnabled {
542 mi := &file_google_apps_market_v2_resources_proto_msgTypes[5]
543 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
544 ms.StoreMessageInfo(mi)
545 }
546 }
547
548 func (x *LicenseNotification_Deletes) String() string {
549 return protoimpl.X.MessageStringOf(x)
550 }
551
552 func (*LicenseNotification_Deletes) ProtoMessage() {}
553
554 func (x *LicenseNotification_Deletes) ProtoReflect() protoreflect.Message {
555 mi := &file_google_apps_market_v2_resources_proto_msgTypes[5]
556 if protoimpl.UnsafeEnabled && x != nil {
557 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
558 if ms.LoadMessageInfo() == nil {
559 ms.StoreMessageInfo(mi)
560 }
561 return ms
562 }
563 return mi.MessageOf(x)
564 }
565
566
567 func (*LicenseNotification_Deletes) Descriptor() ([]byte, []int) {
568 return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{1, 0}
569 }
570
571 func (x *LicenseNotification_Deletes) GetKind() string {
572 if x != nil {
573 return x.Kind
574 }
575 return ""
576 }
577
578
579 func (x *LicenseNotification_Deletes) GetEditionId() string {
580 if x != nil {
581 return x.EditionId
582 }
583 return ""
584 }
585
586 type LicenseNotification_Expiries struct {
587 state protoimpl.MessageState
588 sizeCache protoimpl.SizeCache
589 unknownFields protoimpl.UnknownFields
590
591 Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
592
593
594
595 EditionId string `protobuf:"bytes,701,opt,name=edition_id,json=editionId,proto3" json:"edition_id,omitempty"`
596 }
597
598 func (x *LicenseNotification_Expiries) Reset() {
599 *x = LicenseNotification_Expiries{}
600 if protoimpl.UnsafeEnabled {
601 mi := &file_google_apps_market_v2_resources_proto_msgTypes[6]
602 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
603 ms.StoreMessageInfo(mi)
604 }
605 }
606
607 func (x *LicenseNotification_Expiries) String() string {
608 return protoimpl.X.MessageStringOf(x)
609 }
610
611 func (*LicenseNotification_Expiries) ProtoMessage() {}
612
613 func (x *LicenseNotification_Expiries) ProtoReflect() protoreflect.Message {
614 mi := &file_google_apps_market_v2_resources_proto_msgTypes[6]
615 if protoimpl.UnsafeEnabled && x != nil {
616 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
617 if ms.LoadMessageInfo() == nil {
618 ms.StoreMessageInfo(mi)
619 }
620 return ms
621 }
622 return mi.MessageOf(x)
623 }
624
625
626 func (*LicenseNotification_Expiries) Descriptor() ([]byte, []int) {
627 return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{1, 1}
628 }
629
630 func (x *LicenseNotification_Expiries) GetKind() string {
631 if x != nil {
632 return x.Kind
633 }
634 return ""
635 }
636
637
638 func (x *LicenseNotification_Expiries) GetEditionId() string {
639 if x != nil {
640 return x.EditionId
641 }
642 return ""
643 }
644
645 type LicenseNotification_Provisions struct {
646 state protoimpl.MessageState
647 sizeCache protoimpl.SizeCache
648 unknownFields protoimpl.UnknownFields
649
650 Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
651
652
653
654 EditionId string `protobuf:"bytes,601,opt,name=edition_id,json=editionId,proto3" json:"edition_id,omitempty"`
655
656 SeatCount int64 `protobuf:"varint,602,opt,name=seat_count,json=seatCount,proto3" json:"seat_count,omitempty"`
657 }
658
659 func (x *LicenseNotification_Provisions) Reset() {
660 *x = LicenseNotification_Provisions{}
661 if protoimpl.UnsafeEnabled {
662 mi := &file_google_apps_market_v2_resources_proto_msgTypes[7]
663 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
664 ms.StoreMessageInfo(mi)
665 }
666 }
667
668 func (x *LicenseNotification_Provisions) String() string {
669 return protoimpl.X.MessageStringOf(x)
670 }
671
672 func (*LicenseNotification_Provisions) ProtoMessage() {}
673
674 func (x *LicenseNotification_Provisions) ProtoReflect() protoreflect.Message {
675 mi := &file_google_apps_market_v2_resources_proto_msgTypes[7]
676 if protoimpl.UnsafeEnabled && x != nil {
677 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
678 if ms.LoadMessageInfo() == nil {
679 ms.StoreMessageInfo(mi)
680 }
681 return ms
682 }
683 return mi.MessageOf(x)
684 }
685
686
687 func (*LicenseNotification_Provisions) Descriptor() ([]byte, []int) {
688 return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{1, 2}
689 }
690
691 func (x *LicenseNotification_Provisions) GetKind() string {
692 if x != nil {
693 return x.Kind
694 }
695 return ""
696 }
697
698
699 func (x *LicenseNotification_Provisions) GetEditionId() string {
700 if x != nil {
701 return x.EditionId
702 }
703 return ""
704 }
705
706 func (x *LicenseNotification_Provisions) GetSeatCount() int64 {
707 if x != nil {
708 return x.SeatCount
709 }
710 return 0
711 }
712
713 type LicenseNotification_Reassignments struct {
714 state protoimpl.MessageState
715 sizeCache protoimpl.SizeCache
716 unknownFields protoimpl.UnknownFields
717
718 Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
719
720 UserId string `protobuf:"bytes,801,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
721 Type string `protobuf:"bytes,802,opt,name=type,proto3" json:"type,omitempty"`
722
723
724
725 EditionId string `protobuf:"bytes,803,opt,name=edition_id,json=editionId,proto3" json:"edition_id,omitempty"`
726 }
727
728 func (x *LicenseNotification_Reassignments) Reset() {
729 *x = LicenseNotification_Reassignments{}
730 if protoimpl.UnsafeEnabled {
731 mi := &file_google_apps_market_v2_resources_proto_msgTypes[8]
732 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
733 ms.StoreMessageInfo(mi)
734 }
735 }
736
737 func (x *LicenseNotification_Reassignments) String() string {
738 return protoimpl.X.MessageStringOf(x)
739 }
740
741 func (*LicenseNotification_Reassignments) ProtoMessage() {}
742
743 func (x *LicenseNotification_Reassignments) ProtoReflect() protoreflect.Message {
744 mi := &file_google_apps_market_v2_resources_proto_msgTypes[8]
745 if protoimpl.UnsafeEnabled && x != nil {
746 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
747 if ms.LoadMessageInfo() == nil {
748 ms.StoreMessageInfo(mi)
749 }
750 return ms
751 }
752 return mi.MessageOf(x)
753 }
754
755
756 func (*LicenseNotification_Reassignments) Descriptor() ([]byte, []int) {
757 return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{1, 3}
758 }
759
760 func (x *LicenseNotification_Reassignments) GetKind() string {
761 if x != nil {
762 return x.Kind
763 }
764 return ""
765 }
766
767 func (x *LicenseNotification_Reassignments) GetUserId() string {
768 if x != nil {
769 return x.UserId
770 }
771 return ""
772 }
773
774 func (x *LicenseNotification_Reassignments) GetType() string {
775 if x != nil {
776 return x.Type
777 }
778 return ""
779 }
780
781
782 func (x *LicenseNotification_Reassignments) GetEditionId() string {
783 if x != nil {
784 return x.EditionId
785 }
786 return ""
787 }
788
789 var File_google_apps_market_v2_resources_proto protoreflect.FileDescriptor
790
791 var file_google_apps_market_v2_resources_proto_rawDesc = []byte{
792 0x0a, 0x25, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x73, 0x2f, 0x6d, 0x61,
793 0x72, 0x6b, 0x65, 0x74, 0x2f, 0x76, 0x32, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
794 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x19, 0x63, 0x63, 0x63, 0x2e, 0x68, 0x6f, 0x73,
795 0x74, 0x65, 0x64, 0x2e, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e,
796 0x76, 0x32, 0x22, 0xe8, 0x02, 0x0a, 0x0f, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x4c,
797 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x01,
798 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74,
799 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65,
800 0x12, 0x25, 0x0a, 0x0e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
801 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63,
802 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x53, 0x0a, 0x08, 0x65, 0x64, 0x69, 0x74, 0x69,
803 0x6f, 0x6e, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x63, 0x63, 0x63, 0x2e,
804 0x68, 0x6f, 0x73, 0x74, 0x65, 0x64, 0x2e, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61,
805 0x63, 0x65, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x4c, 0x69,
806 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x02,
807 0x18, 0x01, 0x52, 0x08, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x0e, 0x0a, 0x02,
808 0x69, 0x64, 0x18, 0x65, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1f, 0x0a, 0x0b,
809 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x66, 0x20, 0x01, 0x28,
810 0x09, 0x52, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49, 0x64, 0x1a, 0x7e, 0x0a,
811 0x08, 0x45, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x22, 0x0a, 0x0a, 0x65, 0x64, 0x69,
812 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x95, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02,
813 0x18, 0x01, 0x52, 0x09, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x22, 0x0a,
814 0x0a, 0x73, 0x65, 0x61, 0x74, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x96, 0x03, 0x20, 0x01,
815 0x28, 0x05, 0x42, 0x02, 0x18, 0x01, 0x52, 0x09, 0x73, 0x65, 0x61, 0x74, 0x43, 0x6f, 0x75, 0x6e,
816 0x74, 0x12, 0x2a, 0x0a, 0x0e, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x73, 0x65,
817 0x61, 0x74, 0x73, 0x18, 0x99, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0d,
818 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x53, 0x65, 0x61, 0x74, 0x73, 0x22, 0xea, 0x06,
819 0x0a, 0x13, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63,
820 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
821 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61,
822 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x61,
823 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09,
824 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52,
825 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x75,
826 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
827 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6b,
828 0x69, 0x6e, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12,
829 0x59, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x06, 0x20,
830 0x03, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x63, 0x63, 0x63, 0x2e, 0x68, 0x6f, 0x73, 0x74, 0x65, 0x64,
831 0x2e, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x76, 0x32, 0x2e,
832 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74,
833 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x0a,
834 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x53, 0x0a, 0x08, 0x65, 0x78,
835 0x70, 0x69, 0x72, 0x69, 0x65, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x63,
836 0x63, 0x63, 0x2e, 0x68, 0x6f, 0x73, 0x74, 0x65, 0x64, 0x2e, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74,
837 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65,
838 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x45, 0x78, 0x70,
839 0x69, 0x72, 0x69, 0x65, 0x73, 0x52, 0x08, 0x65, 0x78, 0x70, 0x69, 0x72, 0x69, 0x65, 0x73, 0x12,
840 0x62, 0x0a, 0x0d, 0x72, 0x65, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73,
841 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x63, 0x63, 0x63, 0x2e, 0x68, 0x6f, 0x73,
842 0x74, 0x65, 0x64, 0x2e, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e,
843 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69,
844 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x52, 0x65, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d,
845 0x65, 0x6e, 0x74, 0x73, 0x52, 0x0d, 0x72, 0x65, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65,
846 0x6e, 0x74, 0x73, 0x12, 0x50, 0x0a, 0x07, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x73, 0x18, 0x09,
847 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x63, 0x63, 0x63, 0x2e, 0x68, 0x6f, 0x73, 0x74, 0x65,
848 0x64, 0x2e, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x76, 0x32,
849 0x2e, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61,
850 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x73, 0x52, 0x07, 0x64, 0x65,
851 0x6c, 0x65, 0x74, 0x65, 0x73, 0x1a, 0x41, 0x0a, 0x07, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x73,
852 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
853 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x22, 0x0a, 0x0a, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
854 0x69, 0x64, 0x18, 0x85, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x09, 0x65,
855 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x1a, 0x42, 0x0a, 0x08, 0x45, 0x78, 0x70, 0x69,
856 0x72, 0x69, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01,
857 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x22, 0x0a, 0x0a, 0x65, 0x64, 0x69, 0x74,
858 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0xbd, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18,
859 0x01, 0x52, 0x09, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x1a, 0x64, 0x0a, 0x0a,
860 0x50, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69,
861 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x22,
862 0x0a, 0x0a, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0xd9, 0x04, 0x20,
863 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x09, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e,
864 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x61, 0x74, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74,
865 0x18, 0xda, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x65, 0x61, 0x74, 0x43, 0x6f, 0x75,
866 0x6e, 0x74, 0x1a, 0x76, 0x0a, 0x0d, 0x52, 0x65, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65,
867 0x6e, 0x74, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
868 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f,
869 0x69, 0x64, 0x18, 0xa1, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49,
870 0x64, 0x12, 0x13, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0xa2, 0x06, 0x20, 0x01, 0x28, 0x09,
871 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0a, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f,
872 0x6e, 0x5f, 0x69, 0x64, 0x18, 0xa3, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52,
873 0x09, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0xae, 0x01, 0x0a, 0x17, 0x4c,
874 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69,
875 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x01,
876 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x55, 0x0a, 0x0d, 0x6e, 0x6f,
877 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xef, 0x07, 0x20, 0x03,
878 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x63, 0x63, 0x63, 0x2e, 0x68, 0x6f, 0x73, 0x74, 0x65, 0x64, 0x2e,
879 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x76, 0x32, 0x2e, 0x4c,
880 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69,
881 0x6f, 0x6e, 0x52, 0x0d, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
882 0x73, 0x12, 0x28, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74,
883 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0xfa, 0x91, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6e, 0x65,
884 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0xe5, 0x01, 0x0a, 0x0b,
885 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6b,
886 0x69, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12,
887 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08,
888 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x61,
889 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12,
890 0x21, 0x0a, 0x0a, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20,
891 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x09, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e,
892 0x49, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x5f, 0x69,
893 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65,
894 0x72, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69,
895 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x70, 0x70,
896 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64,
897 0x18, 0x65, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73,
898 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x66, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65,
899 0x72, 0x49, 0x64, 0x42, 0x9d, 0x01, 0x0a, 0x24, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
900 0x6c, 0x65, 0x2e, 0x63, 0x63, 0x63, 0x2e, 0x68, 0x6f, 0x73, 0x74, 0x65, 0x64, 0x2e, 0x6d, 0x61,
901 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x76, 0x32, 0x42, 0x0e, 0x52, 0x65,
902 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x4b,
903 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72,
904 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
905 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x63, 0x63, 0x63, 0x2f, 0x68, 0x6f, 0x73, 0x74, 0x65, 0x64,
906 0x2f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2f, 0x76, 0x32, 0x3b,
907 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0xca, 0x02, 0x15, 0x47, 0x6f,
908 0x6f, 0x67, 0x6c, 0x65, 0x5c, 0x41, 0x70, 0x70, 0x73, 0x5c, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74,
909 0x5c, 0x56, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
910 }
911
912 var (
913 file_google_apps_market_v2_resources_proto_rawDescOnce sync.Once
914 file_google_apps_market_v2_resources_proto_rawDescData = file_google_apps_market_v2_resources_proto_rawDesc
915 )
916
917 func file_google_apps_market_v2_resources_proto_rawDescGZIP() []byte {
918 file_google_apps_market_v2_resources_proto_rawDescOnce.Do(func() {
919 file_google_apps_market_v2_resources_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_apps_market_v2_resources_proto_rawDescData)
920 })
921 return file_google_apps_market_v2_resources_proto_rawDescData
922 }
923
924 var file_google_apps_market_v2_resources_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
925 var file_google_apps_market_v2_resources_proto_goTypes = []interface{}{
926 (*CustomerLicense)(nil),
927 (*LicenseNotification)(nil),
928 (*LicenseNotificationList)(nil),
929 (*UserLicense)(nil),
930 (*CustomerLicense_Editions)(nil),
931 (*LicenseNotification_Deletes)(nil),
932 (*LicenseNotification_Expiries)(nil),
933 (*LicenseNotification_Provisions)(nil),
934 (*LicenseNotification_Reassignments)(nil),
935 }
936 var file_google_apps_market_v2_resources_proto_depIdxs = []int32{
937 4,
938 7,
939 6,
940 8,
941 5,
942 1,
943 6,
944 6,
945 6,
946 6,
947 0,
948 }
949
950 func init() { file_google_apps_market_v2_resources_proto_init() }
951 func file_google_apps_market_v2_resources_proto_init() {
952 if File_google_apps_market_v2_resources_proto != nil {
953 return
954 }
955 if !protoimpl.UnsafeEnabled {
956 file_google_apps_market_v2_resources_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
957 switch v := v.(*CustomerLicense); i {
958 case 0:
959 return &v.state
960 case 1:
961 return &v.sizeCache
962 case 2:
963 return &v.unknownFields
964 default:
965 return nil
966 }
967 }
968 file_google_apps_market_v2_resources_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
969 switch v := v.(*LicenseNotification); i {
970 case 0:
971 return &v.state
972 case 1:
973 return &v.sizeCache
974 case 2:
975 return &v.unknownFields
976 default:
977 return nil
978 }
979 }
980 file_google_apps_market_v2_resources_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
981 switch v := v.(*LicenseNotificationList); i {
982 case 0:
983 return &v.state
984 case 1:
985 return &v.sizeCache
986 case 2:
987 return &v.unknownFields
988 default:
989 return nil
990 }
991 }
992 file_google_apps_market_v2_resources_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
993 switch v := v.(*UserLicense); i {
994 case 0:
995 return &v.state
996 case 1:
997 return &v.sizeCache
998 case 2:
999 return &v.unknownFields
1000 default:
1001 return nil
1002 }
1003 }
1004 file_google_apps_market_v2_resources_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
1005 switch v := v.(*CustomerLicense_Editions); i {
1006 case 0:
1007 return &v.state
1008 case 1:
1009 return &v.sizeCache
1010 case 2:
1011 return &v.unknownFields
1012 default:
1013 return nil
1014 }
1015 }
1016 file_google_apps_market_v2_resources_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
1017 switch v := v.(*LicenseNotification_Deletes); i {
1018 case 0:
1019 return &v.state
1020 case 1:
1021 return &v.sizeCache
1022 case 2:
1023 return &v.unknownFields
1024 default:
1025 return nil
1026 }
1027 }
1028 file_google_apps_market_v2_resources_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
1029 switch v := v.(*LicenseNotification_Expiries); i {
1030 case 0:
1031 return &v.state
1032 case 1:
1033 return &v.sizeCache
1034 case 2:
1035 return &v.unknownFields
1036 default:
1037 return nil
1038 }
1039 }
1040 file_google_apps_market_v2_resources_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
1041 switch v := v.(*LicenseNotification_Provisions); i {
1042 case 0:
1043 return &v.state
1044 case 1:
1045 return &v.sizeCache
1046 case 2:
1047 return &v.unknownFields
1048 default:
1049 return nil
1050 }
1051 }
1052 file_google_apps_market_v2_resources_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
1053 switch v := v.(*LicenseNotification_Reassignments); i {
1054 case 0:
1055 return &v.state
1056 case 1:
1057 return &v.sizeCache
1058 case 2:
1059 return &v.unknownFields
1060 default:
1061 return nil
1062 }
1063 }
1064 }
1065 type x struct{}
1066 out := protoimpl.TypeBuilder{
1067 File: protoimpl.DescBuilder{
1068 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
1069 RawDescriptor: file_google_apps_market_v2_resources_proto_rawDesc,
1070 NumEnums: 0,
1071 NumMessages: 9,
1072 NumExtensions: 0,
1073 NumServices: 0,
1074 },
1075 GoTypes: file_google_apps_market_v2_resources_proto_goTypes,
1076 DependencyIndexes: file_google_apps_market_v2_resources_proto_depIdxs,
1077 MessageInfos: file_google_apps_market_v2_resources_proto_msgTypes,
1078 }.Build()
1079 File_google_apps_market_v2_resources_proto = out.File
1080 file_google_apps_market_v2_resources_proto_rawDesc = nil
1081 file_google_apps_market_v2_resources_proto_goTypes = nil
1082 file_google_apps_market_v2_resources_proto_depIdxs = nil
1083 }
1084
View as plain text