Skip to content

Commit 7ad9b04

Browse files
feat: Add support for python 3.11 (#604)
* 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 d472d73 commit 7ad9b04

File tree

68 files changed

+74
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+74
-66
lines changed

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/agents/async_client.py

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

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/agents/client.py

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

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/answer_records/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

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/answer_records/client.py

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

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/contexts/async_client.py

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

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/contexts/client.py

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

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/conversation_datasets/async_client.py

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

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/conversation_datasets/client.py

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

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/conversation_models/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def get_mtls_endpoint_and_cert_source(
162162
The API endpoint is determined in the following order:
163163
(1) if `client_options.api_endpoint` if provided, use the provided one.
164164
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
165-
default mTLS endpoint; if the environment variabel is "never", use the default API
165+
default mTLS endpoint; if the environment variable is "never", use the default API
166166
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
167167
use the default API endpoint.
168168

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/conversation_models/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def get_mtls_endpoint_and_cert_source(
366366
The API endpoint is determined in the following order:
367367
(1) if `client_options.api_endpoint` if provided, use the provided one.
368368
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
369-
default mTLS endpoint; if the environment variabel is "never", use the default API
369+
default mTLS endpoint; if the environment variable is "never", use the default API
370370
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
371371
use the default API endpoint.
372372

0 commit comments

Comments
 (0)