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

Commit 1fadceb

Browse files
feat: Add support for python 3.11 (#251)
* 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 e579ba6 commit 1fadceb

12 files changed

Lines changed: 19 additions & 10 deletions

File tree

google/cloud/servicedirectory_v1/services/lookup_service/async_client.py

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

google/cloud/servicedirectory_v1/services/lookup_service/client.py

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

google/cloud/servicedirectory_v1/services/registration_service/async_client.py

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

google/cloud/servicedirectory_v1/services/registration_service/client.py

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

google/cloud/servicedirectory_v1beta1/services/lookup_service/async_client.py

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

google/cloud/servicedirectory_v1beta1/services/lookup_service/client.py

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

google/cloud/servicedirectory_v1beta1/services/registration_service/async_client.py

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

google/cloud/servicedirectory_v1beta1/services/registration_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def get_mtls_endpoint_and_cert_source(
387387
The API endpoint is determined in the following order:
388388
(1) if `client_options.api_endpoint` if provided, use the provided one.
389389
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
390-
default mTLS endpoint; if the environment variabel is "never", use the default API
390+
default mTLS endpoint; if the environment variable is "never", use the default API
391391
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
392392
use the default API endpoint.
393393

samples/generated_samples/snippet_metadata_google.cloud.servicedirectory.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-service-directory",
11-
"version": "1.6.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.servicedirectory.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-service-directory",
11-
"version": "1.6.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)