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/google-cloud-beyondcorp-appconnectors/google/cloud/beyondcorp_appconnectors_v1/services/app_connectors_service/transports/rest.py
+18-16Lines changed: 18 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,6 @@
59
59
rest_version=requests_version,
60
60
)
61
61
62
-
# TODO (numeric enums): This file was generated with the option to
63
-
# request that the server respond with enums JSON-encoded as
64
-
# numbers. The code below does not implement that functionality yet.
65
-
66
62
67
63
classAppConnectorsServiceRestInterceptor:
68
64
"""Interceptor for AppConnectorsService.
@@ -79,47 +75,53 @@ class AppConnectorsServiceRestInterceptor:
79
75
80
76
.. code-block:: python
81
77
class MyCustomAppConnectorsServiceInterceptor(AppConnectorsServiceRestInterceptor):
0 commit comments