@vendasta/mission-control 3.1.0 → 3.2.0

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.
@@ -120,12 +120,6 @@ function enumStringToValue$4(enumRef, value) {
120
120
  return enumRef[value];
121
121
  }
122
122
  class PagedRequestOptions {
123
- constructor(kwargs) {
124
- if (!kwargs) {
125
- return;
126
- }
127
- Object.assign(this, kwargs);
128
- }
129
123
  static fromProto(proto) {
130
124
  let m = new PagedRequestOptions();
131
125
  m = Object.assign(m, proto);
@@ -134,6 +128,12 @@ class PagedRequestOptions {
134
128
  }
135
129
  return m;
136
130
  }
131
+ constructor(kwargs) {
132
+ if (!kwargs) {
133
+ return;
134
+ }
135
+ Object.assign(this, kwargs);
136
+ }
137
137
  toApiJson() {
138
138
  const toReturn = {};
139
139
  if (typeof this.cursor !== 'undefined') {
@@ -146,17 +146,17 @@ class PagedRequestOptions {
146
146
  }
147
147
  }
148
148
  class PagedResponseMetadata {
149
+ static fromProto(proto) {
150
+ let m = new PagedResponseMetadata();
151
+ m = Object.assign(m, proto);
152
+ return m;
153
+ }
149
154
  constructor(kwargs) {
150
155
  if (!kwargs) {
151
156
  return;
152
157
  }
153
158
  Object.assign(this, kwargs);
154
159
  }
155
- static fromProto(proto) {
156
- let m = new PagedResponseMetadata();
157
- m = Object.assign(m, proto);
158
- return m;
159
- }
160
160
  toApiJson() {
161
161
  const toReturn = {};
162
162
  if (typeof this.nextCursor !== 'undefined') {
@@ -176,12 +176,6 @@ function enumStringToValue$3(enumRef, value) {
176
176
  return enumRef[value];
177
177
  }
178
178
  class ChangeFailData {
179
- constructor(kwargs) {
180
- if (!kwargs) {
181
- return;
182
- }
183
- Object.assign(this, kwargs);
184
- }
185
179
  static fromProto(proto) {
186
180
  let m = new ChangeFailData();
187
181
  m = Object.assign(m, proto);
@@ -193,6 +187,12 @@ class ChangeFailData {
193
187
  }
194
188
  return m;
195
189
  }
190
+ constructor(kwargs) {
191
+ if (!kwargs) {
192
+ return;
193
+ }
194
+ Object.assign(this, kwargs);
195
+ }
196
196
  toApiJson() {
197
197
  const toReturn = {};
198
198
  if (typeof this.appId !== 'undefined') {
@@ -214,12 +214,6 @@ class ChangeFailData {
214
214
  }
215
215
  }
216
216
  class ChangeFailGetMultiRequest {
217
- constructor(kwargs) {
218
- if (!kwargs) {
219
- return;
220
- }
221
- Object.assign(this, kwargs);
222
- }
223
217
  static fromProto(proto) {
224
218
  let m = new ChangeFailGetMultiRequest();
225
219
  m = Object.assign(m, proto);
@@ -231,6 +225,12 @@ class ChangeFailGetMultiRequest {
231
225
  }
232
226
  return m;
233
227
  }
228
+ constructor(kwargs) {
229
+ if (!kwargs) {
230
+ return;
231
+ }
232
+ Object.assign(this, kwargs);
233
+ }
234
234
  toApiJson() {
235
235
  const toReturn = {};
236
236
  if (typeof this.appIds !== 'undefined') {
@@ -246,12 +246,6 @@ class ChangeFailGetMultiRequest {
246
246
  }
247
247
  }
248
248
  class ChangeFailGetMultiResponse {
249
- constructor(kwargs) {
250
- if (!kwargs) {
251
- return;
252
- }
253
- Object.assign(this, kwargs);
254
- }
255
249
  static fromProto(proto) {
256
250
  let m = new ChangeFailGetMultiResponse();
257
251
  m = Object.assign(m, proto);
@@ -260,6 +254,12 @@ class ChangeFailGetMultiResponse {
260
254
  }
261
255
  return m;
262
256
  }
257
+ constructor(kwargs) {
258
+ if (!kwargs) {
259
+ return;
260
+ }
261
+ Object.assign(this, kwargs);
262
+ }
263
263
  toApiJson() {
264
264
  const toReturn = {};
265
265
  if (typeof this.data !== 'undefined' && this.data !== null) {
@@ -269,12 +269,6 @@ class ChangeFailGetMultiResponse {
269
269
  }
270
270
  }
271
271
  class DeploymentFrequencyData {
272
- constructor(kwargs) {
273
- if (!kwargs) {
274
- return;
275
- }
276
- Object.assign(this, kwargs);
277
- }
278
272
  static fromProto(proto) {
279
273
  let m = new DeploymentFrequencyData();
280
274
  m = Object.assign(m, proto);
@@ -289,6 +283,12 @@ class DeploymentFrequencyData {
289
283
  }
290
284
  return m;
291
285
  }
286
+ constructor(kwargs) {
287
+ if (!kwargs) {
288
+ return;
289
+ }
290
+ Object.assign(this, kwargs);
291
+ }
292
292
  toApiJson() {
293
293
  const toReturn = {};
294
294
  if (typeof this.appId !== 'undefined') {
@@ -307,12 +307,6 @@ class DeploymentFrequencyData {
307
307
  }
308
308
  }
309
309
  class DeploymentFrequencyGetMultiRequest {
310
- constructor(kwargs) {
311
- if (!kwargs) {
312
- return;
313
- }
314
- Object.assign(this, kwargs);
315
- }
316
310
  static fromProto(proto) {
317
311
  let m = new DeploymentFrequencyGetMultiRequest();
318
312
  m = Object.assign(m, proto);
@@ -321,6 +315,12 @@ class DeploymentFrequencyGetMultiRequest {
321
315
  }
322
316
  return m;
323
317
  }
318
+ constructor(kwargs) {
319
+ if (!kwargs) {
320
+ return;
321
+ }
322
+ Object.assign(this, kwargs);
323
+ }
324
324
  toApiJson() {
325
325
  const toReturn = {};
326
326
  if (typeof this.appIds !== 'undefined') {
@@ -333,12 +333,6 @@ class DeploymentFrequencyGetMultiRequest {
333
333
  }
334
334
  }
335
335
  class DeploymentFrequencyGetMultiResponse {
336
- constructor(kwargs) {
337
- if (!kwargs) {
338
- return;
339
- }
340
- Object.assign(this, kwargs);
341
- }
342
336
  static fromProto(proto) {
343
337
  let m = new DeploymentFrequencyGetMultiResponse();
344
338
  m = Object.assign(m, proto);
@@ -347,6 +341,12 @@ class DeploymentFrequencyGetMultiResponse {
347
341
  }
348
342
  return m;
349
343
  }
344
+ constructor(kwargs) {
345
+ if (!kwargs) {
346
+ return;
347
+ }
348
+ Object.assign(this, kwargs);
349
+ }
350
350
  toApiJson() {
351
351
  const toReturn = {};
352
352
  if (typeof this.deploymentFrequencies !== 'undefined' && this.deploymentFrequencies !== null) {
@@ -356,12 +356,6 @@ class DeploymentFrequencyGetMultiResponse {
356
356
  }
357
357
  }
358
358
  class LeadTime {
359
- constructor(kwargs) {
360
- if (!kwargs) {
361
- return;
362
- }
363
- Object.assign(this, kwargs);
364
- }
365
359
  static fromProto(proto) {
366
360
  let m = new LeadTime();
367
361
  m = Object.assign(m, proto);
@@ -379,6 +373,12 @@ class LeadTime {
379
373
  }
380
374
  return m;
381
375
  }
376
+ constructor(kwargs) {
377
+ if (!kwargs) {
378
+ return;
379
+ }
380
+ Object.assign(this, kwargs);
381
+ }
382
382
  toApiJson() {
383
383
  const toReturn = {};
384
384
  if (typeof this.id !== 'undefined') {
@@ -412,12 +412,6 @@ class LeadTime {
412
412
  }
413
413
  }
414
414
  class LeadTimeGetMultiRequest {
415
- constructor(kwargs) {
416
- if (!kwargs) {
417
- return;
418
- }
419
- Object.assign(this, kwargs);
420
- }
421
415
  static fromProto(proto) {
422
416
  let m = new LeadTimeGetMultiRequest();
423
417
  m = Object.assign(m, proto);
@@ -429,6 +423,12 @@ class LeadTimeGetMultiRequest {
429
423
  }
430
424
  return m;
431
425
  }
426
+ constructor(kwargs) {
427
+ if (!kwargs) {
428
+ return;
429
+ }
430
+ Object.assign(this, kwargs);
431
+ }
432
432
  toApiJson() {
433
433
  const toReturn = {};
434
434
  if (typeof this.appIds !== 'undefined') {
@@ -444,12 +444,6 @@ class LeadTimeGetMultiRequest {
444
444
  }
445
445
  }
446
446
  class LeadTimeGetMultiResponse {
447
- constructor(kwargs) {
448
- if (!kwargs) {
449
- return;
450
- }
451
- Object.assign(this, kwargs);
452
- }
453
447
  static fromProto(proto) {
454
448
  let m = new LeadTimeGetMultiResponse();
455
449
  m = Object.assign(m, proto);
@@ -458,6 +452,12 @@ class LeadTimeGetMultiResponse {
458
452
  }
459
453
  return m;
460
454
  }
455
+ constructor(kwargs) {
456
+ if (!kwargs) {
457
+ return;
458
+ }
459
+ Object.assign(this, kwargs);
460
+ }
461
461
  toApiJson() {
462
462
  const toReturn = {};
463
463
  if (typeof this.summaries !== 'undefined' && this.summaries !== null) {
@@ -467,12 +467,6 @@ class LeadTimeGetMultiResponse {
467
467
  }
468
468
  }
469
469
  class LeadTimeListRequest {
470
- constructor(kwargs) {
471
- if (!kwargs) {
472
- return;
473
- }
474
- Object.assign(this, kwargs);
475
- }
476
470
  static fromProto(proto) {
477
471
  let m = new LeadTimeListRequest();
478
472
  m = Object.assign(m, proto);
@@ -481,6 +475,12 @@ class LeadTimeListRequest {
481
475
  }
482
476
  return m;
483
477
  }
478
+ constructor(kwargs) {
479
+ if (!kwargs) {
480
+ return;
481
+ }
482
+ Object.assign(this, kwargs);
483
+ }
484
484
  toApiJson() {
485
485
  const toReturn = {};
486
486
  if (typeof this.appId !== 'undefined') {
@@ -496,12 +496,6 @@ class LeadTimeListRequest {
496
496
  }
497
497
  }
498
498
  class LeadTimeListResponse {
499
- constructor(kwargs) {
500
- if (!kwargs) {
501
- return;
502
- }
503
- Object.assign(this, kwargs);
504
- }
505
499
  static fromProto(proto) {
506
500
  let m = new LeadTimeListResponse();
507
501
  m = Object.assign(m, proto);
@@ -513,6 +507,12 @@ class LeadTimeListResponse {
513
507
  }
514
508
  return m;
515
509
  }
510
+ constructor(kwargs) {
511
+ if (!kwargs) {
512
+ return;
513
+ }
514
+ Object.assign(this, kwargs);
515
+ }
516
516
  toApiJson() {
517
517
  const toReturn = {};
518
518
  if (typeof this.leadTimes !== 'undefined' && this.leadTimes !== null) {
@@ -525,12 +525,6 @@ class LeadTimeListResponse {
525
525
  }
526
526
  }
527
527
  class LeadTimeSummary {
528
- constructor(kwargs) {
529
- if (!kwargs) {
530
- return;
531
- }
532
- Object.assign(this, kwargs);
533
- }
534
528
  static fromProto(proto) {
535
529
  let m = new LeadTimeSummary();
536
530
  m = Object.assign(m, proto);
@@ -542,6 +536,12 @@ class LeadTimeSummary {
542
536
  }
543
537
  return m;
544
538
  }
539
+ constructor(kwargs) {
540
+ if (!kwargs) {
541
+ return;
542
+ }
543
+ Object.assign(this, kwargs);
544
+ }
545
545
  toApiJson() {
546
546
  const toReturn = {};
547
547
  if (typeof this.appId !== 'undefined') {
@@ -563,12 +563,6 @@ class LeadTimeSummary {
563
563
  }
564
564
  }
565
565
  class MTTRData {
566
- constructor(kwargs) {
567
- if (!kwargs) {
568
- return;
569
- }
570
- Object.assign(this, kwargs);
571
- }
572
566
  static fromProto(proto) {
573
567
  let m = new MTTRData();
574
568
  m = Object.assign(m, proto);
@@ -580,6 +574,12 @@ class MTTRData {
580
574
  }
581
575
  return m;
582
576
  }
577
+ constructor(kwargs) {
578
+ if (!kwargs) {
579
+ return;
580
+ }
581
+ Object.assign(this, kwargs);
582
+ }
583
583
  toApiJson() {
584
584
  const toReturn = {};
585
585
  if (typeof this.appId !== 'undefined') {
@@ -601,12 +601,6 @@ class MTTRData {
601
601
  }
602
602
  }
603
603
  class MTTRGetMultiRequest {
604
- constructor(kwargs) {
605
- if (!kwargs) {
606
- return;
607
- }
608
- Object.assign(this, kwargs);
609
- }
610
604
  static fromProto(proto) {
611
605
  let m = new MTTRGetMultiRequest();
612
606
  m = Object.assign(m, proto);
@@ -618,6 +612,12 @@ class MTTRGetMultiRequest {
618
612
  }
619
613
  return m;
620
614
  }
615
+ constructor(kwargs) {
616
+ if (!kwargs) {
617
+ return;
618
+ }
619
+ Object.assign(this, kwargs);
620
+ }
621
621
  toApiJson() {
622
622
  const toReturn = {};
623
623
  if (typeof this.appIds !== 'undefined') {
@@ -633,12 +633,6 @@ class MTTRGetMultiRequest {
633
633
  }
634
634
  }
635
635
  class MTTRGetMultiResponse {
636
- constructor(kwargs) {
637
- if (!kwargs) {
638
- return;
639
- }
640
- Object.assign(this, kwargs);
641
- }
642
636
  static fromProto(proto) {
643
637
  let m = new MTTRGetMultiResponse();
644
638
  m = Object.assign(m, proto);
@@ -647,6 +641,12 @@ class MTTRGetMultiResponse {
647
641
  }
648
642
  return m;
649
643
  }
644
+ constructor(kwargs) {
645
+ if (!kwargs) {
646
+ return;
647
+ }
648
+ Object.assign(this, kwargs);
649
+ }
650
650
  toApiJson() {
651
651
  const toReturn = {};
652
652
  if (typeof this.data !== 'undefined' && this.data !== null) {
@@ -656,12 +656,6 @@ class MTTRGetMultiResponse {
656
656
  }
657
657
  }
658
658
  class StatRate {
659
- constructor(kwargs) {
660
- if (!kwargs) {
661
- return;
662
- }
663
- Object.assign(this, kwargs);
664
- }
665
659
  static fromProto(proto) {
666
660
  let m = new StatRate();
667
661
  m = Object.assign(m, proto);
@@ -670,6 +664,12 @@ class StatRate {
670
664
  }
671
665
  return m;
672
666
  }
667
+ constructor(kwargs) {
668
+ if (!kwargs) {
669
+ return;
670
+ }
671
+ Object.assign(this, kwargs);
672
+ }
673
673
  toApiJson() {
674
674
  const toReturn = {};
675
675
  if (typeof this.statsPerUnit !== 'undefined') {
@@ -682,12 +682,6 @@ class StatRate {
682
682
  }
683
683
  }
684
684
  class StatSnapshot {
685
- constructor(kwargs) {
686
- if (!kwargs) {
687
- return;
688
- }
689
- Object.assign(this, kwargs);
690
- }
691
685
  static fromProto(proto) {
692
686
  let m = new StatSnapshot();
693
687
  m = Object.assign(m, proto);
@@ -699,6 +693,12 @@ class StatSnapshot {
699
693
  }
700
694
  return m;
701
695
  }
696
+ constructor(kwargs) {
697
+ if (!kwargs) {
698
+ return;
699
+ }
700
+ Object.assign(this, kwargs);
701
+ }
702
702
  toApiJson() {
703
703
  const toReturn = {};
704
704
  if (typeof this.statDate !== 'undefined' && this.statDate !== null) {
@@ -711,12 +711,6 @@ class StatSnapshot {
711
711
  }
712
712
  }
713
713
  class UserDeployFrequencyData {
714
- constructor(kwargs) {
715
- if (!kwargs) {
716
- return;
717
- }
718
- Object.assign(this, kwargs);
719
- }
720
714
  static fromProto(proto) {
721
715
  let m = new UserDeployFrequencyData();
722
716
  m = Object.assign(m, proto);
@@ -731,6 +725,12 @@ class UserDeployFrequencyData {
731
725
  }
732
726
  return m;
733
727
  }
728
+ constructor(kwargs) {
729
+ if (!kwargs) {
730
+ return;
731
+ }
732
+ Object.assign(this, kwargs);
733
+ }
734
734
  toApiJson() {
735
735
  const toReturn = {};
736
736
  if (typeof this.userId !== 'undefined') {
@@ -749,12 +749,6 @@ class UserDeployFrequencyData {
749
749
  }
750
750
  }
751
751
  class UserDeployFrequencyGetMultiRequest {
752
- constructor(kwargs) {
753
- if (!kwargs) {
754
- return;
755
- }
756
- Object.assign(this, kwargs);
757
- }
758
752
  static fromProto(proto) {
759
753
  let m = new UserDeployFrequencyGetMultiRequest();
760
754
  m = Object.assign(m, proto);
@@ -766,6 +760,12 @@ class UserDeployFrequencyGetMultiRequest {
766
760
  }
767
761
  return m;
768
762
  }
763
+ constructor(kwargs) {
764
+ if (!kwargs) {
765
+ return;
766
+ }
767
+ Object.assign(this, kwargs);
768
+ }
769
769
  toApiJson() {
770
770
  const toReturn = {};
771
771
  if (typeof this.userIds !== 'undefined') {
@@ -781,12 +781,6 @@ class UserDeployFrequencyGetMultiRequest {
781
781
  }
782
782
  }
783
783
  class UserDeployFrequencyGetMultiResponse {
784
- constructor(kwargs) {
785
- if (!kwargs) {
786
- return;
787
- }
788
- Object.assign(this, kwargs);
789
- }
790
784
  static fromProto(proto) {
791
785
  let m = new UserDeployFrequencyGetMultiResponse();
792
786
  m = Object.assign(m, proto);
@@ -795,6 +789,12 @@ class UserDeployFrequencyGetMultiResponse {
795
789
  }
796
790
  return m;
797
791
  }
792
+ constructor(kwargs) {
793
+ if (!kwargs) {
794
+ return;
795
+ }
796
+ Object.assign(this, kwargs);
797
+ }
798
798
  toApiJson() {
799
799
  const toReturn = {};
800
800
  if (typeof this.data !== 'undefined' && this.data !== null) {
@@ -811,12 +811,6 @@ function enumStringToValue$2(enumRef, value) {
811
811
  return enumRef[value];
812
812
  }
813
813
  class Alert {
814
- constructor(kwargs) {
815
- if (!kwargs) {
816
- return;
817
- }
818
- Object.assign(this, kwargs);
819
- }
820
814
  static fromProto(proto) {
821
815
  let m = new Alert();
822
816
  m = Object.assign(m, proto);
@@ -825,6 +819,12 @@ class Alert {
825
819
  }
826
820
  return m;
827
821
  }
822
+ constructor(kwargs) {
823
+ if (!kwargs) {
824
+ return;
825
+ }
826
+ Object.assign(this, kwargs);
827
+ }
828
828
  toApiJson() {
829
829
  const toReturn = {};
830
830
  if (typeof this.message !== 'undefined') {
@@ -837,12 +837,6 @@ class Alert {
837
837
  }
838
838
  }
839
839
  class AppConfig {
840
- constructor(kwargs) {
841
- if (!kwargs) {
842
- return;
843
- }
844
- Object.assign(this, kwargs);
845
- }
846
840
  static fromProto(proto) {
847
841
  let m = new AppConfig();
848
842
  m = Object.assign(m, proto);
@@ -851,6 +845,12 @@ class AppConfig {
851
845
  }
852
846
  return m;
853
847
  }
848
+ constructor(kwargs) {
849
+ if (!kwargs) {
850
+ return;
851
+ }
852
+ Object.assign(this, kwargs);
853
+ }
854
854
  toApiJson() {
855
855
  const toReturn = {};
856
856
  if (typeof this.appengineProjectId !== 'undefined') {
@@ -866,12 +866,6 @@ class AppConfig {
866
866
  }
867
867
  }
868
868
  class Application {
869
- constructor(kwargs) {
870
- if (!kwargs) {
871
- return;
872
- }
873
- Object.assign(this, kwargs);
874
- }
875
869
  static fromProto(proto) {
876
870
  let m = new Application();
877
871
  m = Object.assign(m, proto);
@@ -889,6 +883,12 @@ class Application {
889
883
  }
890
884
  return m;
891
885
  }
886
+ constructor(kwargs) {
887
+ if (!kwargs) {
888
+ return;
889
+ }
890
+ Object.assign(this, kwargs);
891
+ }
892
892
  toApiJson() {
893
893
  const toReturn = {};
894
894
  if (typeof this.appId !== 'undefined') {
@@ -931,17 +931,17 @@ class Application {
931
931
  }
932
932
  }
933
933
  class Artifacts {
934
+ static fromProto(proto) {
935
+ let m = new Artifacts();
936
+ m = Object.assign(m, proto);
937
+ return m;
938
+ }
934
939
  constructor(kwargs) {
935
940
  if (!kwargs) {
936
941
  return;
937
942
  }
938
943
  Object.assign(this, kwargs);
939
944
  }
940
- static fromProto(proto) {
941
- let m = new Artifacts();
942
- m = Object.assign(m, proto);
943
- return m;
944
- }
945
945
  toApiJson() {
946
946
  const toReturn = {};
947
947
  if (typeof this.gcsBucket !== 'undefined') {
@@ -954,19 +954,19 @@ class Artifacts {
954
954
  }
955
955
  }
956
956
  class CreateApplicationRequest {
957
- constructor(kwargs) {
958
- if (!kwargs) {
959
- return;
960
- }
961
- Object.assign(this, kwargs);
962
- }
963
957
  static fromProto(proto) {
964
958
  let m = new CreateApplicationRequest();
965
959
  m = Object.assign(m, proto);
966
960
  if (proto.application) {
967
961
  m.application = Application.fromProto(proto.application);
968
962
  }
969
- return m;
963
+ return m;
964
+ }
965
+ constructor(kwargs) {
966
+ if (!kwargs) {
967
+ return;
968
+ }
969
+ Object.assign(this, kwargs);
970
970
  }
971
971
  toApiJson() {
972
972
  const toReturn = {};
@@ -977,12 +977,6 @@ class CreateApplicationRequest {
977
977
  }
978
978
  }
979
979
  class CreateDeliveryRequest {
980
- constructor(kwargs) {
981
- if (!kwargs) {
982
- return;
983
- }
984
- Object.assign(this, kwargs);
985
- }
986
980
  static fromProto(proto) {
987
981
  let m = new CreateDeliveryRequest();
988
982
  m = Object.assign(m, proto);
@@ -991,6 +985,12 @@ class CreateDeliveryRequest {
991
985
  }
992
986
  return m;
993
987
  }
988
+ constructor(kwargs) {
989
+ if (!kwargs) {
990
+ return;
991
+ }
992
+ Object.assign(this, kwargs);
993
+ }
994
994
  toApiJson() {
995
995
  const toReturn = {};
996
996
  if (typeof this.delivery !== 'undefined' && this.delivery !== null) {
@@ -1000,17 +1000,17 @@ class CreateDeliveryRequest {
1000
1000
  }
1001
1001
  }
1002
1002
  class CreateDeliveryResponse {
1003
+ static fromProto(proto) {
1004
+ let m = new CreateDeliveryResponse();
1005
+ m = Object.assign(m, proto);
1006
+ return m;
1007
+ }
1003
1008
  constructor(kwargs) {
1004
1009
  if (!kwargs) {
1005
1010
  return;
1006
1011
  }
1007
1012
  Object.assign(this, kwargs);
1008
1013
  }
1009
- static fromProto(proto) {
1010
- let m = new CreateDeliveryResponse();
1011
- m = Object.assign(m, proto);
1012
- return m;
1013
- }
1014
1014
  toApiJson() {
1015
1015
  const toReturn = {};
1016
1016
  if (typeof this.deliveryId !== 'undefined') {
@@ -1020,12 +1020,6 @@ class CreateDeliveryResponse {
1020
1020
  }
1021
1021
  }
1022
1022
  class CreateDeploymentRequest {
1023
- constructor(kwargs) {
1024
- if (!kwargs) {
1025
- return;
1026
- }
1027
- Object.assign(this, kwargs);
1028
- }
1029
1023
  static fromProto(proto) {
1030
1024
  let m = new CreateDeploymentRequest();
1031
1025
  m = Object.assign(m, proto);
@@ -1034,6 +1028,12 @@ class CreateDeploymentRequest {
1034
1028
  }
1035
1029
  return m;
1036
1030
  }
1031
+ constructor(kwargs) {
1032
+ if (!kwargs) {
1033
+ return;
1034
+ }
1035
+ Object.assign(this, kwargs);
1036
+ }
1037
1037
  toApiJson() {
1038
1038
  const toReturn = {};
1039
1039
  if (typeof this.deployment !== 'undefined' && this.deployment !== null) {
@@ -1043,17 +1043,17 @@ class CreateDeploymentRequest {
1043
1043
  }
1044
1044
  }
1045
1045
  class CreateDeploymentResponse {
1046
+ static fromProto(proto) {
1047
+ let m = new CreateDeploymentResponse();
1048
+ m = Object.assign(m, proto);
1049
+ return m;
1050
+ }
1046
1051
  constructor(kwargs) {
1047
1052
  if (!kwargs) {
1048
1053
  return;
1049
1054
  }
1050
1055
  Object.assign(this, kwargs);
1051
1056
  }
1052
- static fromProto(proto) {
1053
- let m = new CreateDeploymentResponse();
1054
- m = Object.assign(m, proto);
1055
- return m;
1056
- }
1057
1057
  toApiJson() {
1058
1058
  const toReturn = {};
1059
1059
  if (typeof this.deploymentId !== 'undefined') {
@@ -1063,17 +1063,17 @@ class CreateDeploymentResponse {
1063
1063
  }
1064
1064
  }
1065
1065
  class DeleteApplicationRequest {
1066
+ static fromProto(proto) {
1067
+ let m = new DeleteApplicationRequest();
1068
+ m = Object.assign(m, proto);
1069
+ return m;
1070
+ }
1066
1071
  constructor(kwargs) {
1067
1072
  if (!kwargs) {
1068
1073
  return;
1069
1074
  }
1070
1075
  Object.assign(this, kwargs);
1071
1076
  }
1072
- static fromProto(proto) {
1073
- let m = new DeleteApplicationRequest();
1074
- m = Object.assign(m, proto);
1075
- return m;
1076
- }
1077
1077
  toApiJson() {
1078
1078
  const toReturn = {};
1079
1079
  if (typeof this.appId !== 'undefined') {
@@ -1083,12 +1083,6 @@ class DeleteApplicationRequest {
1083
1083
  }
1084
1084
  }
1085
1085
  class DeleteDeliveryRequest {
1086
- constructor(kwargs) {
1087
- if (!kwargs) {
1088
- return;
1089
- }
1090
- Object.assign(this, kwargs);
1091
- }
1092
1086
  static fromProto(proto) {
1093
1087
  let m = new DeleteDeliveryRequest();
1094
1088
  m = Object.assign(m, proto);
@@ -1097,6 +1091,12 @@ class DeleteDeliveryRequest {
1097
1091
  }
1098
1092
  return m;
1099
1093
  }
1094
+ constructor(kwargs) {
1095
+ if (!kwargs) {
1096
+ return;
1097
+ }
1098
+ Object.assign(this, kwargs);
1099
+ }
1100
1100
  toApiJson() {
1101
1101
  const toReturn = {};
1102
1102
  if (typeof this.appId !== 'undefined') {
@@ -1112,12 +1112,6 @@ class DeleteDeliveryRequest {
1112
1112
  }
1113
1113
  }
1114
1114
  class Delivery {
1115
- constructor(kwargs) {
1116
- if (!kwargs) {
1117
- return;
1118
- }
1119
- Object.assign(this, kwargs);
1120
- }
1121
1115
  static fromProto(proto) {
1122
1116
  let m = new Delivery();
1123
1117
  m = Object.assign(m, proto);
@@ -1138,6 +1132,12 @@ class Delivery {
1138
1132
  }
1139
1133
  return m;
1140
1134
  }
1135
+ constructor(kwargs) {
1136
+ if (!kwargs) {
1137
+ return;
1138
+ }
1139
+ Object.assign(this, kwargs);
1140
+ }
1141
1141
  toApiJson() {
1142
1142
  const toReturn = {};
1143
1143
  if (typeof this.appId !== 'undefined') {
@@ -1189,12 +1189,6 @@ class Delivery {
1189
1189
  }
1190
1190
  }
1191
1191
  class DeliveryLock {
1192
- constructor(kwargs) {
1193
- if (!kwargs) {
1194
- return;
1195
- }
1196
- Object.assign(this, kwargs);
1197
- }
1198
1192
  static fromProto(proto) {
1199
1193
  let m = new DeliveryLock();
1200
1194
  m = Object.assign(m, proto);
@@ -1203,6 +1197,12 @@ class DeliveryLock {
1203
1197
  }
1204
1198
  return m;
1205
1199
  }
1200
+ constructor(kwargs) {
1201
+ if (!kwargs) {
1202
+ return;
1203
+ }
1204
+ Object.assign(this, kwargs);
1205
+ }
1206
1206
  toApiJson() {
1207
1207
  const toReturn = {};
1208
1208
  if (typeof this.userEmail !== 'undefined') {
@@ -1218,12 +1218,6 @@ class DeliveryLock {
1218
1218
  }
1219
1219
  }
1220
1220
  class DeliveryMethod {
1221
- constructor(kwargs) {
1222
- if (!kwargs) {
1223
- return;
1224
- }
1225
- Object.assign(this, kwargs);
1226
- }
1227
1221
  static fromProto(proto) {
1228
1222
  let m = new DeliveryMethod();
1229
1223
  m = Object.assign(m, proto);
@@ -1232,6 +1226,12 @@ class DeliveryMethod {
1232
1226
  }
1233
1227
  return m;
1234
1228
  }
1229
+ constructor(kwargs) {
1230
+ if (!kwargs) {
1231
+ return;
1232
+ }
1233
+ Object.assign(this, kwargs);
1234
+ }
1235
1235
  toApiJson() {
1236
1236
  const toReturn = {};
1237
1237
  if (typeof this.deliveryMethodId !== 'undefined') {
@@ -1256,12 +1256,6 @@ class DeliveryMethod {
1256
1256
  }
1257
1257
  }
1258
1258
  class Deployment {
1259
- constructor(kwargs) {
1260
- if (!kwargs) {
1261
- return;
1262
- }
1263
- Object.assign(this, kwargs);
1264
- }
1265
1259
  static fromProto(proto) {
1266
1260
  let m = new Deployment();
1267
1261
  m = Object.assign(m, proto);
@@ -1291,6 +1285,12 @@ class Deployment {
1291
1285
  }
1292
1286
  return m;
1293
1287
  }
1288
+ constructor(kwargs) {
1289
+ if (!kwargs) {
1290
+ return;
1291
+ }
1292
+ Object.assign(this, kwargs);
1293
+ }
1294
1294
  toApiJson() {
1295
1295
  const toReturn = {};
1296
1296
  if (typeof this.appId !== 'undefined') {
@@ -1348,12 +1348,6 @@ class Deployment {
1348
1348
  }
1349
1349
  }
1350
1350
  class Event {
1351
- constructor(kwargs) {
1352
- if (!kwargs) {
1353
- return;
1354
- }
1355
- Object.assign(this, kwargs);
1356
- }
1357
1351
  static fromProto(proto) {
1358
1352
  let m = new Event();
1359
1353
  m = Object.assign(m, proto);
@@ -1371,6 +1365,12 @@ class Event {
1371
1365
  }
1372
1366
  return m;
1373
1367
  }
1368
+ constructor(kwargs) {
1369
+ if (!kwargs) {
1370
+ return;
1371
+ }
1372
+ Object.assign(this, kwargs);
1373
+ }
1374
1374
  toApiJson() {
1375
1375
  const toReturn = {};
1376
1376
  if (typeof this.appId !== 'undefined') {
@@ -1413,17 +1413,17 @@ class Event {
1413
1413
  }
1414
1414
  }
1415
1415
  class GetUserSettingsRequest {
1416
+ static fromProto(proto) {
1417
+ let m = new GetUserSettingsRequest();
1418
+ m = Object.assign(m, proto);
1419
+ return m;
1420
+ }
1416
1421
  constructor(kwargs) {
1417
1422
  if (!kwargs) {
1418
1423
  return;
1419
1424
  }
1420
1425
  Object.assign(this, kwargs);
1421
1426
  }
1422
- static fromProto(proto) {
1423
- let m = new GetUserSettingsRequest();
1424
- m = Object.assign(m, proto);
1425
- return m;
1426
- }
1427
1427
  toApiJson() {
1428
1428
  const toReturn = {};
1429
1429
  if (typeof this.userEmail !== 'undefined') {
@@ -1433,12 +1433,6 @@ class GetUserSettingsRequest {
1433
1433
  }
1434
1434
  }
1435
1435
  class GetUserSettingsResponse {
1436
- constructor(kwargs) {
1437
- if (!kwargs) {
1438
- return;
1439
- }
1440
- Object.assign(this, kwargs);
1441
- }
1442
1436
  static fromProto(proto) {
1443
1437
  let m = new GetUserSettingsResponse();
1444
1438
  m = Object.assign(m, proto);
@@ -1447,6 +1441,12 @@ class GetUserSettingsResponse {
1447
1441
  }
1448
1442
  return m;
1449
1443
  }
1444
+ constructor(kwargs) {
1445
+ if (!kwargs) {
1446
+ return;
1447
+ }
1448
+ Object.assign(this, kwargs);
1449
+ }
1450
1450
  toApiJson() {
1451
1451
  const toReturn = {};
1452
1452
  if (typeof this.settings !== 'undefined' && this.settings !== null) {
@@ -1456,12 +1456,6 @@ class GetUserSettingsResponse {
1456
1456
  }
1457
1457
  }
1458
1458
  class GetZonesRequest {
1459
- constructor(kwargs) {
1460
- if (!kwargs) {
1461
- return;
1462
- }
1463
- Object.assign(this, kwargs);
1464
- }
1465
1459
  static fromProto(proto) {
1466
1460
  let m = new GetZonesRequest();
1467
1461
  m = Object.assign(m, proto);
@@ -1470,6 +1464,12 @@ class GetZonesRequest {
1470
1464
  }
1471
1465
  return m;
1472
1466
  }
1467
+ constructor(kwargs) {
1468
+ if (!kwargs) {
1469
+ return;
1470
+ }
1471
+ Object.assign(this, kwargs);
1472
+ }
1473
1473
  toApiJson() {
1474
1474
  const toReturn = {};
1475
1475
  if (typeof this.applicationId !== 'undefined') {
@@ -1485,17 +1485,17 @@ class GetZonesRequest {
1485
1485
  }
1486
1486
  }
1487
1487
  class GetZonesResponse {
1488
+ static fromProto(proto) {
1489
+ let m = new GetZonesResponse();
1490
+ m = Object.assign(m, proto);
1491
+ return m;
1492
+ }
1488
1493
  constructor(kwargs) {
1489
1494
  if (!kwargs) {
1490
1495
  return;
1491
1496
  }
1492
1497
  Object.assign(this, kwargs);
1493
1498
  }
1494
- static fromProto(proto) {
1495
- let m = new GetZonesResponse();
1496
- m = Object.assign(m, proto);
1497
- return m;
1498
- }
1499
1499
  toApiJson() {
1500
1500
  const toReturn = {};
1501
1501
  if (typeof this.name !== 'undefined') {
@@ -1505,12 +1505,6 @@ class GetZonesResponse {
1505
1505
  }
1506
1506
  }
1507
1507
  class GitCommitDetails {
1508
- constructor(kwargs) {
1509
- if (!kwargs) {
1510
- return;
1511
- }
1512
- Object.assign(this, kwargs);
1513
- }
1514
1508
  static fromProto(proto) {
1515
1509
  let m = new GitCommitDetails();
1516
1510
  m = Object.assign(m, proto);
@@ -1522,6 +1516,12 @@ class GitCommitDetails {
1522
1516
  }
1523
1517
  return m;
1524
1518
  }
1519
+ constructor(kwargs) {
1520
+ if (!kwargs) {
1521
+ return;
1522
+ }
1523
+ Object.assign(this, kwargs);
1524
+ }
1525
1525
  toApiJson() {
1526
1526
  const toReturn = {};
1527
1527
  if (typeof this.author !== 'undefined' && this.author !== null) {
@@ -1537,12 +1537,6 @@ class GitCommitDetails {
1537
1537
  }
1538
1538
  }
1539
1539
  class GithubCommitUser {
1540
- constructor(kwargs) {
1541
- if (!kwargs) {
1542
- return;
1543
- }
1544
- Object.assign(this, kwargs);
1545
- }
1546
1540
  static fromProto(proto) {
1547
1541
  let m = new GithubCommitUser();
1548
1542
  m = Object.assign(m, proto);
@@ -1551,6 +1545,12 @@ class GithubCommitUser {
1551
1545
  }
1552
1546
  return m;
1553
1547
  }
1548
+ constructor(kwargs) {
1549
+ if (!kwargs) {
1550
+ return;
1551
+ }
1552
+ Object.assign(this, kwargs);
1553
+ }
1554
1554
  toApiJson() {
1555
1555
  const toReturn = {};
1556
1556
  if (typeof this.date !== 'undefined' && this.date !== null) {
@@ -1566,12 +1566,6 @@ class GithubCommitUser {
1566
1566
  }
1567
1567
  }
1568
1568
  class K8SConfig {
1569
- constructor(kwargs) {
1570
- if (!kwargs) {
1571
- return;
1572
- }
1573
- Object.assign(this, kwargs);
1574
- }
1575
1569
  static fromProto(proto) {
1576
1570
  let m = new K8SConfig();
1577
1571
  m = Object.assign(m, proto);
@@ -1580,6 +1574,12 @@ class K8SConfig {
1580
1574
  }
1581
1575
  return m;
1582
1576
  }
1577
+ constructor(kwargs) {
1578
+ if (!kwargs) {
1579
+ return;
1580
+ }
1581
+ Object.assign(this, kwargs);
1582
+ }
1583
1583
  toApiJson() {
1584
1584
  const toReturn = {};
1585
1585
  if (typeof this.clusterContext !== 'undefined') {
@@ -1592,12 +1592,6 @@ class K8SConfig {
1592
1592
  }
1593
1593
  }
1594
1594
  class ListApplicationsRequest {
1595
- constructor(kwargs) {
1596
- if (!kwargs) {
1597
- return;
1598
- }
1599
- Object.assign(this, kwargs);
1600
- }
1601
1595
  static fromProto(proto) {
1602
1596
  let m = new ListApplicationsRequest();
1603
1597
  m = Object.assign(m, proto);
@@ -1609,6 +1603,12 @@ class ListApplicationsRequest {
1609
1603
  }
1610
1604
  return m;
1611
1605
  }
1606
+ constructor(kwargs) {
1607
+ if (!kwargs) {
1608
+ return;
1609
+ }
1610
+ Object.assign(this, kwargs);
1611
+ }
1612
1612
  toApiJson() {
1613
1613
  const toReturn = {};
1614
1614
  if (typeof this.appType !== 'undefined') {
@@ -1621,12 +1621,6 @@ class ListApplicationsRequest {
1621
1621
  }
1622
1622
  }
1623
1623
  class ListApplicationsResponse {
1624
- constructor(kwargs) {
1625
- if (!kwargs) {
1626
- return;
1627
- }
1628
- Object.assign(this, kwargs);
1629
- }
1630
1624
  static fromProto(proto) {
1631
1625
  let m = new ListApplicationsResponse();
1632
1626
  m = Object.assign(m, proto);
@@ -1638,6 +1632,12 @@ class ListApplicationsResponse {
1638
1632
  }
1639
1633
  return m;
1640
1634
  }
1635
+ constructor(kwargs) {
1636
+ if (!kwargs) {
1637
+ return;
1638
+ }
1639
+ Object.assign(this, kwargs);
1640
+ }
1641
1641
  toApiJson() {
1642
1642
  const toReturn = {};
1643
1643
  if (typeof this.applications !== 'undefined' && this.applications !== null) {
@@ -1650,12 +1650,6 @@ class ListApplicationsResponse {
1650
1650
  }
1651
1651
  }
1652
1652
  class ListDeliveriesByUserRequest {
1653
- constructor(kwargs) {
1654
- if (!kwargs) {
1655
- return;
1656
- }
1657
- Object.assign(this, kwargs);
1658
- }
1659
1653
  static fromProto(proto) {
1660
1654
  let m = new ListDeliveriesByUserRequest();
1661
1655
  m = Object.assign(m, proto);
@@ -1667,6 +1661,12 @@ class ListDeliveriesByUserRequest {
1667
1661
  }
1668
1662
  return m;
1669
1663
  }
1664
+ constructor(kwargs) {
1665
+ if (!kwargs) {
1666
+ return;
1667
+ }
1668
+ Object.assign(this, kwargs);
1669
+ }
1670
1670
  toApiJson() {
1671
1671
  const toReturn = {};
1672
1672
  if (typeof this.userId !== 'undefined') {
@@ -1682,12 +1682,6 @@ class ListDeliveriesByUserRequest {
1682
1682
  }
1683
1683
  }
1684
1684
  class ListDeliveriesRequest {
1685
- constructor(kwargs) {
1686
- if (!kwargs) {
1687
- return;
1688
- }
1689
- Object.assign(this, kwargs);
1690
- }
1691
1685
  static fromProto(proto) {
1692
1686
  let m = new ListDeliveriesRequest();
1693
1687
  m = Object.assign(m, proto);
@@ -1697,7 +1691,13 @@ class ListDeliveriesRequest {
1697
1691
  if (proto.pagingOptions) {
1698
1692
  m.pagingOptions = PagedRequestOptions.fromProto(proto.pagingOptions);
1699
1693
  }
1700
- return m;
1694
+ return m;
1695
+ }
1696
+ constructor(kwargs) {
1697
+ if (!kwargs) {
1698
+ return;
1699
+ }
1700
+ Object.assign(this, kwargs);
1701
1701
  }
1702
1702
  toApiJson() {
1703
1703
  const toReturn = {};
@@ -1714,12 +1714,6 @@ class ListDeliveriesRequest {
1714
1714
  }
1715
1715
  }
1716
1716
  class ListDeliveriesResponse {
1717
- constructor(kwargs) {
1718
- if (!kwargs) {
1719
- return;
1720
- }
1721
- Object.assign(this, kwargs);
1722
- }
1723
1717
  static fromProto(proto) {
1724
1718
  let m = new ListDeliveriesResponse();
1725
1719
  m = Object.assign(m, proto);
@@ -1731,6 +1725,12 @@ class ListDeliveriesResponse {
1731
1725
  }
1732
1726
  return m;
1733
1727
  }
1728
+ constructor(kwargs) {
1729
+ if (!kwargs) {
1730
+ return;
1731
+ }
1732
+ Object.assign(this, kwargs);
1733
+ }
1734
1734
  toApiJson() {
1735
1735
  const toReturn = {};
1736
1736
  if (typeof this.deliveries !== 'undefined' && this.deliveries !== null) {
@@ -1743,12 +1743,6 @@ class ListDeliveriesResponse {
1743
1743
  }
1744
1744
  }
1745
1745
  class ListDeploymentsRequest {
1746
- constructor(kwargs) {
1747
- if (!kwargs) {
1748
- return;
1749
- }
1750
- Object.assign(this, kwargs);
1751
- }
1752
1746
  static fromProto(proto) {
1753
1747
  let m = new ListDeploymentsRequest();
1754
1748
  m = Object.assign(m, proto);
@@ -1760,6 +1754,12 @@ class ListDeploymentsRequest {
1760
1754
  }
1761
1755
  return m;
1762
1756
  }
1757
+ constructor(kwargs) {
1758
+ if (!kwargs) {
1759
+ return;
1760
+ }
1761
+ Object.assign(this, kwargs);
1762
+ }
1763
1763
  toApiJson() {
1764
1764
  const toReturn = {};
1765
1765
  if (typeof this.appId !== 'undefined') {
@@ -1775,12 +1775,6 @@ class ListDeploymentsRequest {
1775
1775
  }
1776
1776
  }
1777
1777
  class ListDeploymentsResponse {
1778
- constructor(kwargs) {
1779
- if (!kwargs) {
1780
- return;
1781
- }
1782
- Object.assign(this, kwargs);
1783
- }
1784
1778
  static fromProto(proto) {
1785
1779
  let m = new ListDeploymentsResponse();
1786
1780
  m = Object.assign(m, proto);
@@ -1792,6 +1786,12 @@ class ListDeploymentsResponse {
1792
1786
  }
1793
1787
  return m;
1794
1788
  }
1789
+ constructor(kwargs) {
1790
+ if (!kwargs) {
1791
+ return;
1792
+ }
1793
+ Object.assign(this, kwargs);
1794
+ }
1795
1795
  toApiJson() {
1796
1796
  const toReturn = {};
1797
1797
  if (typeof this.deployments !== 'undefined' && this.deployments !== null) {
@@ -1804,12 +1804,6 @@ class ListDeploymentsResponse {
1804
1804
  }
1805
1805
  }
1806
1806
  class ListEventsRequest {
1807
- constructor(kwargs) {
1808
- if (!kwargs) {
1809
- return;
1810
- }
1811
- Object.assign(this, kwargs);
1812
- }
1813
1807
  static fromProto(proto) {
1814
1808
  let m = new ListEventsRequest();
1815
1809
  m = Object.assign(m, proto);
@@ -1827,6 +1821,12 @@ class ListEventsRequest {
1827
1821
  }
1828
1822
  return m;
1829
1823
  }
1824
+ constructor(kwargs) {
1825
+ if (!kwargs) {
1826
+ return;
1827
+ }
1828
+ Object.assign(this, kwargs);
1829
+ }
1830
1830
  toApiJson() {
1831
1831
  const toReturn = {};
1832
1832
  if (typeof this.appId !== 'undefined') {
@@ -1851,12 +1851,6 @@ class ListEventsRequest {
1851
1851
  }
1852
1852
  }
1853
1853
  class ListEventsResponse {
1854
- constructor(kwargs) {
1855
- if (!kwargs) {
1856
- return;
1857
- }
1858
- Object.assign(this, kwargs);
1859
- }
1860
1854
  static fromProto(proto) {
1861
1855
  let m = new ListEventsResponse();
1862
1856
  m = Object.assign(m, proto);
@@ -1868,6 +1862,12 @@ class ListEventsResponse {
1868
1862
  }
1869
1863
  return m;
1870
1864
  }
1865
+ constructor(kwargs) {
1866
+ if (!kwargs) {
1867
+ return;
1868
+ }
1869
+ Object.assign(this, kwargs);
1870
+ }
1871
1871
  toApiJson() {
1872
1872
  const toReturn = {};
1873
1873
  if (typeof this.events !== 'undefined' && this.events !== null) {
@@ -1880,12 +1880,6 @@ class ListEventsResponse {
1880
1880
  }
1881
1881
  }
1882
1882
  class SendBuildNotificationRequest {
1883
- constructor(kwargs) {
1884
- if (!kwargs) {
1885
- return;
1886
- }
1887
- Object.assign(this, kwargs);
1888
- }
1889
1883
  static fromProto(proto) {
1890
1884
  let m = new SendBuildNotificationRequest();
1891
1885
  m = Object.assign(m, proto);
@@ -1894,6 +1888,12 @@ class SendBuildNotificationRequest {
1894
1888
  }
1895
1889
  return m;
1896
1890
  }
1891
+ constructor(kwargs) {
1892
+ if (!kwargs) {
1893
+ return;
1894
+ }
1895
+ Object.assign(this, kwargs);
1896
+ }
1897
1897
  toApiJson() {
1898
1898
  const toReturn = {};
1899
1899
  if (typeof this.buildId !== 'undefined') {
@@ -1915,12 +1915,6 @@ class SendBuildNotificationRequest {
1915
1915
  }
1916
1916
  }
1917
1917
  class UpdateApplicationRequest {
1918
- constructor(kwargs) {
1919
- if (!kwargs) {
1920
- return;
1921
- }
1922
- Object.assign(this, kwargs);
1923
- }
1924
1918
  static fromProto(proto) {
1925
1919
  let m = new UpdateApplicationRequest();
1926
1920
  m = Object.assign(m, proto);
@@ -1929,6 +1923,12 @@ class UpdateApplicationRequest {
1929
1923
  }
1930
1924
  return m;
1931
1925
  }
1926
+ constructor(kwargs) {
1927
+ if (!kwargs) {
1928
+ return;
1929
+ }
1930
+ Object.assign(this, kwargs);
1931
+ }
1932
1932
  toApiJson() {
1933
1933
  const toReturn = {};
1934
1934
  if (typeof this.application !== 'undefined' && this.application !== null) {
@@ -1938,12 +1938,6 @@ class UpdateApplicationRequest {
1938
1938
  }
1939
1939
  }
1940
1940
  class UpdateDeliveryRequest {
1941
- constructor(kwargs) {
1942
- if (!kwargs) {
1943
- return;
1944
- }
1945
- Object.assign(this, kwargs);
1946
- }
1947
1941
  static fromProto(proto) {
1948
1942
  let m = new UpdateDeliveryRequest();
1949
1943
  m = Object.assign(m, proto);
@@ -1955,6 +1949,12 @@ class UpdateDeliveryRequest {
1955
1949
  }
1956
1950
  return m;
1957
1951
  }
1952
+ constructor(kwargs) {
1953
+ if (!kwargs) {
1954
+ return;
1955
+ }
1956
+ Object.assign(this, kwargs);
1957
+ }
1958
1958
  toApiJson() {
1959
1959
  const toReturn = {};
1960
1960
  if (typeof this.appId !== 'undefined') {
@@ -1973,12 +1973,6 @@ class UpdateDeliveryRequest {
1973
1973
  }
1974
1974
  }
1975
1975
  class UpdateDeploymentRequest {
1976
- constructor(kwargs) {
1977
- if (!kwargs) {
1978
- return;
1979
- }
1980
- Object.assign(this, kwargs);
1981
- }
1982
1976
  static fromProto(proto) {
1983
1977
  let m = new UpdateDeploymentRequest();
1984
1978
  m = Object.assign(m, proto);
@@ -1990,6 +1984,12 @@ class UpdateDeploymentRequest {
1990
1984
  }
1991
1985
  return m;
1992
1986
  }
1987
+ constructor(kwargs) {
1988
+ if (!kwargs) {
1989
+ return;
1990
+ }
1991
+ Object.assign(this, kwargs);
1992
+ }
1993
1993
  toApiJson() {
1994
1994
  const toReturn = {};
1995
1995
  if (typeof this.appId !== 'undefined') {
@@ -2011,17 +2011,17 @@ class UpdateDeploymentRequest {
2011
2011
  }
2012
2012
  }
2013
2013
  class UpdateDeploymentResponse {
2014
+ static fromProto(proto) {
2015
+ let m = new UpdateDeploymentResponse();
2016
+ m = Object.assign(m, proto);
2017
+ return m;
2018
+ }
2014
2019
  constructor(kwargs) {
2015
2020
  if (!kwargs) {
2016
2021
  return;
2017
2022
  }
2018
2023
  Object.assign(this, kwargs);
2019
2024
  }
2020
- static fromProto(proto) {
2021
- let m = new UpdateDeploymentResponse();
2022
- m = Object.assign(m, proto);
2023
- return m;
2024
- }
2025
2025
  toApiJson() {
2026
2026
  const toReturn = {};
2027
2027
  if (typeof this.deploymentId !== 'undefined') {
@@ -2031,12 +2031,6 @@ class UpdateDeploymentResponse {
2031
2031
  }
2032
2032
  }
2033
2033
  class UpdateUserSettingsRequest {
2034
- constructor(kwargs) {
2035
- if (!kwargs) {
2036
- return;
2037
- }
2038
- Object.assign(this, kwargs);
2039
- }
2040
2034
  static fromProto(proto) {
2041
2035
  let m = new UpdateUserSettingsRequest();
2042
2036
  m = Object.assign(m, proto);
@@ -2045,6 +2039,12 @@ class UpdateUserSettingsRequest {
2045
2039
  }
2046
2040
  return m;
2047
2041
  }
2042
+ constructor(kwargs) {
2043
+ if (!kwargs) {
2044
+ return;
2045
+ }
2046
+ Object.assign(this, kwargs);
2047
+ }
2048
2048
  toApiJson() {
2049
2049
  const toReturn = {};
2050
2050
  if (typeof this.settings !== 'undefined' && this.settings !== null) {
@@ -2054,17 +2054,17 @@ class UpdateUserSettingsRequest {
2054
2054
  }
2055
2055
  }
2056
2056
  class UserNotifications {
2057
+ static fromProto(proto) {
2058
+ let m = new UserNotifications();
2059
+ m = Object.assign(m, proto);
2060
+ return m;
2061
+ }
2057
2062
  constructor(kwargs) {
2058
2063
  if (!kwargs) {
2059
2064
  return;
2060
2065
  }
2061
2066
  Object.assign(this, kwargs);
2062
2067
  }
2063
- static fromProto(proto) {
2064
- let m = new UserNotifications();
2065
- m = Object.assign(m, proto);
2066
- return m;
2067
- }
2068
2068
  toApiJson() {
2069
2069
  const toReturn = {};
2070
2070
  if (typeof this.buildSuccessSlackOptOut !== 'undefined') {
@@ -2077,12 +2077,6 @@ class UserNotifications {
2077
2077
  }
2078
2078
  }
2079
2079
  class UserSettings {
2080
- constructor(kwargs) {
2081
- if (!kwargs) {
2082
- return;
2083
- }
2084
- Object.assign(this, kwargs);
2085
- }
2086
2080
  static fromProto(proto) {
2087
2081
  let m = new UserSettings();
2088
2082
  m = Object.assign(m, proto);
@@ -2091,6 +2085,12 @@ class UserSettings {
2091
2085
  }
2092
2086
  return m;
2093
2087
  }
2088
+ constructor(kwargs) {
2089
+ if (!kwargs) {
2090
+ return;
2091
+ }
2092
+ Object.assign(this, kwargs);
2093
+ }
2094
2094
  toApiJson() {
2095
2095
  const toReturn = {};
2096
2096
  if (typeof this.userEmail !== 'undefined') {
@@ -2116,17 +2116,17 @@ function enumStringToValue$1(enumRef, value) {
2116
2116
  return enumRef[value];
2117
2117
  }
2118
2118
  class GetServiceLevelsRequest {
2119
+ static fromProto(proto) {
2120
+ let m = new GetServiceLevelsRequest();
2121
+ m = Object.assign(m, proto);
2122
+ return m;
2123
+ }
2119
2124
  constructor(kwargs) {
2120
2125
  if (!kwargs) {
2121
2126
  return;
2122
2127
  }
2123
2128
  Object.assign(this, kwargs);
2124
2129
  }
2125
- static fromProto(proto) {
2126
- let m = new GetServiceLevelsRequest();
2127
- m = Object.assign(m, proto);
2128
- return m;
2129
- }
2130
2130
  toApiJson() {
2131
2131
  const toReturn = {};
2132
2132
  if (typeof this.name !== 'undefined') {
@@ -2142,17 +2142,17 @@ class GetServiceLevelsRequest {
2142
2142
  }
2143
2143
  }
2144
2144
  class QueryServiceLevelsRequest {
2145
+ static fromProto(proto) {
2146
+ let m = new QueryServiceLevelsRequest();
2147
+ m = Object.assign(m, proto);
2148
+ return m;
2149
+ }
2145
2150
  constructor(kwargs) {
2146
2151
  if (!kwargs) {
2147
2152
  return;
2148
2153
  }
2149
2154
  Object.assign(this, kwargs);
2150
2155
  }
2151
- static fromProto(proto) {
2152
- let m = new QueryServiceLevelsRequest();
2153
- m = Object.assign(m, proto);
2154
- return m;
2155
- }
2156
2156
  toApiJson() {
2157
2157
  const toReturn = {};
2158
2158
  if (typeof this.platform !== 'undefined') {
@@ -2174,12 +2174,6 @@ class QueryServiceLevelsRequest {
2174
2174
  }
2175
2175
  }
2176
2176
  class ServiceLevel {
2177
- constructor(kwargs) {
2178
- if (!kwargs) {
2179
- return;
2180
- }
2181
- Object.assign(this, kwargs);
2182
- }
2183
2177
  static fromProto(proto) {
2184
2178
  let m = new ServiceLevel();
2185
2179
  m = Object.assign(m, proto);
@@ -2197,6 +2191,12 @@ class ServiceLevel {
2197
2191
  }
2198
2192
  return m;
2199
2193
  }
2194
+ constructor(kwargs) {
2195
+ if (!kwargs) {
2196
+ return;
2197
+ }
2198
+ Object.assign(this, kwargs);
2199
+ }
2200
2200
  toApiJson() {
2201
2201
  const toReturn = {};
2202
2202
  if (typeof this.name !== 'undefined') {
@@ -2236,12 +2236,6 @@ class ServiceLevel {
2236
2236
  }
2237
2237
  }
2238
2238
  class ServiceLevelsResponse {
2239
- constructor(kwargs) {
2240
- if (!kwargs) {
2241
- return;
2242
- }
2243
- Object.assign(this, kwargs);
2244
- }
2245
2239
  static fromProto(proto) {
2246
2240
  let m = new ServiceLevelsResponse();
2247
2241
  m = Object.assign(m, proto);
@@ -2250,6 +2244,12 @@ class ServiceLevelsResponse {
2250
2244
  }
2251
2245
  return m;
2252
2246
  }
2247
+ constructor(kwargs) {
2248
+ if (!kwargs) {
2249
+ return;
2250
+ }
2251
+ Object.assign(this, kwargs);
2252
+ }
2253
2253
  toApiJson() {
2254
2254
  const toReturn = {};
2255
2255
  if (typeof this.serviceLevels !== 'undefined' && this.serviceLevels !== null) {
@@ -2266,17 +2266,17 @@ function enumStringToValue(enumRef, value) {
2266
2266
  return enumRef[value];
2267
2267
  }
2268
2268
  class GetUserSettingsRequestV2 {
2269
+ static fromProto(proto) {
2270
+ let m = new GetUserSettingsRequestV2();
2271
+ m = Object.assign(m, proto);
2272
+ return m;
2273
+ }
2269
2274
  constructor(kwargs) {
2270
2275
  if (!kwargs) {
2271
2276
  return;
2272
2277
  }
2273
2278
  Object.assign(this, kwargs);
2274
2279
  }
2275
- static fromProto(proto) {
2276
- let m = new GetUserSettingsRequestV2();
2277
- m = Object.assign(m, proto);
2278
- return m;
2279
- }
2280
2280
  toApiJson() {
2281
2281
  const toReturn = {};
2282
2282
  if (typeof this.iamUserId !== 'undefined') {
@@ -2286,12 +2286,6 @@ class GetUserSettingsRequestV2 {
2286
2286
  }
2287
2287
  }
2288
2288
  class GetUserSettingsResponseV2 {
2289
- constructor(kwargs) {
2290
- if (!kwargs) {
2291
- return;
2292
- }
2293
- Object.assign(this, kwargs);
2294
- }
2295
2289
  static fromProto(proto) {
2296
2290
  let m = new GetUserSettingsResponseV2();
2297
2291
  m = Object.assign(m, proto);
@@ -2300,6 +2294,12 @@ class GetUserSettingsResponseV2 {
2300
2294
  }
2301
2295
  return m;
2302
2296
  }
2297
+ constructor(kwargs) {
2298
+ if (!kwargs) {
2299
+ return;
2300
+ }
2301
+ Object.assign(this, kwargs);
2302
+ }
2303
2303
  toApiJson() {
2304
2304
  const toReturn = {};
2305
2305
  if (typeof this.settings !== 'undefined' && this.settings !== null) {
@@ -2309,12 +2309,6 @@ class GetUserSettingsResponseV2 {
2309
2309
  }
2310
2310
  }
2311
2311
  class UpdateUserSettingsRequestV2 {
2312
- constructor(kwargs) {
2313
- if (!kwargs) {
2314
- return;
2315
- }
2316
- Object.assign(this, kwargs);
2317
- }
2318
2312
  static fromProto(proto) {
2319
2313
  let m = new UpdateUserSettingsRequestV2();
2320
2314
  m = Object.assign(m, proto);
@@ -2323,6 +2317,12 @@ class UpdateUserSettingsRequestV2 {
2323
2317
  }
2324
2318
  return m;
2325
2319
  }
2320
+ constructor(kwargs) {
2321
+ if (!kwargs) {
2322
+ return;
2323
+ }
2324
+ Object.assign(this, kwargs);
2325
+ }
2326
2326
  toApiJson() {
2327
2327
  const toReturn = {};
2328
2328
  if (typeof this.settings !== 'undefined' && this.settings !== null) {
@@ -2332,17 +2332,17 @@ class UpdateUserSettingsRequestV2 {
2332
2332
  }
2333
2333
  }
2334
2334
  class UserNotificationsV2 {
2335
+ static fromProto(proto) {
2336
+ let m = new UserNotificationsV2();
2337
+ m = Object.assign(m, proto);
2338
+ return m;
2339
+ }
2335
2340
  constructor(kwargs) {
2336
2341
  if (!kwargs) {
2337
2342
  return;
2338
2343
  }
2339
2344
  Object.assign(this, kwargs);
2340
2345
  }
2341
- static fromProto(proto) {
2342
- let m = new UserNotificationsV2();
2343
- m = Object.assign(m, proto);
2344
- return m;
2345
- }
2346
2346
  toApiJson() {
2347
2347
  const toReturn = {};
2348
2348
  if (typeof this.buildSuccessSlackOptOut !== 'undefined') {
@@ -2355,12 +2355,6 @@ class UserNotificationsV2 {
2355
2355
  }
2356
2356
  }
2357
2357
  class UserSettingsV2 {
2358
- constructor(kwargs) {
2359
- if (!kwargs) {
2360
- return;
2361
- }
2362
- Object.assign(this, kwargs);
2363
- }
2364
2358
  static fromProto(proto) {
2365
2359
  let m = new UserSettingsV2();
2366
2360
  m = Object.assign(m, proto);
@@ -2369,6 +2363,12 @@ class UserSettingsV2 {
2369
2363
  }
2370
2364
  return m;
2371
2365
  }
2366
+ constructor(kwargs) {
2367
+ if (!kwargs) {
2368
+ return;
2369
+ }
2370
+ Object.assign(this, kwargs);
2371
+ }
2372
2372
  toApiJson() {
2373
2373
  const toReturn = {};
2374
2374
  if (typeof this.iamUserId !== 'undefined') {
@@ -2408,9 +2408,9 @@ class HostService {
2408
2408
  return 'https://' + this.host;
2409
2409
  }
2410
2410
  }
2411
- HostService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: HostService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2412
- HostService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: HostService, providedIn: 'root' });
2413
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: HostService, decorators: [{
2411
+ HostService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2412
+ HostService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, providedIn: 'root' });
2413
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, decorators: [{
2414
2414
  type: Injectable,
2415
2415
  args: [{ providedIn: 'root' }]
2416
2416
  }] });
@@ -2461,9 +2461,9 @@ class AppMetricsApiService {
2461
2461
  .pipe(map(resp => LeadTimeListResponse.fromProto(resp)));
2462
2462
  }
2463
2463
  }
2464
- AppMetricsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: AppMetricsApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2465
- AppMetricsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: AppMetricsApiService, providedIn: 'root' });
2466
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: AppMetricsApiService, decorators: [{
2464
+ AppMetricsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AppMetricsApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2465
+ AppMetricsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AppMetricsApiService, providedIn: 'root' });
2466
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AppMetricsApiService, decorators: [{
2467
2467
  type: Injectable,
2468
2468
  args: [{ providedIn: 'root' }]
2469
2469
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
@@ -2562,9 +2562,9 @@ class MissionControlApiService {
2562
2562
  .pipe(map(resp => GetZonesResponse.fromProto(resp)));
2563
2563
  }
2564
2564
  }
2565
- MissionControlApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: MissionControlApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2566
- MissionControlApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: MissionControlApiService, providedIn: 'root' });
2567
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: MissionControlApiService, decorators: [{
2565
+ MissionControlApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MissionControlApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2566
+ MissionControlApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MissionControlApiService, providedIn: 'root' });
2567
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MissionControlApiService, decorators: [{
2568
2568
  type: Injectable,
2569
2569
  args: [{ providedIn: 'root' }]
2570
2570
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
@@ -2599,9 +2599,9 @@ class ServiceLevelsApiService {
2599
2599
  return this.http.post(this._host + "/missioncontrol.v2.ServiceLevels/Update", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
2600
2600
  }
2601
2601
  }
2602
- ServiceLevelsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: ServiceLevelsApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2603
- ServiceLevelsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: ServiceLevelsApiService, providedIn: 'root' });
2604
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: ServiceLevelsApiService, decorators: [{
2602
+ ServiceLevelsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ServiceLevelsApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2603
+ ServiceLevelsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ServiceLevelsApiService, providedIn: 'root' });
2604
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ServiceLevelsApiService, decorators: [{
2605
2605
  type: Injectable,
2606
2606
  args: [{ providedIn: 'root' }]
2607
2607
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
@@ -2631,9 +2631,9 @@ class UserApiService {
2631
2631
  .pipe(map(resp => GetUserSettingsResponseV2.fromProto(resp)));
2632
2632
  }
2633
2633
  }
2634
- UserApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: UserApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2635
- UserApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: UserApiService, providedIn: 'root' });
2636
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.1", ngImport: i0, type: UserApiService, decorators: [{
2634
+ UserApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: UserApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2635
+ UserApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: UserApiService, providedIn: 'root' });
2636
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: UserApiService, decorators: [{
2637
2637
  type: Injectable,
2638
2638
  args: [{ providedIn: 'root' }]
2639
2639
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });