Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 564b22f

Browse files
feat: Add support for python 3.11 (#313)
* feat: Add support for python 3.11 chore: Update gapic-generator-python to v1.8.0 PiperOrigin-RevId: 500768693 Source-Link: googleapis/googleapis@190b612 Source-Link: https://github.com/googleapis/googleapis-gen/commit/7bf29a414b9ecac3170f0b65bdc2a95705c0ef1a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2JmMjlhNDE0YjllY2FjMzE3MGYwYjY1YmRjMmE5NTcwNWMwZWYxYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent dd698c4 commit 564b22f

File tree

24 files changed

+30
-22
lines changed

24 files changed

+30
-22
lines changed

google/cloud/talent_v4/services/company_service/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def get_mtls_endpoint_and_cert_source(
143143
The API endpoint is determined in the following order:
144144
(1) if `client_options.api_endpoint` if provided, use the provided one.
145145
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
146-
default mTLS endpoint; if the environment variabel is "never", use the default API
146+
default mTLS endpoint; if the environment variable is "never", use the default API
147147
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
148148
use the default API endpoint.
149149

google/cloud/talent_v4/services/company_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def get_mtls_endpoint_and_cert_source(
314314
The API endpoint is determined in the following order:
315315
(1) if `client_options.api_endpoint` if provided, use the provided one.
316316
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
317-
default mTLS endpoint; if the environment variabel is "never", use the default API
317+
default mTLS endpoint; if the environment variable is "never", use the default API
318318
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
319319
use the default API endpoint.
320320

google/cloud/talent_v4/services/completion/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def get_mtls_endpoint_and_cert_source(
129129
The API endpoint is determined in the following order:
130130
(1) if `client_options.api_endpoint` if provided, use the provided one.
131131
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
132-
default mTLS endpoint; if the environment variabel is "never", use the default API
132+
default mTLS endpoint; if the environment variable is "never", use the default API
133133
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
134134
use the default API endpoint.
135135

google/cloud/talent_v4/services/completion/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def get_mtls_endpoint_and_cert_source(
304304
The API endpoint is determined in the following order:
305305
(1) if `client_options.api_endpoint` if provided, use the provided one.
306306
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
307-
default mTLS endpoint; if the environment variabel is "never", use the default API
307+
default mTLS endpoint; if the environment variable is "never", use the default API
308308
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
309309
use the default API endpoint.
310310

google/cloud/talent_v4/services/event_service/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def get_mtls_endpoint_and_cert_source(
131131
The API endpoint is determined in the following order:
132132
(1) if `client_options.api_endpoint` if provided, use the provided one.
133133
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
134-
default mTLS endpoint; if the environment variabel is "never", use the default API
134+
default mTLS endpoint; if the environment variable is "never", use the default API
135135
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
136136
use the default API endpoint.
137137

google/cloud/talent_v4/services/event_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def get_mtls_endpoint_and_cert_source(
284284
The API endpoint is determined in the following order:
285285
(1) if `client_options.api_endpoint` if provided, use the provided one.
286286
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
287-
default mTLS endpoint; if the environment variabel is "never", use the default API
287+
default mTLS endpoint; if the environment variable is "never", use the default API
288288
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
289289
use the default API endpoint.
290290

google/cloud/talent_v4/services/job_service/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def get_mtls_endpoint_and_cert_source(
142142
The API endpoint is determined in the following order:
143143
(1) if `client_options.api_endpoint` if provided, use the provided one.
144144
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
145-
default mTLS endpoint; if the environment variabel is "never", use the default API
145+
default mTLS endpoint; if the environment variable is "never", use the default API
146146
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
147147
use the default API endpoint.
148148

google/cloud/talent_v4/services/job_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def get_mtls_endpoint_and_cert_source(
337337
The API endpoint is determined in the following order:
338338
(1) if `client_options.api_endpoint` if provided, use the provided one.
339339
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
340-
default mTLS endpoint; if the environment variabel is "never", use the default API
340+
default mTLS endpoint; if the environment variable is "never", use the default API
341341
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
342342
use the default API endpoint.
343343

google/cloud/talent_v4/services/tenant_service/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def get_mtls_endpoint_and_cert_source(
140140
The API endpoint is determined in the following order:
141141
(1) if `client_options.api_endpoint` if provided, use the provided one.
142142
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
143-
default mTLS endpoint; if the environment variabel is "never", use the default API
143+
default mTLS endpoint; if the environment variable is "never", use the default API
144144
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
145145
use the default API endpoint.
146146

google/cloud/talent_v4/services/tenant_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def get_mtls_endpoint_and_cert_source(
289289
The API endpoint is determined in the following order:
290290
(1) if `client_options.api_endpoint` if provided, use the provided one.
291291
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
292-
default mTLS endpoint; if the environment variabel is "never", use the default API
292+
default mTLS endpoint; if the environment variable is "never", use the default API
293293
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
294294
use the default API endpoint.
295295

0 commit comments

Comments
 (0)