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(
167
167
The API endpoint is determined in the following order:
168
168
(1) if `client_options.api_endpoint` if provided, use the provided one.
169
169
(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
171
171
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
172
172
use the default API endpoint.
173
173
Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ def get_mtls_endpoint_and_cert_source(
420
420
The API endpoint is determined in the following order:
421
421
(1) if `client_options.api_endpoint` if provided, use the provided one.
422
422
(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
424
424
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
425
425
use the default API endpoint.
426
426
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ def get_mtls_endpoint_and_cert_source(
165
165
The API endpoint is determined in the following order:
166
166
(1) if `client_options.api_endpoint` if provided, use the provided one.
167
167
(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
169
169
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
170
170
use the default API endpoint.
171
171
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ def get_mtls_endpoint_and_cert_source(
330
330
The API endpoint is determined in the following order:
331
331
(1) if `client_options.api_endpoint` if provided, use the provided one.
332
332
(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
334
334
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
335
335
use the default API endpoint.
336
336
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ def get_mtls_endpoint_and_cert_source(
139
139
The API endpoint is determined in the following order:
140
140
(1) if `client_options.api_endpoint` if provided, use the provided one.
141
141
(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
143
143
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
144
144
use the default API endpoint.
145
145
Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ def get_mtls_endpoint_and_cert_source(
322
322
The API endpoint is determined in the following order:
323
323
(1) if `client_options.api_endpoint` if provided, use the provided one.
324
324
(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
326
326
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
327
327
use the default API endpoint.
328
328
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