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-websecurityscanner/google/cloud/websecurityscanner_v1alpha/gapic/web_security_scanner_client.py
+32-17Lines changed: 32 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
importwarnings
22
22
23
23
fromgoogle.oauth2importservice_account
24
+
importgoogle.api_core.client_options
24
25
importgoogle.api_core.gapic_v1.client_info
25
26
importgoogle.api_core.gapic_v1.config
26
27
importgoogle.api_core.gapic_v1.method
@@ -129,6 +130,7 @@ def __init__(
129
130
credentials=None,
130
131
client_config=None,
131
132
client_info=None,
133
+
client_options=None,
132
134
):
133
135
"""Constructor.
134
136
@@ -159,6 +161,9 @@ def __init__(
159
161
API requests. If ``None``, then default info will be used.
160
162
Generally, you only need to set this if you're developing
Copy file name to clipboardExpand all lines: packages/google-cloud-websecurityscanner/google/cloud/websecurityscanner_v1beta/gapic/web_security_scanner_client.py
+32-17Lines changed: 32 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
importwarnings
22
22
23
23
fromgoogle.oauth2importservice_account
24
+
importgoogle.api_core.client_options
24
25
importgoogle.api_core.gapic_v1.client_info
25
26
importgoogle.api_core.gapic_v1.config
26
27
importgoogle.api_core.gapic_v1.method
@@ -129,6 +130,7 @@ def __init__(
129
130
credentials=None,
130
131
client_config=None,
131
132
client_info=None,
133
+
client_options=None,
132
134
):
133
135
"""Constructor.
134
136
@@ -159,6 +161,9 @@ def __init__(
159
161
API requests. If ``None``, then default info will be used.
160
162
Generally, you only need to set this if you're developing
0 commit comments