@@ -90,7 +90,7 @@ def __hash__(self): # pragma: NO COVER
9090 return NotImplementedError ("__hash__ must be implemented." )
9191
9292 @staticmethod
93- def _get_http_options ():
93+ def _get_http_options () -> list [ dict [ str , str ]] :
9494 http_options : list [dict [str , str ]] = [
9595 {
9696 'method' : 'post' ,
@@ -131,7 +131,7 @@ def __hash__(self): # pragma: NO COVER
131131 return NotImplementedError ("__hash__ must be implemented." )
132132
133133 @staticmethod
134- def _get_http_options ():
134+ def _get_http_options () -> list [ dict [ str , str ]] :
135135 http_options : list [dict [str , str ]] = [
136136 {
137137 'method' : 'post' ,
@@ -172,7 +172,7 @@ def __hash__(self): # pragma: NO COVER
172172 return NotImplementedError ("__hash__ must be implemented." )
173173
174174 @staticmethod
175- def _get_http_options ():
175+ def _get_http_options () -> list [ dict [ str , str ]] :
176176 http_options : list [dict [str , str ]] = [
177177 {
178178 'method' : 'post' ,
@@ -213,7 +213,7 @@ def __hash__(self): # pragma: NO COVER
213213 return NotImplementedError ("__hash__ must be implemented." )
214214
215215 @staticmethod
216- def _get_http_options ():
216+ def _get_http_options () -> list [ dict [ str , str ]] :
217217 http_options : list [dict [str , str ]] = [
218218 {
219219 'method' : 'post' ,
@@ -254,7 +254,7 @@ def __hash__(self): # pragma: NO COVER
254254 return NotImplementedError ("__hash__ must be implemented." )
255255
256256 @staticmethod
257- def _get_http_options ():
257+ def _get_http_options () -> list [ dict [ str , str ]] :
258258 http_options : list [dict [str , str ]] = [
259259 {
260260 'method' : 'post' ,
@@ -295,7 +295,7 @@ def __hash__(self): # pragma: NO COVER
295295 return NotImplementedError ("__hash__ must be implemented." )
296296
297297 @staticmethod
298- def _get_http_options ():
298+ def _get_http_options () -> list [ dict [ str , str ]] :
299299 http_options : list [dict [str , str ]] = [
300300 {'method' : 'delete' , 'uri' : '/v1alpha1/{name=projects/*/programs/*/jobs/*}' }
301301 ]
@@ -323,7 +323,7 @@ def __hash__(self): # pragma: NO COVER
323323 return NotImplementedError ("__hash__ must be implemented." )
324324
325325 @staticmethod
326- def _get_http_options ():
326+ def _get_http_options () -> list [ dict [ str , str ]] :
327327 http_options : list [dict [str , str ]] = [
328328 {'method' : 'delete' , 'uri' : '/v1alpha1/{name=projects/*/programs/*}' }
329329 ]
@@ -351,7 +351,7 @@ def __hash__(self): # pragma: NO COVER
351351 return NotImplementedError ("__hash__ must be implemented." )
352352
353353 @staticmethod
354- def _get_http_options ():
354+ def _get_http_options () -> list [ dict [ str , str ]] :
355355 http_options : list [dict [str , str ]] = [
356356 {
357357 'method' : 'delete' ,
@@ -382,7 +382,7 @@ def __hash__(self): # pragma: NO COVER
382382 return NotImplementedError ("__hash__ must be implemented." )
383383
384384 @staticmethod
385- def _get_http_options ():
385+ def _get_http_options () -> list [ dict [ str , str ]] :
386386 http_options : list [dict [str , str ]] = [
387387 {'method' : 'get' , 'uri' : '/v1alpha1/{name=projects/*/processors/*/calibrations/*}' }
388388 ]
@@ -410,7 +410,7 @@ def __hash__(self): # pragma: NO COVER
410410 return NotImplementedError ("__hash__ must be implemented." )
411411
412412 @staticmethod
413- def _get_http_options ():
413+ def _get_http_options () -> list [ dict [ str , str ]] :
414414 http_options : list [dict [str , str ]] = [
415415 {'method' : 'get' , 'uri' : '/v1alpha1/{name=projects/*/programs/*/jobs/*}' }
416416 ]
@@ -438,7 +438,7 @@ def __hash__(self): # pragma: NO COVER
438438 return NotImplementedError ("__hash__ must be implemented." )
439439
440440 @staticmethod
441- def _get_http_options ():
441+ def _get_http_options () -> list [ dict [ str , str ]] :
442442 http_options : list [dict [str , str ]] = [
443443 {'method' : 'get' , 'uri' : '/v1alpha1/{name=projects/*/processors/*}' }
444444 ]
@@ -476,7 +476,7 @@ def _get_unset_required_fields(cls, message_dict):
476476 }
477477
478478 @staticmethod
479- def _get_http_options ():
479+ def _get_http_options () -> list [ dict [ str , str ]] :
480480 http_options : list [dict [str , str ]] = [
481481 {
482482 'method' : 'get' ,
@@ -516,7 +516,7 @@ def __hash__(self): # pragma: NO COVER
516516 return NotImplementedError ("__hash__ must be implemented." )
517517
518518 @staticmethod
519- def _get_http_options ():
519+ def _get_http_options () -> list [ dict [ str , str ]] :
520520 http_options : list [dict [str , str ]] = [
521521 {'method' : 'get' , 'uri' : '/v1alpha1/{name=projects/*/programs/*}' }
522522 ]
@@ -544,7 +544,7 @@ def __hash__(self): # pragma: NO COVER
544544 return NotImplementedError ("__hash__ must be implemented." )
545545
546546 @staticmethod
547- def _get_http_options ():
547+ def _get_http_options () -> list [ dict [ str , str ]] :
548548 http_options : list [dict [str , str ]] = [
549549 {'method' : 'get' , 'uri' : '/v1alpha1/{name=projects/*/processors/*/reservations/*}' }
550550 ]
@@ -572,7 +572,7 @@ def __hash__(self): # pragma: NO COVER
572572 return NotImplementedError ("__hash__ must be implemented." )
573573
574574 @staticmethod
575- def _get_http_options ():
575+ def _get_http_options () -> list [ dict [ str , str ]] :
576576 http_options : list [dict [str , str ]] = [
577577 {'method' : 'get' , 'uri' : '/v1alpha1/{parent=projects/*/programs/*/jobs/*}/result' }
578578 ]
@@ -600,7 +600,7 @@ def __hash__(self): # pragma: NO COVER
600600 return NotImplementedError ("__hash__ must be implemented." )
601601
602602 @staticmethod
603- def _get_http_options ():
603+ def _get_http_options () -> list [ dict [ str , str ]] :
604604 http_options : list [dict [str , str ]] = [
605605 {'method' : 'get' , 'uri' : '/v1alpha1/{parent=projects/*/processors/*}/calibrations' }
606606 ]
@@ -628,7 +628,7 @@ def __hash__(self): # pragma: NO COVER
628628 return NotImplementedError ("__hash__ must be implemented." )
629629
630630 @staticmethod
631- def _get_http_options ():
631+ def _get_http_options () -> list [ dict [ str , str ]] :
632632 http_options : list [dict [str , str ]] = [
633633 {'method' : 'get' , 'uri' : '/v1alpha1/{parent=projects/*/programs/*/jobs/*}/events' }
634634 ]
@@ -656,7 +656,7 @@ def __hash__(self): # pragma: NO COVER
656656 return NotImplementedError ("__hash__ must be implemented." )
657657
658658 @staticmethod
659- def _get_http_options ():
659+ def _get_http_options () -> list [ dict [ str , str ]] :
660660 http_options : list [dict [str , str ]] = [
661661 {'method' : 'get' , 'uri' : '/v1alpha1/{parent=projects/*/programs/*}/jobs' }
662662 ]
@@ -684,7 +684,7 @@ def __hash__(self): # pragma: NO COVER
684684 return NotImplementedError ("__hash__ must be implemented." )
685685
686686 @staticmethod
687- def _get_http_options ():
687+ def _get_http_options () -> list [ dict [ str , str ]] :
688688 http_options : list [dict [str , str ]] = [
689689 {'method' : 'get' , 'uri' : '/v1alpha1/{parent=projects/*}/processors' }
690690 ]
@@ -712,7 +712,7 @@ def __hash__(self): # pragma: NO COVER
712712 return NotImplementedError ("__hash__ must be implemented." )
713713
714714 @staticmethod
715- def _get_http_options ():
715+ def _get_http_options () -> list [ dict [ str , str ]] :
716716 http_options : list [dict [str , str ]] = [
717717 {'method' : 'get' , 'uri' : '/v1alpha1/{parent=projects/*}/programs' }
718718 ]
@@ -740,7 +740,7 @@ def __hash__(self): # pragma: NO COVER
740740 return NotImplementedError ("__hash__ must be implemented." )
741741
742742 @staticmethod
743- def _get_http_options ():
743+ def _get_http_options () -> list [ dict [ str , str ]] :
744744 http_options : list [dict [str , str ]] = [
745745 {'method' : 'get' , 'uri' : '/v1alpha1/{parent=projects/*}/reservationBudgets' }
746746 ]
@@ -768,7 +768,7 @@ def __hash__(self): # pragma: NO COVER
768768 return NotImplementedError ("__hash__ must be implemented." )
769769
770770 @staticmethod
771- def _get_http_options ():
771+ def _get_http_options () -> list [ dict [ str , str ]] :
772772 http_options : list [dict [str , str ]] = [
773773 {'method' : 'get' , 'uri' : '/v1alpha1/{parent=projects/*}/reservationGrant' }
774774 ]
@@ -796,7 +796,7 @@ def __hash__(self): # pragma: NO COVER
796796 return NotImplementedError ("__hash__ must be implemented." )
797797
798798 @staticmethod
799- def _get_http_options ():
799+ def _get_http_options () -> list [ dict [ str , str ]] :
800800 http_options : list [dict [str , str ]] = [
801801 {'method' : 'get' , 'uri' : '/v1alpha1/{parent=projects/*/processors/*}/reservations' }
802802 ]
@@ -824,7 +824,7 @@ def __hash__(self): # pragma: NO COVER
824824 return NotImplementedError ("__hash__ must be implemented." )
825825
826826 @staticmethod
827- def _get_http_options ():
827+ def _get_http_options () -> list [ dict [ str , str ]] :
828828 http_options : list [dict [str , str ]] = [
829829 {'method' : 'get' , 'uri' : '/v1alpha1/{parent=projects/*/processors/*}/timeSlots' }
830830 ]
@@ -856,7 +856,7 @@ def __hash__(self): # pragma: NO COVER
856856 return NotImplementedError ("__hash__ must be implemented." )
857857
858858 @staticmethod
859- def _get_http_options ():
859+ def _get_http_options () -> list [ dict [ str , str ]] :
860860 http_options : list [dict [str , str ]] = [
861861 {
862862 'method' : 'post' ,
@@ -897,7 +897,7 @@ def __hash__(self): # pragma: NO COVER
897897 return NotImplementedError ("__hash__ must be implemented." )
898898
899899 @staticmethod
900- def _get_http_options ():
900+ def _get_http_options () -> list [ dict [ str , str ]] :
901901 http_options : list [dict [str , str ]] = [
902902 {
903903 'method' : 'patch' ,
@@ -938,7 +938,7 @@ def __hash__(self): # pragma: NO COVER
938938 return NotImplementedError ("__hash__ must be implemented." )
939939
940940 @staticmethod
941- def _get_http_options ():
941+ def _get_http_options () -> list [ dict [ str , str ]] :
942942 http_options : list [dict [str , str ]] = [
943943 {
944944 'method' : 'patch' ,
@@ -979,7 +979,7 @@ def __hash__(self): # pragma: NO COVER
979979 return NotImplementedError ("__hash__ must be implemented." )
980980
981981 @staticmethod
982- def _get_http_options ():
982+ def _get_http_options () -> list [ dict [ str , str ]] :
983983 http_options : list [dict [str , str ]] = [
984984 {
985985 'method' : 'patch' ,
0 commit comments