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/ads-templates/%namespace/%name/%version/%sub/services/%service/transports/rest.py.j2
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,6 @@ class {{service.name}}RestTransport({{service.name}}Transport):
129
129
130
130
It sends JSON representations of protocol buffers over HTTP/1.1
131
131
"""
132
-
_STUBS: Dict[str, {{service.name}}RestStub] = {}
133
132
134
133
135
134
{# TODO(yon-mg): handle mtls stuff if that is relevant for rest transport #}
@@ -399,13 +398,9 @@ class {{service.name}}RestTransport({{service.name}}Transport):
Copy file name to clipboardExpand all lines: packages/gapic-generator/gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/rest.py.j2
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,6 @@ class {{service.name}}RestTransport({{service.name}}Transport):
129
129
130
130
It sends JSON representations of protocol buffers over HTTP/1.1
131
131
"""
132
-
_STUBS: Dict[str, {{service.name}}RestStub] = {}
133
132
134
133
135
134
{# TODO(yon-mg): handle mtls stuff if that is relevant for rest transport #}
@@ -399,13 +398,9 @@ class {{service.name}}RestTransport({{service.name}}Transport):
0 commit comments