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

Commit c448c0c

Browse files
feat: Add support for python 3.11 (#521)
* 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 * require proto-plus 1.22.2 for python 3.11; workaround docs issue Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent c6c04e4 commit c448c0c

File tree

19 files changed

+25
-17
lines changed

19 files changed

+25
-17
lines changed

google/cloud/monitoring_v3/services/alert_policy_service/async_client.py

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

google/cloud/monitoring_v3/services/alert_policy_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def get_mtls_endpoint_and_cert_source(
322322
The API endpoint is determined in the following order:
323323
(1) if `client_options.api_endpoint` if provided, use the provided one.
324324
(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
326326
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
327327
use the default API endpoint.
328328

google/cloud/monitoring_v3/services/group_service/async_client.py

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

google/cloud/monitoring_v3/services/group_service/client.py

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

google/cloud/monitoring_v3/services/metric_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

google/cloud/monitoring_v3/services/metric_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def get_mtls_endpoint_and_cert_source(
323323
The API endpoint is determined in the following order:
324324
(1) if `client_options.api_endpoint` if provided, use the provided one.
325325
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
326-
default mTLS endpoint; if the environment variabel is "never", use the default API
326+
default mTLS endpoint; if the environment variable is "never", use the default API
327327
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
328328
use the default API endpoint.
329329

google/cloud/monitoring_v3/services/notification_channel_service/async_client.py

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

google/cloud/monitoring_v3/services/notification_channel_service/client.py

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

google/cloud/monitoring_v3/services/query_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/monitoring_v3/services/query_service/client.py

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

0 commit comments

Comments
 (0)