Skip to content

Commit 8e1e6ec

Browse files
feat: Add support for python 3.11 (#394)
* 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 d71c69d commit 8e1e6ec

File tree

19 files changed

+25
-17
lines changed

19 files changed

+25
-17
lines changed

packages/google-cloud-videointelligence/google/cloud/videointelligence_v1/services/video_intelligence_service/async_client.py

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

packages/google-cloud-videointelligence/google/cloud/videointelligence_v1/services/video_intelligence_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def get_mtls_endpoint_and_cert_source(
270270
The API endpoint is determined in the following order:
271271
(1) if `client_options.api_endpoint` if provided, use the provided one.
272272
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
273-
default mTLS endpoint; if the environment variabel is "never", use the default API
273+
default mTLS endpoint; if the environment variable is "never", use the default API
274274
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
275275
use the default API endpoint.
276276

packages/google-cloud-videointelligence/google/cloud/videointelligence_v1beta2/services/video_intelligence_service/async_client.py

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

packages/google-cloud-videointelligence/google/cloud/videointelligence_v1beta2/services/video_intelligence_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def get_mtls_endpoint_and_cert_source(
270270
The API endpoint is determined in the following order:
271271
(1) if `client_options.api_endpoint` if provided, use the provided one.
272272
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
273-
default mTLS endpoint; if the environment variabel is "never", use the default API
273+
default mTLS endpoint; if the environment variable is "never", use the default API
274274
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
275275
use the default API endpoint.
276276

packages/google-cloud-videointelligence/google/cloud/videointelligence_v1p1beta1/services/video_intelligence_service/async_client.py

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

packages/google-cloud-videointelligence/google/cloud/videointelligence_v1p1beta1/services/video_intelligence_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def get_mtls_endpoint_and_cert_source(
270270
The API endpoint is determined in the following order:
271271
(1) if `client_options.api_endpoint` if provided, use the provided one.
272272
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
273-
default mTLS endpoint; if the environment variabel is "never", use the default API
273+
default mTLS endpoint; if the environment variable is "never", use the default API
274274
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
275275
use the default API endpoint.
276276

packages/google-cloud-videointelligence/google/cloud/videointelligence_v1p2beta1/services/video_intelligence_service/async_client.py

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

packages/google-cloud-videointelligence/google/cloud/videointelligence_v1p2beta1/services/video_intelligence_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def get_mtls_endpoint_and_cert_source(
270270
The API endpoint is determined in the following order:
271271
(1) if `client_options.api_endpoint` if provided, use the provided one.
272272
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
273-
default mTLS endpoint; if the environment variabel is "never", use the default API
273+
default mTLS endpoint; if the environment variable is "never", use the default API
274274
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
275275
use the default API endpoint.
276276

packages/google-cloud-videointelligence/google/cloud/videointelligence_v1p3beta1/services/streaming_video_intelligence_service/async_client.py

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

packages/google-cloud-videointelligence/google/cloud/videointelligence_v1p3beta1/services/streaming_video_intelligence_service/client.py

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

0 commit comments

Comments
 (0)