File tree Expand file tree Collapse file tree 7 files changed +13
-6
lines changed
spanner_admin_database_v1/services/database_admin
spanner_admin_instance_v1/services/instance_admin
spanner_v1/services/spanner Expand file tree Collapse file tree 7 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ def get_mtls_endpoint_and_cert_source(
167167 The API endpoint is determined in the following order:
168168 (1) if `client_options.api_endpoint` if provided, use the provided one.
169169 (2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
170- default mTLS endpoint; if the environment variabel is "never", use the default API
170+ default mTLS endpoint; if the environment variable is "never", use the default API
171171 endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
172172 use the default API endpoint.
173173
Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ def get_mtls_endpoint_and_cert_source(
420420 The API endpoint is determined in the following order:
421421 (1) if `client_options.api_endpoint` if provided, use the provided one.
422422 (2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
423- default mTLS endpoint; if the environment variabel is "never", use the default API
423+ default mTLS endpoint; if the environment variable is "never", use the default API
424424 endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
425425 use the default API endpoint.
426426
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ def get_mtls_endpoint_and_cert_source(
165165 The API endpoint is determined in the following order:
166166 (1) if `client_options.api_endpoint` if provided, use the provided one.
167167 (2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
168- default mTLS endpoint; if the environment variabel is "never", use the default API
168+ default mTLS endpoint; if the environment variable is "never", use the default API
169169 endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
170170 use the default API endpoint.
171171
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ def get_mtls_endpoint_and_cert_source(
330330 The API endpoint is determined in the following order:
331331 (1) if `client_options.api_endpoint` if provided, use the provided one.
332332 (2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
333- default mTLS endpoint; if the environment variabel is "never", use the default API
333+ default mTLS endpoint; if the environment variable is "never", use the default API
334334 endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
335335 use the default API endpoint.
336336
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ def get_mtls_endpoint_and_cert_source(
139139 The API endpoint is determined in the following order:
140140 (1) if `client_options.api_endpoint` if provided, use the provided one.
141141 (2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
142- default mTLS endpoint; if the environment variabel is "never", use the default API
142+ default mTLS endpoint; if the environment variable is "never", use the default API
143143 endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
144144 use the default API endpoint.
145145
Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ def get_mtls_endpoint_and_cert_source(
322322 The API endpoint is determined in the following order:
323323 (1) if `client_options.api_endpoint` if provided, use the provided one.
324324 (2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
325- default mTLS endpoint; if the environment variabel is "never", use the default API
325+ default mTLS endpoint; if the environment variable is "never", use the default API
326326 endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
327327 use the default API endpoint.
328328
Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
2+ # This constraints file is required for unit tests.
3+ # List all library dependencies and extras in this file.
4+ google-api-core
5+ proto-plus
6+ protobuf
7+ grpc-google-iam-v1
You can’t perform that action at this time.
0 commit comments