Skip to content

Commit 25c0775

Browse files
feat: Add support for python 3.11 (#353)
* 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: googleapis/googleapis-gen@7bf29a4 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 04ea0b1 commit 25c0775

File tree

12 files changed

+18
-10
lines changed

12 files changed

+18
-10
lines changed

packages/google-cloud-texttospeech/google/cloud/texttospeech_v1/services/text_to_speech/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

packages/google-cloud-texttospeech/google/cloud/texttospeech_v1/services/text_to_speech/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

packages/google-cloud-texttospeech/google/cloud/texttospeech_v1/services/text_to_speech_long_audio_synthesize/async_client.py

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

packages/google-cloud-texttospeech/google/cloud/texttospeech_v1/services/text_to_speech_long_audio_synthesize/client.py

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

packages/google-cloud-texttospeech/google/cloud/texttospeech_v1beta1/services/text_to_speech/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

packages/google-cloud-texttospeech/google/cloud/texttospeech_v1beta1/services/text_to_speech/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

packages/google-cloud-texttospeech/google/cloud/texttospeech_v1beta1/services/text_to_speech_long_audio_synthesize/async_client.py

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

packages/google-cloud-texttospeech/google/cloud/texttospeech_v1beta1/services/text_to_speech_long_audio_synthesize/client.py

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

packages/google-cloud-texttospeech/samples/generated_samples/snippet_metadata_google.cloud.texttospeech.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-texttospeech",
11-
"version": "2.13.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-texttospeech/samples/generated_samples/snippet_metadata_google.cloud.texttospeech.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-texttospeech",
11-
"version": "2.13.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)