You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/gapic-generator/gapic/templates/%namespace/%name_%version/%sub/services/%service/_client_macros.j2
Copy file name to clipboardExpand all lines: packages/gapic-generator/gapic/templates/%namespace/%name_%version/%sub/services/%service/async_client.py.j2
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ class {{ service.async_client_name }}:
Copy file name to clipboardExpand all lines: packages/gapic-generator/gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/rest.py.j2
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ class {{service.name}}RestTransport({{service.name}}Transport):
Copy file name to clipboardExpand all lines: packages/gapic-generator/tests/integration/goldens/asset/google/cloud/asset_v1/services/asset_service/transports/rest.py
Copy file name to clipboardExpand all lines: packages/gapic-generator/tests/integration/goldens/eventarc/google/cloud/eventarc_v1/services/eventarc/transports/rest.py
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -346,7 +346,6 @@ def __call__(self,
346
346
request (~.eventarc.CreateTriggerRequest):
347
347
The request object. The request message for the
348
348
CreateTrigger method.
349
-
350
349
retry (google.api_core.retry.Retry): Designation of what errors, if any,
351
350
should be retried.
352
351
timeout (float): The timeout for this request.
@@ -434,7 +433,6 @@ def __call__(self,
434
433
request (~.eventarc.DeleteTriggerRequest):
435
434
The request object. The request message for the
436
435
DeleteTrigger method.
437
-
438
436
retry (google.api_core.retry.Retry): Designation of what errors, if any,
439
437
should be retried.
440
438
timeout (float): The timeout for this request.
@@ -513,7 +511,6 @@ def __call__(self,
513
511
request (~.eventarc.GetTriggerRequest):
514
512
The request object. The request message for the
515
513
GetTrigger method.
516
-
517
514
retry (google.api_core.retry.Retry): Designation of what errors, if any,
518
515
should be retried.
519
516
timeout (float): The timeout for this request.
@@ -593,7 +590,6 @@ def __call__(self,
593
590
request (~.eventarc.ListTriggersRequest):
594
591
The request object. The request message for the
595
592
ListTriggers method.
596
-
597
593
retry (google.api_core.retry.Retry): Designation of what errors, if any,
598
594
should be retried.
599
595
timeout (float): The timeout for this request.
@@ -673,7 +669,6 @@ def __call__(self,
673
669
request (~.eventarc.UpdateTriggerRequest):
674
670
The request object. The request message for the
675
671
UpdateTrigger method.
676
-
677
672
retry (google.api_core.retry.Retry): Designation of what errors, if any,
Copy file name to clipboardExpand all lines: packages/gapic-generator/tests/integration/goldens/logging/google/cloud/logging_v2/services/config_service_v2/async_client.py
0 commit comments