@vendasta/mission-control 3.1.0 → 3.3.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') {
@@ -1409,21 +1409,24 @@ class Event {
1409
1409
  if (typeof this.triggerName !== 'undefined') {
1410
1410
  toReturn['triggerName'] = this.triggerName;
1411
1411
  }
1412
+ if (typeof this.buildLogUrl !== 'undefined') {
1413
+ toReturn['buildLogUrl'] = this.buildLogUrl;
1414
+ }
1412
1415
  return toReturn;
1413
1416
  }
1414
1417
  }
1415
1418
  class GetUserSettingsRequest {
1419
+ static fromProto(proto) {
1420
+ let m = new GetUserSettingsRequest();
1421
+ m = Object.assign(m, proto);
1422
+ return m;
1423
+ }
1416
1424
  constructor(kwargs) {
1417
1425
  if (!kwargs) {
1418
1426
  return;
1419
1427
  }
1420
1428
  Object.assign(this, kwargs);
1421
1429
  }
1422
- static fromProto(proto) {
1423
- let m = new GetUserSettingsRequest();
1424
- m = Object.assign(m, proto);
1425
- return m;
1426
- }
1427
1430
  toApiJson() {
1428
1431
  const toReturn = {};
1429
1432
  if (typeof this.userEmail !== 'undefined') {
@@ -1433,12 +1436,6 @@ class GetUserSettingsRequest {
1433
1436
  }
1434
1437
  }
1435
1438
  class GetUserSettingsResponse {
1436
- constructor(kwargs) {
1437
- if (!kwargs) {
1438
- return;
1439
- }
1440
- Object.assign(this, kwargs);
1441
- }
1442
1439
  static fromProto(proto) {
1443
1440
  let m = new GetUserSettingsResponse();
1444
1441
  m = Object.assign(m, proto);
@@ -1447,6 +1444,12 @@ class GetUserSettingsResponse {
1447
1444
  }
1448
1445
  return m;
1449
1446
  }
1447
+ constructor(kwargs) {
1448
+ if (!kwargs) {
1449
+ return;
1450
+ }
1451
+ Object.assign(this, kwargs);
1452
+ }
1450
1453
  toApiJson() {
1451
1454
  const toReturn = {};
1452
1455
  if (typeof this.settings !== 'undefined' && this.settings !== null) {
@@ -1456,12 +1459,6 @@ class GetUserSettingsResponse {
1456
1459
  }
1457
1460
  }
1458
1461
  class GetZonesRequest {
1459
- constructor(kwargs) {
1460
- if (!kwargs) {
1461
- return;
1462
- }
1463
- Object.assign(this, kwargs);
1464
- }
1465
1462
  static fromProto(proto) {
1466
1463
  let m = new GetZonesRequest();
1467
1464
  m = Object.assign(m, proto);
@@ -1470,6 +1467,12 @@ class GetZonesRequest {
1470
1467
  }
1471
1468
  return m;
1472
1469
  }
1470
+ constructor(kwargs) {
1471
+ if (!kwargs) {
1472
+ return;
1473
+ }
1474
+ Object.assign(this, kwargs);
1475
+ }
1473
1476
  toApiJson() {
1474
1477
  const toReturn = {};
1475
1478
  if (typeof this.applicationId !== 'undefined') {
@@ -1485,17 +1488,17 @@ class GetZonesRequest {
1485
1488
  }
1486
1489
  }
1487
1490
  class GetZonesResponse {
1491
+ static fromProto(proto) {
1492
+ let m = new GetZonesResponse();
1493
+ m = Object.assign(m, proto);
1494
+ return m;
1495
+ }
1488
1496
  constructor(kwargs) {
1489
1497
  if (!kwargs) {
1490
1498
  return;
1491
1499
  }
1492
1500
  Object.assign(this, kwargs);
1493
1501
  }
1494
- static fromProto(proto) {
1495
- let m = new GetZonesResponse();
1496
- m = Object.assign(m, proto);
1497
- return m;
1498
- }
1499
1502
  toApiJson() {
1500
1503
  const toReturn = {};
1501
1504
  if (typeof this.name !== 'undefined') {
@@ -1505,12 +1508,6 @@ class GetZonesResponse {
1505
1508
  }
1506
1509
  }
1507
1510
  class GitCommitDetails {
1508
- constructor(kwargs) {
1509
- if (!kwargs) {
1510
- return;
1511
- }
1512
- Object.assign(this, kwargs);
1513
- }
1514
1511
  static fromProto(proto) {
1515
1512
  let m = new GitCommitDetails();
1516
1513
  m = Object.assign(m, proto);
@@ -1522,6 +1519,12 @@ class GitCommitDetails {
1522
1519
  }
1523
1520
  return m;
1524
1521
  }
1522
+ constructor(kwargs) {
1523
+ if (!kwargs) {
1524
+ return;
1525
+ }
1526
+ Object.assign(this, kwargs);
1527
+ }
1525
1528
  toApiJson() {
1526
1529
  const toReturn = {};
1527
1530
  if (typeof this.author !== 'undefined' && this.author !== null) {
@@ -1537,12 +1540,6 @@ class GitCommitDetails {
1537
1540
  }
1538
1541
  }
1539
1542
  class GithubCommitUser {
1540
- constructor(kwargs) {
1541
- if (!kwargs) {
1542
- return;
1543
- }
1544
- Object.assign(this, kwargs);
1545
- }
1546
1543
  static fromProto(proto) {
1547
1544
  let m = new GithubCommitUser();
1548
1545
  m = Object.assign(m, proto);
@@ -1551,6 +1548,12 @@ class GithubCommitUser {
1551
1548
  }
1552
1549
  return m;
1553
1550
  }
1551
+ constructor(kwargs) {
1552
+ if (!kwargs) {
1553
+ return;
1554
+ }
1555
+ Object.assign(this, kwargs);
1556
+ }
1554
1557
  toApiJson() {
1555
1558
  const toReturn = {};
1556
1559
  if (typeof this.date !== 'undefined' && this.date !== null) {
@@ -1566,12 +1569,6 @@ class GithubCommitUser {
1566
1569
  }
1567
1570
  }
1568
1571
  class K8SConfig {
1569
- constructor(kwargs) {
1570
- if (!kwargs) {
1571
- return;
1572
- }
1573
- Object.assign(this, kwargs);
1574
- }
1575
1572
  static fromProto(proto) {
1576
1573
  let m = new K8SConfig();
1577
1574
  m = Object.assign(m, proto);
@@ -1580,6 +1577,12 @@ class K8SConfig {
1580
1577
  }
1581
1578
  return m;
1582
1579
  }
1580
+ constructor(kwargs) {
1581
+ if (!kwargs) {
1582
+ return;
1583
+ }
1584
+ Object.assign(this, kwargs);
1585
+ }
1583
1586
  toApiJson() {
1584
1587
  const toReturn = {};
1585
1588
  if (typeof this.clusterContext !== 'undefined') {
@@ -1592,12 +1595,6 @@ class K8SConfig {
1592
1595
  }
1593
1596
  }
1594
1597
  class ListApplicationsRequest {
1595
- constructor(kwargs) {
1596
- if (!kwargs) {
1597
- return;
1598
- }
1599
- Object.assign(this, kwargs);
1600
- }
1601
1598
  static fromProto(proto) {
1602
1599
  let m = new ListApplicationsRequest();
1603
1600
  m = Object.assign(m, proto);
@@ -1609,6 +1606,12 @@ class ListApplicationsRequest {
1609
1606
  }
1610
1607
  return m;
1611
1608
  }
1609
+ constructor(kwargs) {
1610
+ if (!kwargs) {
1611
+ return;
1612
+ }
1613
+ Object.assign(this, kwargs);
1614
+ }
1612
1615
  toApiJson() {
1613
1616
  const toReturn = {};
1614
1617
  if (typeof this.appType !== 'undefined') {
@@ -1621,12 +1624,6 @@ class ListApplicationsRequest {
1621
1624
  }
1622
1625
  }
1623
1626
  class ListApplicationsResponse {
1624
- constructor(kwargs) {
1625
- if (!kwargs) {
1626
- return;
1627
- }
1628
- Object.assign(this, kwargs);
1629
- }
1630
1627
  static fromProto(proto) {
1631
1628
  let m = new ListApplicationsResponse();
1632
1629
  m = Object.assign(m, proto);
@@ -1638,6 +1635,12 @@ class ListApplicationsResponse {
1638
1635
  }
1639
1636
  return m;
1640
1637
  }
1638
+ constructor(kwargs) {
1639
+ if (!kwargs) {
1640
+ return;
1641
+ }
1642
+ Object.assign(this, kwargs);
1643
+ }
1641
1644
  toApiJson() {
1642
1645
  const toReturn = {};
1643
1646
  if (typeof this.applications !== 'undefined' && this.applications !== null) {
@@ -1650,12 +1653,6 @@ class ListApplicationsResponse {
1650
1653
  }
1651
1654
  }
1652
1655
  class ListDeliveriesByUserRequest {
1653
- constructor(kwargs) {
1654
- if (!kwargs) {
1655
- return;
1656
- }
1657
- Object.assign(this, kwargs);
1658
- }
1659
1656
  static fromProto(proto) {
1660
1657
  let m = new ListDeliveriesByUserRequest();
1661
1658
  m = Object.assign(m, proto);
@@ -1667,6 +1664,12 @@ class ListDeliveriesByUserRequest {
1667
1664
  }
1668
1665
  return m;
1669
1666
  }
1667
+ constructor(kwargs) {
1668
+ if (!kwargs) {
1669
+ return;
1670
+ }
1671
+ Object.assign(this, kwargs);
1672
+ }
1670
1673
  toApiJson() {
1671
1674
  const toReturn = {};
1672
1675
  if (typeof this.userId !== 'undefined') {
@@ -1682,12 +1685,6 @@ class ListDeliveriesByUserRequest {
1682
1685
  }
1683
1686
  }
1684
1687
  class ListDeliveriesRequest {
1685
- constructor(kwargs) {
1686
- if (!kwargs) {
1687
- return;
1688
- }
1689
- Object.assign(this, kwargs);
1690
- }
1691
1688
  static fromProto(proto) {
1692
1689
  let m = new ListDeliveriesRequest();
1693
1690
  m = Object.assign(m, proto);
@@ -1697,7 +1694,13 @@ class ListDeliveriesRequest {
1697
1694
  if (proto.pagingOptions) {
1698
1695
  m.pagingOptions = PagedRequestOptions.fromProto(proto.pagingOptions);
1699
1696
  }
1700
- return m;
1697
+ return m;
1698
+ }
1699
+ constructor(kwargs) {
1700
+ if (!kwargs) {
1701
+ return;
1702
+ }
1703
+ Object.assign(this, kwargs);
1701
1704
  }
1702
1705
  toApiJson() {
1703
1706
  const toReturn = {};
@@ -1714,12 +1717,6 @@ class ListDeliveriesRequest {
1714
1717
  }
1715
1718
  }
1716
1719
  class ListDeliveriesResponse {
1717
- constructor(kwargs) {
1718
- if (!kwargs) {
1719
- return;
1720
- }
1721
- Object.assign(this, kwargs);
1722
- }
1723
1720
  static fromProto(proto) {
1724
1721
  let m = new ListDeliveriesResponse();
1725
1722
  m = Object.assign(m, proto);
@@ -1731,6 +1728,12 @@ class ListDeliveriesResponse {
1731
1728
  }
1732
1729
  return m;
1733
1730
  }
1731
+ constructor(kwargs) {
1732
+ if (!kwargs) {
1733
+ return;
1734
+ }
1735
+ Object.assign(this, kwargs);
1736
+ }
1734
1737
  toApiJson() {
1735
1738
  const toReturn = {};
1736
1739
  if (typeof this.deliveries !== 'undefined' && this.deliveries !== null) {
@@ -1743,12 +1746,6 @@ class ListDeliveriesResponse {
1743
1746
  }
1744
1747
  }
1745
1748
  class ListDeploymentsRequest {
1746
- constructor(kwargs) {
1747
- if (!kwargs) {
1748
- return;
1749
- }
1750
- Object.assign(this, kwargs);
1751
- }
1752
1749
  static fromProto(proto) {
1753
1750
  let m = new ListDeploymentsRequest();
1754
1751
  m = Object.assign(m, proto);
@@ -1760,6 +1757,12 @@ class ListDeploymentsRequest {
1760
1757
  }
1761
1758
  return m;
1762
1759
  }
1760
+ constructor(kwargs) {
1761
+ if (!kwargs) {
1762
+ return;
1763
+ }
1764
+ Object.assign(this, kwargs);
1765
+ }
1763
1766
  toApiJson() {
1764
1767
  const toReturn = {};
1765
1768
  if (typeof this.appId !== 'undefined') {
@@ -1775,12 +1778,6 @@ class ListDeploymentsRequest {
1775
1778
  }
1776
1779
  }
1777
1780
  class ListDeploymentsResponse {
1778
- constructor(kwargs) {
1779
- if (!kwargs) {
1780
- return;
1781
- }
1782
- Object.assign(this, kwargs);
1783
- }
1784
1781
  static fromProto(proto) {
1785
1782
  let m = new ListDeploymentsResponse();
1786
1783
  m = Object.assign(m, proto);
@@ -1792,6 +1789,12 @@ class ListDeploymentsResponse {
1792
1789
  }
1793
1790
  return m;
1794
1791
  }
1792
+ constructor(kwargs) {
1793
+ if (!kwargs) {
1794
+ return;
1795
+ }
1796
+ Object.assign(this, kwargs);
1797
+ }
1795
1798
  toApiJson() {
1796
1799
  const toReturn = {};
1797
1800
  if (typeof this.deployments !== 'undefined' && this.deployments !== null) {
@@ -1804,12 +1807,6 @@ class ListDeploymentsResponse {
1804
1807
  }
1805
1808
  }
1806
1809
  class ListEventsRequest {
1807
- constructor(kwargs) {
1808
- if (!kwargs) {
1809
- return;
1810
- }
1811
- Object.assign(this, kwargs);
1812
- }
1813
1810
  static fromProto(proto) {
1814
1811
  let m = new ListEventsRequest();
1815
1812
  m = Object.assign(m, proto);
@@ -1827,6 +1824,12 @@ class ListEventsRequest {
1827
1824
  }
1828
1825
  return m;
1829
1826
  }
1827
+ constructor(kwargs) {
1828
+ if (!kwargs) {
1829
+ return;
1830
+ }
1831
+ Object.assign(this, kwargs);
1832
+ }
1830
1833
  toApiJson() {
1831
1834
  const toReturn = {};
1832
1835
  if (typeof this.appId !== 'undefined') {
@@ -1851,12 +1854,6 @@ class ListEventsRequest {
1851
1854
  }
1852
1855
  }
1853
1856
  class ListEventsResponse {
1854
- constructor(kwargs) {
1855
- if (!kwargs) {
1856
- return;
1857
- }
1858
- Object.assign(this, kwargs);
1859
- }
1860
1857
  static fromProto(proto) {
1861
1858
  let m = new ListEventsResponse();
1862
1859
  m = Object.assign(m, proto);
@@ -1868,6 +1865,12 @@ class ListEventsResponse {
1868
1865
  }
1869
1866
  return m;
1870
1867
  }
1868
+ constructor(kwargs) {
1869
+ if (!kwargs) {
1870
+ return;
1871
+ }
1872
+ Object.assign(this, kwargs);
1873
+ }
1871
1874
  toApiJson() {
1872
1875
  const toReturn = {};
1873
1876
  if (typeof this.events !== 'undefined' && this.events !== null) {
@@ -1880,12 +1883,6 @@ class ListEventsResponse {
1880
1883
  }
1881
1884
  }
1882
1885
  class SendBuildNotificationRequest {
1883
- constructor(kwargs) {
1884
- if (!kwargs) {
1885
- return;
1886
- }
1887
- Object.assign(this, kwargs);
1888
- }
1889
1886
  static fromProto(proto) {
1890
1887
  let m = new SendBuildNotificationRequest();
1891
1888
  m = Object.assign(m, proto);
@@ -1894,6 +1891,12 @@ class SendBuildNotificationRequest {
1894
1891
  }
1895
1892
  return m;
1896
1893
  }
1894
+ constructor(kwargs) {
1895
+ if (!kwargs) {
1896
+ return;
1897
+ }
1898
+ Object.assign(this, kwargs);
1899
+ }
1897
1900
  toApiJson() {
1898
1901
  const toReturn = {};
1899
1902
  if (typeof this.buildId !== 'undefined') {
@@ -1915,12 +1918,6 @@ class SendBuildNotificationRequest {
1915
1918
  }
1916
1919
  }
1917
1920
  class UpdateApplicationRequest {
1918
- constructor(kwargs) {
1919
- if (!kwargs) {
1920
- return;
1921
- }
1922
- Object.assign(this, kwargs);
1923
- }
1924
1921
  static fromProto(proto) {
1925
1922
  let m = new UpdateApplicationRequest();
1926
1923
  m = Object.assign(m, proto);
@@ -1929,6 +1926,12 @@ class UpdateApplicationRequest {
1929
1926
  }
1930
1927
  return m;
1931
1928
  }
1929
+ constructor(kwargs) {
1930
+ if (!kwargs) {
1931
+ return;
1932
+ }
1933
+ Object.assign(this, kwargs);
1934
+ }
1932
1935
  toApiJson() {
1933
1936
  const toReturn = {};
1934
1937
  if (typeof this.application !== 'undefined' && this.application !== null) {
@@ -1938,12 +1941,6 @@ class UpdateApplicationRequest {
1938
1941
  }
1939
1942
  }
1940
1943
  class UpdateDeliveryRequest {
1941
- constructor(kwargs) {
1942
- if (!kwargs) {
1943
- return;
1944
- }
1945
- Object.assign(this, kwargs);
1946
- }
1947
1944
  static fromProto(proto) {
1948
1945
  let m = new UpdateDeliveryRequest();
1949
1946
  m = Object.assign(m, proto);
@@ -1955,6 +1952,12 @@ class UpdateDeliveryRequest {
1955
1952
  }
1956
1953
  return m;
1957
1954
  }
1955
+ constructor(kwargs) {
1956
+ if (!kwargs) {
1957
+ return;
1958
+ }
1959
+ Object.assign(this, kwargs);
1960
+ }
1958
1961
  toApiJson() {
1959
1962
  const toReturn = {};
1960
1963
  if (typeof this.appId !== 'undefined') {
@@ -1973,12 +1976,6 @@ class UpdateDeliveryRequest {
1973
1976
  }
1974
1977
  }
1975
1978
  class UpdateDeploymentRequest {
1976
- constructor(kwargs) {
1977
- if (!kwargs) {
1978
- return;
1979
- }
1980
- Object.assign(this, kwargs);
1981
- }
1982
1979
  static fromProto(proto) {
1983
1980
  let m = new UpdateDeploymentRequest();
1984
1981
  m = Object.assign(m, proto);
@@ -1990,6 +1987,12 @@ class UpdateDeploymentRequest {
1990
1987
  }
1991
1988
  return m;
1992
1989
  }
1990
+ constructor(kwargs) {
1991
+ if (!kwargs) {
1992
+ return;
1993
+ }
1994
+ Object.assign(this, kwargs);
1995
+ }
1993
1996
  toApiJson() {
1994
1997
  const toReturn = {};
1995
1998
  if (typeof this.appId !== 'undefined') {
@@ -2011,17 +2014,17 @@ class UpdateDeploymentRequest {
2011
2014
  }
2012
2015
  }
2013
2016
  class UpdateDeploymentResponse {
2017
+ static fromProto(proto) {
2018
+ let m = new UpdateDeploymentResponse();
2019
+ m = Object.assign(m, proto);
2020
+ return m;
2021
+ }
2014
2022
  constructor(kwargs) {
2015
2023
  if (!kwargs) {
2016
2024
  return;
2017
2025
  }
2018
2026
  Object.assign(this, kwargs);
2019
2027
  }
2020
- static fromProto(proto) {
2021
- let m = new UpdateDeploymentResponse();
2022
- m = Object.assign(m, proto);
2023
- return m;
2024
- }
2025
2028
  toApiJson() {
2026
2029
  const toReturn = {};
2027
2030
  if (typeof this.deploymentId !== 'undefined') {
@@ -2031,12 +2034,6 @@ class UpdateDeploymentResponse {
2031
2034
  }
2032
2035
  }
2033
2036
  class UpdateUserSettingsRequest {
2034
- constructor(kwargs) {
2035
- if (!kwargs) {
2036
- return;
2037
- }
2038
- Object.assign(this, kwargs);
2039
- }
2040
2037
  static fromProto(proto) {
2041
2038
  let m = new UpdateUserSettingsRequest();
2042
2039
  m = Object.assign(m, proto);
@@ -2045,6 +2042,12 @@ class UpdateUserSettingsRequest {
2045
2042
  }
2046
2043
  return m;
2047
2044
  }
2045
+ constructor(kwargs) {
2046
+ if (!kwargs) {
2047
+ return;
2048
+ }
2049
+ Object.assign(this, kwargs);
2050
+ }
2048
2051
  toApiJson() {
2049
2052
  const toReturn = {};
2050
2053
  if (typeof this.settings !== 'undefined' && this.settings !== null) {
@@ -2054,17 +2057,17 @@ class UpdateUserSettingsRequest {
2054
2057
  }
2055
2058
  }
2056
2059
  class UserNotifications {
2060
+ static fromProto(proto) {
2061
+ let m = new UserNotifications();
2062
+ m = Object.assign(m, proto);
2063
+ return m;
2064
+ }
2057
2065
  constructor(kwargs) {
2058
2066
  if (!kwargs) {
2059
2067
  return;
2060
2068
  }
2061
2069
  Object.assign(this, kwargs);
2062
2070
  }
2063
- static fromProto(proto) {
2064
- let m = new UserNotifications();
2065
- m = Object.assign(m, proto);
2066
- return m;
2067
- }
2068
2071
  toApiJson() {
2069
2072
  const toReturn = {};
2070
2073
  if (typeof this.buildSuccessSlackOptOut !== 'undefined') {
@@ -2077,12 +2080,6 @@ class UserNotifications {
2077
2080
  }
2078
2081
  }
2079
2082
  class UserSettings {
2080
- constructor(kwargs) {
2081
- if (!kwargs) {
2082
- return;
2083
- }
2084
- Object.assign(this, kwargs);
2085
- }
2086
2083
  static fromProto(proto) {
2087
2084
  let m = new UserSettings();
2088
2085
  m = Object.assign(m, proto);
@@ -2091,6 +2088,12 @@ class UserSettings {
2091
2088
  }
2092
2089
  return m;
2093
2090
  }
2091
+ constructor(kwargs) {
2092
+ if (!kwargs) {
2093
+ return;
2094
+ }
2095
+ Object.assign(this, kwargs);
2096
+ }
2094
2097
  toApiJson() {
2095
2098
  const toReturn = {};
2096
2099
  if (typeof this.userEmail !== 'undefined') {
@@ -2116,17 +2119,17 @@ function enumStringToValue$1(enumRef, value) {
2116
2119
  return enumRef[value];
2117
2120
  }
2118
2121
  class GetServiceLevelsRequest {
2122
+ static fromProto(proto) {
2123
+ let m = new GetServiceLevelsRequest();
2124
+ m = Object.assign(m, proto);
2125
+ return m;
2126
+ }
2119
2127
  constructor(kwargs) {
2120
2128
  if (!kwargs) {
2121
2129
  return;
2122
2130
  }
2123
2131
  Object.assign(this, kwargs);
2124
2132
  }
2125
- static fromProto(proto) {
2126
- let m = new GetServiceLevelsRequest();
2127
- m = Object.assign(m, proto);
2128
- return m;
2129
- }
2130
2133
  toApiJson() {
2131
2134
  const toReturn = {};
2132
2135
  if (typeof this.name !== 'undefined') {
@@ -2142,17 +2145,17 @@ class GetServiceLevelsRequest {
2142
2145
  }
2143
2146
  }
2144
2147
  class QueryServiceLevelsRequest {
2148
+ static fromProto(proto) {
2149
+ let m = new QueryServiceLevelsRequest();
2150
+ m = Object.assign(m, proto);
2151
+ return m;
2152
+ }
2145
2153
  constructor(kwargs) {
2146
2154
  if (!kwargs) {
2147
2155
  return;
2148
2156
  }
2149
2157
  Object.assign(this, kwargs);
2150
2158
  }
2151
- static fromProto(proto) {
2152
- let m = new QueryServiceLevelsRequest();
2153
- m = Object.assign(m, proto);
2154
- return m;
2155
- }
2156
2159
  toApiJson() {
2157
2160
  const toReturn = {};
2158
2161
  if (typeof this.platform !== 'undefined') {
@@ -2174,12 +2177,6 @@ class QueryServiceLevelsRequest {
2174
2177
  }
2175
2178
  }
2176
2179
  class ServiceLevel {
2177
- constructor(kwargs) {
2178
- if (!kwargs) {
2179
- return;
2180
- }
2181
- Object.assign(this, kwargs);
2182
- }
2183
2180
  static fromProto(proto) {
2184
2181
  let m = new ServiceLevel();
2185
2182
  m = Object.assign(m, proto);
@@ -2197,6 +2194,12 @@ class ServiceLevel {
2197
2194
  }
2198
2195
  return m;
2199
2196
  }
2197
+ constructor(kwargs) {
2198
+ if (!kwargs) {
2199
+ return;
2200
+ }
2201
+ Object.assign(this, kwargs);
2202
+ }
2200
2203
  toApiJson() {
2201
2204
  const toReturn = {};
2202
2205
  if (typeof this.name !== 'undefined') {
@@ -2236,12 +2239,6 @@ class ServiceLevel {
2236
2239
  }
2237
2240
  }
2238
2241
  class ServiceLevelsResponse {
2239
- constructor(kwargs) {
2240
- if (!kwargs) {
2241
- return;
2242
- }
2243
- Object.assign(this, kwargs);
2244
- }
2245
2242
  static fromProto(proto) {
2246
2243
  let m = new ServiceLevelsResponse();
2247
2244
  m = Object.assign(m, proto);
@@ -2250,6 +2247,12 @@ class ServiceLevelsResponse {
2250
2247
  }
2251
2248
  return m;
2252
2249
  }
2250
+ constructor(kwargs) {
2251
+ if (!kwargs) {
2252
+ return;
2253
+ }
2254
+ Object.assign(this, kwargs);
2255
+ }
2253
2256
  toApiJson() {
2254
2257
  const toReturn = {};
2255
2258
  if (typeof this.serviceLevels !== 'undefined' && this.serviceLevels !== null) {
@@ -2266,17 +2269,17 @@ function enumStringToValue(enumRef, value) {
2266
2269
  return enumRef[value];
2267
2270
  }
2268
2271
  class GetUserSettingsRequestV2 {
2272
+ static fromProto(proto) {
2273
+ let m = new GetUserSettingsRequestV2();
2274
+ m = Object.assign(m, proto);
2275
+ return m;
2276
+ }
2269
2277
  constructor(kwargs) {
2270
2278
  if (!kwargs) {
2271
2279
  return;
2272
2280
  }
2273
2281
  Object.assign(this, kwargs);
2274
2282
  }
2275
- static fromProto(proto) {
2276
- let m = new GetUserSettingsRequestV2();
2277
- m = Object.assign(m, proto);
2278
- return m;
2279
- }
2280
2283
  toApiJson() {
2281
2284
  const toReturn = {};
2282
2285
  if (typeof this.iamUserId !== 'undefined') {
@@ -2286,12 +2289,6 @@ class GetUserSettingsRequestV2 {
2286
2289
  }
2287
2290
  }
2288
2291
  class GetUserSettingsResponseV2 {
2289
- constructor(kwargs) {
2290
- if (!kwargs) {
2291
- return;
2292
- }
2293
- Object.assign(this, kwargs);
2294
- }
2295
2292
  static fromProto(proto) {
2296
2293
  let m = new GetUserSettingsResponseV2();
2297
2294
  m = Object.assign(m, proto);
@@ -2300,6 +2297,12 @@ class GetUserSettingsResponseV2 {
2300
2297
  }
2301
2298
  return m;
2302
2299
  }
2300
+ constructor(kwargs) {
2301
+ if (!kwargs) {
2302
+ return;
2303
+ }
2304
+ Object.assign(this, kwargs);
2305
+ }
2303
2306
  toApiJson() {
2304
2307
  const toReturn = {};
2305
2308
  if (typeof this.settings !== 'undefined' && this.settings !== null) {
@@ -2309,12 +2312,6 @@ class GetUserSettingsResponseV2 {
2309
2312
  }
2310
2313
  }
2311
2314
  class UpdateUserSettingsRequestV2 {
2312
- constructor(kwargs) {
2313
- if (!kwargs) {
2314
- return;
2315
- }
2316
- Object.assign(this, kwargs);
2317
- }
2318
2315
  static fromProto(proto) {
2319
2316
  let m = new UpdateUserSettingsRequestV2();
2320
2317
  m = Object.assign(m, proto);
@@ -2323,6 +2320,12 @@ class UpdateUserSettingsRequestV2 {
2323
2320
  }
2324
2321
  return m;
2325
2322
  }
2323
+ constructor(kwargs) {
2324
+ if (!kwargs) {
2325
+ return;
2326
+ }
2327
+ Object.assign(this, kwargs);
2328
+ }
2326
2329
  toApiJson() {
2327
2330
  const toReturn = {};
2328
2331
  if (typeof this.settings !== 'undefined' && this.settings !== null) {
@@ -2332,17 +2335,17 @@ class UpdateUserSettingsRequestV2 {
2332
2335
  }
2333
2336
  }
2334
2337
  class UserNotificationsV2 {
2338
+ static fromProto(proto) {
2339
+ let m = new UserNotificationsV2();
2340
+ m = Object.assign(m, proto);
2341
+ return m;
2342
+ }
2335
2343
  constructor(kwargs) {
2336
2344
  if (!kwargs) {
2337
2345
  return;
2338
2346
  }
2339
2347
  Object.assign(this, kwargs);
2340
2348
  }
2341
- static fromProto(proto) {
2342
- let m = new UserNotificationsV2();
2343
- m = Object.assign(m, proto);
2344
- return m;
2345
- }
2346
2349
  toApiJson() {
2347
2350
  const toReturn = {};
2348
2351
  if (typeof this.buildSuccessSlackOptOut !== 'undefined') {
@@ -2355,12 +2358,6 @@ class UserNotificationsV2 {
2355
2358
  }
2356
2359
  }
2357
2360
  class UserSettingsV2 {
2358
- constructor(kwargs) {
2359
- if (!kwargs) {
2360
- return;
2361
- }
2362
- Object.assign(this, kwargs);
2363
- }
2364
2361
  static fromProto(proto) {
2365
2362
  let m = new UserSettingsV2();
2366
2363
  m = Object.assign(m, proto);
@@ -2369,6 +2366,12 @@ class UserSettingsV2 {
2369
2366
  }
2370
2367
  return m;
2371
2368
  }
2369
+ constructor(kwargs) {
2370
+ if (!kwargs) {
2371
+ return;
2372
+ }
2373
+ Object.assign(this, kwargs);
2374
+ }
2372
2375
  toApiJson() {
2373
2376
  const toReturn = {};
2374
2377
  if (typeof this.iamUserId !== 'undefined') {
@@ -2408,9 +2411,9 @@ class HostService {
2408
2411
  return 'https://' + this.host;
2409
2412
  }
2410
2413
  }
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: [{
2414
+ HostService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2415
+ HostService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, providedIn: 'root' });
2416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, decorators: [{
2414
2417
  type: Injectable,
2415
2418
  args: [{ providedIn: 'root' }]
2416
2419
  }] });
@@ -2461,9 +2464,9 @@ class AppMetricsApiService {
2461
2464
  .pipe(map(resp => LeadTimeListResponse.fromProto(resp)));
2462
2465
  }
2463
2466
  }
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: [{
2467
+ 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 });
2468
+ AppMetricsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AppMetricsApiService, providedIn: 'root' });
2469
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AppMetricsApiService, decorators: [{
2467
2470
  type: Injectable,
2468
2471
  args: [{ providedIn: 'root' }]
2469
2472
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
@@ -2562,9 +2565,9 @@ class MissionControlApiService {
2562
2565
  .pipe(map(resp => GetZonesResponse.fromProto(resp)));
2563
2566
  }
2564
2567
  }
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: [{
2568
+ 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 });
2569
+ MissionControlApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MissionControlApiService, providedIn: 'root' });
2570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MissionControlApiService, decorators: [{
2568
2571
  type: Injectable,
2569
2572
  args: [{ providedIn: 'root' }]
2570
2573
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
@@ -2599,9 +2602,9 @@ class ServiceLevelsApiService {
2599
2602
  return this.http.post(this._host + "/missioncontrol.v2.ServiceLevels/Update", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
2600
2603
  }
2601
2604
  }
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: [{
2605
+ 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 });
2606
+ ServiceLevelsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ServiceLevelsApiService, providedIn: 'root' });
2607
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ServiceLevelsApiService, decorators: [{
2605
2608
  type: Injectable,
2606
2609
  args: [{ providedIn: 'root' }]
2607
2610
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
@@ -2631,9 +2634,9 @@ class UserApiService {
2631
2634
  .pipe(map(resp => GetUserSettingsResponseV2.fromProto(resp)));
2632
2635
  }
2633
2636
  }
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: [{
2637
+ 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 });
2638
+ UserApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: UserApiService, providedIn: 'root' });
2639
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: UserApiService, decorators: [{
2637
2640
  type: Injectable,
2638
2641
  args: [{ providedIn: 'root' }]
2639
2642
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });