@@ -406,6 +406,7 @@ def Arm(request,
406
406
options = (),
407
407
channel_credentials = None ,
408
408
call_credentials = None ,
409
+ insecure = False ,
409
410
compression = None ,
410
411
wait_for_ready = None ,
411
412
timeout = None ,
@@ -414,14 +415,15 @@ def Arm(request,
414
415
action_dot_action__pb2 .ArmRequest .SerializeToString ,
415
416
action_dot_action__pb2 .ArmResponse .FromString ,
416
417
options , channel_credentials ,
417
- call_credentials , compression , wait_for_ready , timeout , metadata )
418
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
418
419
419
420
@staticmethod
420
421
def Disarm (request ,
421
422
target ,
422
423
options = (),
423
424
channel_credentials = None ,
424
425
call_credentials = None ,
426
+ insecure = False ,
425
427
compression = None ,
426
428
wait_for_ready = None ,
427
429
timeout = None ,
@@ -430,14 +432,15 @@ def Disarm(request,
430
432
action_dot_action__pb2 .DisarmRequest .SerializeToString ,
431
433
action_dot_action__pb2 .DisarmResponse .FromString ,
432
434
options , channel_credentials ,
433
- call_credentials , compression , wait_for_ready , timeout , metadata )
435
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
434
436
435
437
@staticmethod
436
438
def Takeoff (request ,
437
439
target ,
438
440
options = (),
439
441
channel_credentials = None ,
440
442
call_credentials = None ,
443
+ insecure = False ,
441
444
compression = None ,
442
445
wait_for_ready = None ,
443
446
timeout = None ,
@@ -446,14 +449,15 @@ def Takeoff(request,
446
449
action_dot_action__pb2 .TakeoffRequest .SerializeToString ,
447
450
action_dot_action__pb2 .TakeoffResponse .FromString ,
448
451
options , channel_credentials ,
449
- call_credentials , compression , wait_for_ready , timeout , metadata )
452
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
450
453
451
454
@staticmethod
452
455
def Land (request ,
453
456
target ,
454
457
options = (),
455
458
channel_credentials = None ,
456
459
call_credentials = None ,
460
+ insecure = False ,
457
461
compression = None ,
458
462
wait_for_ready = None ,
459
463
timeout = None ,
@@ -462,14 +466,15 @@ def Land(request,
462
466
action_dot_action__pb2 .LandRequest .SerializeToString ,
463
467
action_dot_action__pb2 .LandResponse .FromString ,
464
468
options , channel_credentials ,
465
- call_credentials , compression , wait_for_ready , timeout , metadata )
469
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
466
470
467
471
@staticmethod
468
472
def Reboot (request ,
469
473
target ,
470
474
options = (),
471
475
channel_credentials = None ,
472
476
call_credentials = None ,
477
+ insecure = False ,
473
478
compression = None ,
474
479
wait_for_ready = None ,
475
480
timeout = None ,
@@ -478,14 +483,15 @@ def Reboot(request,
478
483
action_dot_action__pb2 .RebootRequest .SerializeToString ,
479
484
action_dot_action__pb2 .RebootResponse .FromString ,
480
485
options , channel_credentials ,
481
- call_credentials , compression , wait_for_ready , timeout , metadata )
486
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
482
487
483
488
@staticmethod
484
489
def Shutdown (request ,
485
490
target ,
486
491
options = (),
487
492
channel_credentials = None ,
488
493
call_credentials = None ,
494
+ insecure = False ,
489
495
compression = None ,
490
496
wait_for_ready = None ,
491
497
timeout = None ,
@@ -494,14 +500,15 @@ def Shutdown(request,
494
500
action_dot_action__pb2 .ShutdownRequest .SerializeToString ,
495
501
action_dot_action__pb2 .ShutdownResponse .FromString ,
496
502
options , channel_credentials ,
497
- call_credentials , compression , wait_for_ready , timeout , metadata )
503
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
498
504
499
505
@staticmethod
500
506
def Terminate (request ,
501
507
target ,
502
508
options = (),
503
509
channel_credentials = None ,
504
510
call_credentials = None ,
511
+ insecure = False ,
505
512
compression = None ,
506
513
wait_for_ready = None ,
507
514
timeout = None ,
@@ -510,14 +517,15 @@ def Terminate(request,
510
517
action_dot_action__pb2 .TerminateRequest .SerializeToString ,
511
518
action_dot_action__pb2 .TerminateResponse .FromString ,
512
519
options , channel_credentials ,
513
- call_credentials , compression , wait_for_ready , timeout , metadata )
520
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
514
521
515
522
@staticmethod
516
523
def Kill (request ,
517
524
target ,
518
525
options = (),
519
526
channel_credentials = None ,
520
527
call_credentials = None ,
528
+ insecure = False ,
521
529
compression = None ,
522
530
wait_for_ready = None ,
523
531
timeout = None ,
@@ -526,14 +534,15 @@ def Kill(request,
526
534
action_dot_action__pb2 .KillRequest .SerializeToString ,
527
535
action_dot_action__pb2 .KillResponse .FromString ,
528
536
options , channel_credentials ,
529
- call_credentials , compression , wait_for_ready , timeout , metadata )
537
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
530
538
531
539
@staticmethod
532
540
def ReturnToLaunch (request ,
533
541
target ,
534
542
options = (),
535
543
channel_credentials = None ,
536
544
call_credentials = None ,
545
+ insecure = False ,
537
546
compression = None ,
538
547
wait_for_ready = None ,
539
548
timeout = None ,
@@ -542,14 +551,15 @@ def ReturnToLaunch(request,
542
551
action_dot_action__pb2 .ReturnToLaunchRequest .SerializeToString ,
543
552
action_dot_action__pb2 .ReturnToLaunchResponse .FromString ,
544
553
options , channel_credentials ,
545
- call_credentials , compression , wait_for_ready , timeout , metadata )
554
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
546
555
547
556
@staticmethod
548
557
def GotoLocation (request ,
549
558
target ,
550
559
options = (),
551
560
channel_credentials = None ,
552
561
call_credentials = None ,
562
+ insecure = False ,
553
563
compression = None ,
554
564
wait_for_ready = None ,
555
565
timeout = None ,
@@ -558,14 +568,15 @@ def GotoLocation(request,
558
568
action_dot_action__pb2 .GotoLocationRequest .SerializeToString ,
559
569
action_dot_action__pb2 .GotoLocationResponse .FromString ,
560
570
options , channel_credentials ,
561
- call_credentials , compression , wait_for_ready , timeout , metadata )
571
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
562
572
563
573
@staticmethod
564
574
def TransitionToFixedwing (request ,
565
575
target ,
566
576
options = (),
567
577
channel_credentials = None ,
568
578
call_credentials = None ,
579
+ insecure = False ,
569
580
compression = None ,
570
581
wait_for_ready = None ,
571
582
timeout = None ,
@@ -574,14 +585,15 @@ def TransitionToFixedwing(request,
574
585
action_dot_action__pb2 .TransitionToFixedwingRequest .SerializeToString ,
575
586
action_dot_action__pb2 .TransitionToFixedwingResponse .FromString ,
576
587
options , channel_credentials ,
577
- call_credentials , compression , wait_for_ready , timeout , metadata )
588
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
578
589
579
590
@staticmethod
580
591
def TransitionToMulticopter (request ,
581
592
target ,
582
593
options = (),
583
594
channel_credentials = None ,
584
595
call_credentials = None ,
596
+ insecure = False ,
585
597
compression = None ,
586
598
wait_for_ready = None ,
587
599
timeout = None ,
@@ -590,14 +602,15 @@ def TransitionToMulticopter(request,
590
602
action_dot_action__pb2 .TransitionToMulticopterRequest .SerializeToString ,
591
603
action_dot_action__pb2 .TransitionToMulticopterResponse .FromString ,
592
604
options , channel_credentials ,
593
- call_credentials , compression , wait_for_ready , timeout , metadata )
605
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
594
606
595
607
@staticmethod
596
608
def GetTakeoffAltitude (request ,
597
609
target ,
598
610
options = (),
599
611
channel_credentials = None ,
600
612
call_credentials = None ,
613
+ insecure = False ,
601
614
compression = None ,
602
615
wait_for_ready = None ,
603
616
timeout = None ,
@@ -606,14 +619,15 @@ def GetTakeoffAltitude(request,
606
619
action_dot_action__pb2 .GetTakeoffAltitudeRequest .SerializeToString ,
607
620
action_dot_action__pb2 .GetTakeoffAltitudeResponse .FromString ,
608
621
options , channel_credentials ,
609
- call_credentials , compression , wait_for_ready , timeout , metadata )
622
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
610
623
611
624
@staticmethod
612
625
def SetTakeoffAltitude (request ,
613
626
target ,
614
627
options = (),
615
628
channel_credentials = None ,
616
629
call_credentials = None ,
630
+ insecure = False ,
617
631
compression = None ,
618
632
wait_for_ready = None ,
619
633
timeout = None ,
@@ -622,14 +636,15 @@ def SetTakeoffAltitude(request,
622
636
action_dot_action__pb2 .SetTakeoffAltitudeRequest .SerializeToString ,
623
637
action_dot_action__pb2 .SetTakeoffAltitudeResponse .FromString ,
624
638
options , channel_credentials ,
625
- call_credentials , compression , wait_for_ready , timeout , metadata )
639
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
626
640
627
641
@staticmethod
628
642
def GetMaximumSpeed (request ,
629
643
target ,
630
644
options = (),
631
645
channel_credentials = None ,
632
646
call_credentials = None ,
647
+ insecure = False ,
633
648
compression = None ,
634
649
wait_for_ready = None ,
635
650
timeout = None ,
@@ -638,14 +653,15 @@ def GetMaximumSpeed(request,
638
653
action_dot_action__pb2 .GetMaximumSpeedRequest .SerializeToString ,
639
654
action_dot_action__pb2 .GetMaximumSpeedResponse .FromString ,
640
655
options , channel_credentials ,
641
- call_credentials , compression , wait_for_ready , timeout , metadata )
656
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
642
657
643
658
@staticmethod
644
659
def SetMaximumSpeed (request ,
645
660
target ,
646
661
options = (),
647
662
channel_credentials = None ,
648
663
call_credentials = None ,
664
+ insecure = False ,
649
665
compression = None ,
650
666
wait_for_ready = None ,
651
667
timeout = None ,
@@ -654,14 +670,15 @@ def SetMaximumSpeed(request,
654
670
action_dot_action__pb2 .SetMaximumSpeedRequest .SerializeToString ,
655
671
action_dot_action__pb2 .SetMaximumSpeedResponse .FromString ,
656
672
options , channel_credentials ,
657
- call_credentials , compression , wait_for_ready , timeout , metadata )
673
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
658
674
659
675
@staticmethod
660
676
def GetReturnToLaunchAltitude (request ,
661
677
target ,
662
678
options = (),
663
679
channel_credentials = None ,
664
680
call_credentials = None ,
681
+ insecure = False ,
665
682
compression = None ,
666
683
wait_for_ready = None ,
667
684
timeout = None ,
@@ -670,14 +687,15 @@ def GetReturnToLaunchAltitude(request,
670
687
action_dot_action__pb2 .GetReturnToLaunchAltitudeRequest .SerializeToString ,
671
688
action_dot_action__pb2 .GetReturnToLaunchAltitudeResponse .FromString ,
672
689
options , channel_credentials ,
673
- call_credentials , compression , wait_for_ready , timeout , metadata )
690
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
674
691
675
692
@staticmethod
676
693
def SetReturnToLaunchAltitude (request ,
677
694
target ,
678
695
options = (),
679
696
channel_credentials = None ,
680
697
call_credentials = None ,
698
+ insecure = False ,
681
699
compression = None ,
682
700
wait_for_ready = None ,
683
701
timeout = None ,
@@ -686,4 +704,4 @@ def SetReturnToLaunchAltitude(request,
686
704
action_dot_action__pb2 .SetReturnToLaunchAltitudeRequest .SerializeToString ,
687
705
action_dot_action__pb2 .SetReturnToLaunchAltitudeResponse .FromString ,
688
706
options , channel_credentials ,
689
- call_credentials , compression , wait_for_ready , timeout , metadata )
707
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
0 commit comments