| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This pull request is an automated release that bumps the versions and updates the changelogs, metadata, and configuration files for a large number of Google Cloud Python libraries (including db-dtypes, google-api-core, google-auth, and various Google Ads, Google Apps, and Google Cloud clients). Since there are no review comments, I have no additional feedback to provide.
Sorry, something went wrong.
|
Seeing a lot of JWT Grant issues in the System Tests. I suspect a key has expired or something similar. __________________________ test_iam_signer[requests] ___________________________
http_request =
credentials =
def test_iam_signer(http_request, credentials):
credentials = credentials.with_scopes(
["https://www.googleapis.com/auth/iam"]
)
# Verify iamcredentials signer.
signer = iam.Signer(
http_request,
credentials,
credentials.service_account_email
)
> signed_blob = signer.sign("message")
system_tests_sync/test_service_account.py:61:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../google/auth/iam.py:142: in sign
response = self._make_signing_request(message)
../google/auth/iam.py:115: in _make_signing_request
self._credentials.before_request(self._request, method, url, headers)
../google/auth/credentials.py:469: in before_request
self._blocking_refresh(request)
../google/auth/credentials.py:203: in _blocking_refresh
self.refresh(request)
../google/auth/credentials.py:482: in refresh
self._perform_refresh_token(request)
../google/oauth2/service_account.py:460: in _perform_refresh_token
access_token, expiry, _ = _client.jwt_grant(
../google/oauth2/_client.py:307: in jwt_grant
response_data = _token_endpoint_request(
../google/oauth2/_client.py:278: in _token_endpoint_request
_handle_error_response(response_data, retryable_error)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
response_data = {'error': 'invalid_grant', 'error_description': 'Invalid JWT Signature.'}
retryable_error = False
def _handle_error_response(response_data, retryable_error):
"""Translates an error response into an exception.
Args:
response_data (Mapping | str): The decoded response data.
retryable_error Optional[bool]: A boolean indicating if an error is retryable.
Defaults to False.
Raises:
google.auth.exceptions.RefreshError: The errors contained in response_data.
"""
retryable_error = retryable_error if retryable_error else False
if isinstance(response_data, str):
raise exceptions.RefreshError(response_data, retryable=retryable_error)
try:
error_details = "{}: {}".format(
response_data["error"], response_data.get("error_description")
)
# If no details could be extracted, use the response data.
except (KeyError, ValueError):
error_details = json.dumps(response_data)
> raise exceptions.RefreshError(
error_details, response_data, retryable=retryable_error
)
E google.auth.exceptions.RefreshError: ('invalid_grant: Invalid JWT Signature.', {'error': 'invalid_grant', 'error_description': 'Invalid JWT Signature.'})
|
Sorry, something went wrong.
The google-auth CI is broken: #17328 (comment). Let's exclude it from the release for now. For #17334.
|
I'll recreate a release pull request. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
Librarian Version: v0.15.1-0.20260528141105-567c9bf1faa7
db-dtypes: v1.7.0Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e
v1.7.0 (2026-06-01)
Features
Bug Fixes
-
-
google-ads-admanager: v0.10.0bump pyarrow from 13.0.0 to 14.0.1 in /packages/db-dtypes (fix: bump pyarrow from 13.0.0 to 14.0.1 in /packages/db-dtypes #17182) (49252da0)
Drop support for Python <= 3.9 (fix(db-dtypes): Drop support for Python <= 3.9 #16966) (66988617)
v0.10.0 (2026-06-01)
Features
- update API sources and regenerate (feat: update API sources and regenerate #16998) (cef659d8)
google-ads-datamanager: v0.9.0v0.9.0 (2026-06-01)
google-ads-marketingplatform-admin: v0.6.0v0.6.0 (2026-06-01)
google-ai-generativelanguage: v0.12.0v0.12.0 (2026-06-01)
google-analytics-admin: v0.30.0v0.30.0 (2026-06-01)
google-analytics-data: v0.23.0v0.23.0 (2026-06-01)
google-api-core: v2.31.0v2.31.0 (2026-06-01)
Bug Fixes
bump protobuf from 4.25.8 to 5.29.6 (fix: bump protobuf from 4.25.8 to 5.29.6 #17021) (8f52e9ad)
drop support for Python 3.9 (fix(api-core): drop support for Python 3.9 #16980) (e5ed4720)
Documentation
-
-
-
-
google-apps-card: v0.7.0clarify Quickstart POST example (<a href="https://redirect.github.com/psf/requests/issues/6960">#6960</a>)</li> <li>Additional commits viewable in <a href="psf/requests@v2.25.0...v2.33.0">compare view</a></li> </ul> </details> <br /> (b79b3ea0)
same block as other sections</li> <li><a href="psf/requests@9c72a41bec8597f948c9d8caa5dc3f12273b3303"><code>9c72a41</code></a> Bump github/codeql-action from 4.33.0 to 4.34.1</li> <li><a href="psf/requests@ebf71906798ec82f34e07d3168f8b8aecaf8a3be"><code>ebf7190</code></a> Bump github/codeql-action from 4.32.0 to 4.33.0</li> <li><a href="psf/requests@0e4ae38f0c93d4f92a96c774bd52c069d12a4798"><code>0e4ae38</code></a> (b79b3ea0)
fix FAQ grammar in httplib2 example</li> <li><a href="psf/requests@774a0b837a194ee885d4fdd9ca947900cc3daf71"><code>774a0b8</code></a> (b79b3ea0)
exclude Response.is_permanent_redirect from API docs (<a href="https://redirect.github.com/psf/requests/issues/7244">#7244</a>)</li> <li><a href="psf/requests@d568f47278492e630cc990a259047c67991d007a"><code>d568f47</code></a> (b79b3ea0)
v0.7.0 (2026-06-01)
google-apps-chat: v0.10.0v0.10.0 (2026-06-01)
google-apps-events-subscriptions: v0.6.0v0.6.0 (2026-06-01)
google-apps-meet: v0.5.0v0.5.0 (2026-06-01)
google-apps-script-type: v0.8.0v0.8.0 (2026-06-01)
google-area120-tables: v0.15.0v0.15.0 (2026-06-01)
google-auth: v2.54.0v2.54.0 (2026-06-01)
Bug Fixes
-
-
google-cloud-access-approval: v1.20.0Rename the 'seed' argument for setting an initial regional access boundary for clarity (fix: Rename the 'seed' argument for setting an initial regional access boundary for clarity #17186) (e5c8cf92)
update incorrect urls in setup.py to point at monorepo vs splitrepo (fix(project urls): update incorrect urls in setup.py to point at monorepo vs splitrepo #17237) (eaed04ba)
v1.20.0 (2026-06-01)
google-cloud-access-context-manager: v0.6.0v0.6.0 (2026-06-01)
Bug Fixes
- update incorrect urls in setup.py to point at monorepo vs splitrepo (fix(project urls): update incorrect urls in setup.py to point at monorepo vs splitrepo #17237) (eaed04ba)
google-cloud-advisorynotifications: v0.7.0v0.7.0 (2026-06-01)
google-cloud-alloydb: v0.10.0v0.10.0 (2026-06-01)
google-cloud-alloydb-connectors: v0.5.0v0.5.0 (2026-06-01)
google-cloud-api-gateway: v1.16.0v1.16.0 (2026-06-01)
google-cloud-api-keys: v0.9.0v0.9.0 (2026-06-01)
google-cloud-apigee-connect: v1.16.0v1.16.0 (2026-06-01)
google-cloud-apigee-registry: v0.10.0v0.10.0 (2026-06-01)
google-cloud-apihub: v0.7.0v0.7.0 (2026-06-01)
google-cloud-apiregistry: v0.3.0v0.3.0 (2026-06-01)
google-cloud-appengine-admin: v1.18.0v1.18.0 (2026-06-01)
google-cloud-appengine-logging: v1.10.0v1.10.0 (2026-06-01)
google-cloud-apphub: v0.5.0v0.5.0 (2026-06-01)
google-cloud-appoptimize: v0.2.0v0.2.0 (2026-06-01)
google-cloud-artifact-registry: v1.22.0v1.22.0 (2026-06-01)
google-cloud-asset: v4.4.0v4.4.0 (2026-06-01)
Features
- regenerate asset w/ dependencies using generator v1.32.0 (feat: regenerate asset w/ dependencies using generator v1.32.0 #17153) (ac594a0d)
google-cloud-assured-workloads: v2.4.0v2.4.0 (2026-06-01)
google-cloud-audit-log: v0.6.0v0.6.0 (2026-06-01)
Bug Fixes
- update incorrect urls in setup.py to point at monorepo vs splitrepo (fix(project urls): update incorrect urls in setup.py to point at monorepo vs splitrepo #17237) (eaed04ba)
google-cloud-auditmanager: v0.3.0v0.3.0 (2026-06-01)
google-cloud-automl: v2.20.0v2.20.0 (2026-06-01)
Features
- regenerate automl using generator v1.32.0 (feat: regenerate automl using generator v1.32.0 #17143) (5084ef00)
google-cloud-backupdr: v0.10.0v0.10.0 (2026-06-01)
google-cloud-bare-metal-solution: v1.14.0v1.14.0 (2026-06-01)
google-cloud-batch: v0.22.0v0.22.0 (2026-06-01)
google-cloud-beyondcorp-appconnections: v0.8.0v0.8.0 (2026-06-01)
google-cloud-beyondcorp-appconnectors: v0.8.0v0.8.0 (2026-06-01)
google-cloud-beyondcorp-appgateways: v0.8.0v0.8.0 (2026-06-01)
google-cloud-beyondcorp-clientconnectorservices: v0.8.0v0.8.0 (2026-06-01)
google-cloud-beyondcorp-clientgateways: v0.8.0v0.8.0 (2026-06-01)
google-cloud-biglake: v0.4.0v0.4.0 (2026-06-01)
google-cloud-biglake-hive: v0.3.0v0.3.0 (2026-06-01)
google-cloud-bigquery-analyticshub: v0.9.0v0.9.0 (2026-06-01)
google-cloud-bigquery-biglake: v0.8.0v0.8.0 (2026-06-01)
google-cloud-bigquery-connection: v1.22.0v1.22.0 (2026-06-01)
google-cloud-bigquery-data-exchange: v0.9.0v0.9.0 (2026-06-01)
google-cloud-bigquery-datapolicies: v0.10.0v0.10.0 (2026-06-01)
google-cloud-bigquery-datatransfer: v3.23.0v3.23.0 (2026-06-01)
google-cloud-bigquery-logging: v1.10.0v1.10.0 (2026-06-01)
google-cloud-bigquery-migration: v0.15.0v0.15.0 (2026-06-01)
google-cloud-bigquery-reservation: v1.25.0v1.25.0 (2026-06-01)
google-cloud-bigquery-storage: v2.39.0v2.39.0 (2026-06-01)
google-cloud-billing: v1.20.0v1.20.0 (2026-06-01)
google-cloud-billing-budgets: v1.21.0v1.21.0 (2026-06-01)
google-cloud-binary-authorization: v1.17.0v1.17.0 (2026-06-01)
google-cloud-build: v3.37.0v3.37.0 (2026-06-01)
google-cloud-capacityplanner: v0.5.0v0.5.0 (2026-06-01)
google-cloud-certificate-manager: v1.14.0v1.14.0 (2026-06-01)
google-cloud-ces: v0.6.0v0.6.0 (2026-06-01)
google-cloud-channel: v1.28.0v1.28.0 (2026-06-01)
google-cloud-chronicle: v0.6.0v0.6.0 (2026-06-01)
Features
- update API sources and regenerate (feat: update API sources and regenerate #16998) (cef659d8)
google-cloud-cloudcontrolspartner: v0.6.0v0.6.0 (2026-06-01)
google-cloud-cloudsecuritycompliance: v0.8.0v0.8.0 (2026-06-01)
google-cloud-commerce-consumer-procurement: v0.6.0v0.6.0 (2026-06-01)
google-cloud-common: v1.10.0v1.10.0 (2026-06-01)
google-cloud-compute: v1.48.0v1.48.0 (2026-06-01)
google-cloud-compute-v1beta: v0.12.0v0.12.0 (2026-06-01)
google-cloud-confidentialcomputing: v0.10.0v0.10.0 (2026-06-01)
google-cloud-config: v0.7.0v0.7.0 (2026-06-01)
google-cloud-configdelivery: v0.5.0v0.5.0 (2026-06-01)
google-cloud-contact-center-insights: v1.27.0v1.27.0 (2026-06-01)
google-cloud-container: v2.65.0v2.65.0 (2026-06-01)
google-cloud-containeranalysis: v2.22.0v2.22.0 (2026-06-01)
google-cloud-contentwarehouse: v0.11.0v0.11.0 (2026-06-01)
google-cloud-data-fusion: v1.17.0v1.17.0 (2026-06-01)
google-cloud-data-qna: v0.14.0v0.14.0 (2026-06-01)
google-cloud-databasecenter: v0.9.0v0.9.0 (2026-06-01)
google-cloud-datacatalog: v3.31.0v3.31.0 (2026-06-01)
google-cloud-datacatalog-lineage: v0.7.0v0.7.0 (2026-06-01)
Features
- regenerate google-cloud-datacatalog-lineage (feat: regenerate google-cloud-datacatalog-lineage #17148) (e77dc55f)
google-cloud-datacatalog-lineage-configmanagement: v0.3.0v0.3.0 (2026-06-01)
google-cloud-dataflow-client: v0.14.0v0.14.0 (2026-06-01)
google-cloud-dataform: v0.11.0v0.11.0 (2026-06-01)
google-cloud-datalabeling: v1.17.0v1.17.0 (2026-06-01)
google-cloud-dataplex: v2.20.0v2.20.0 (2026-06-01)
google-cloud-dataproc: v5.28.0v5.28.0 (2026-06-01)
Features
- update API sources and regenerate (feat: update API sources and regenerate #16998) (cef659d8)
google-cloud-dataproc-metastore: v1.23.0v1.23.0 (2026-06-01)
google-cloud-datastore: v2.25.0v2.25.0 (2026-06-01)
google-cloud-datastream: v1.19.0v1.19.0 (2026-06-01)
google-cloud-deploy: v2.11.0v2.11.0 (2026-06-01)
google-cloud-developerconnect: v0.6.0v0.6.0 (2026-06-01)
google-cloud-devicestreaming: v0.5.0v0.5.0 (2026-06-01)
google-cloud-dialogflow: v2.48.0v2.48.0 (2026-06-01)
Features
- regenerate google-cloud-dialogflow (feat: regenerate google-cloud-dialogflow #17129) (b6bb63ea)
google-cloud-dialogflow-cx: v2.6.0v2.6.0 (2026-06-01)
google-cloud-discoveryengine: v0.20.0v0.20.0 (2026-06-01)
google-cloud-dlp: v3.37.0v3.37.0 (2026-06-01)
google-cloud-dms: v1.16.0v1.16.0 (2026-06-01)
google-cloud-documentai: v3.15.0v3.15.0 (2026-06-01)
google-cloud-documentai-toolbox: v0.17.0v0.17.0 (2026-06-01)
Bug Fixes
- Drop support for Python <= 3.9 (fix(documentai-toolbox): Drop support for Python <= 3.9 #16967) (8fa321e7)
google-cloud-domains: v1.14.0v1.14.0 (2026-06-01)
google-cloud-logging: v3.16.0v3.16.0 (2026-06-01)
Features
- drop support for Python 3.7, 3.8, and 3.9 runtimes (feat(logging): drop support for Python 3.7, 3.8, and 3.9 runtimes #17276) (014e951b)
google-cloud-monitoring: v2.31.0v2.31.0 (2026-06-01)
Features
- regenerate monitoring using generator v1.32.0 (feat: regenerate monitoring using generator v1.32.0 #17165) (042dc5c3)
google-cloud-pubsub: v2.39.0v2.39.0 (2026-06-01)
Features
Bug Fixes
- resolve issue with pubsub generation (fix(pubsub) : resolve issue with pubsub generation #17219) (b21c1d44)
google-cloud-saasplatform-saasservicemgmt: v0.7.0v0.7.0 (2026-06-01)
google-cloud-scheduler: v2.20.0v2.20.0 (2026-06-01)
google-cloud-secret-manager: v2.29.0v2.29.0 (2026-06-01)
google-cloud-securesourcemanager: v0.6.0v0.6.0 (2026-06-01)
google-cloud-security-publicca: v0.7.0v0.7.0 (2026-06-01)
google-cloud-securitycenter: v1.45.0v1.45.0 (2026-06-01)
google-cloud-securitycentermanagement: v0.5.0v0.5.0 (2026-06-01)
google-cloud-service-control: v1.20.0v1.20.0 (2026-06-01)
google-cloud-service-directory: v1.18.0v1.18.0 (2026-06-01)
google-cloud-service-management: v1.17.0v1.17.0 (2026-06-01)
google-cloud-service-usage: v1.17.0v1.17.0 (2026-06-01)
google-cloud-servicehealth: v0.5.0v0.5.0 (2026-06-01)
google-cloud-shell: v1.16.0v1.16.0 (2026-06-01)
google-cloud-source-context: v1.11.0v1.11.0 (2026-06-01)
google-cloud-spanner: v3.67.0v3.67.0 (2026-06-01)
Features
drop Python 3.7-3.9 support and regenerate (feat(spanner): drop Python 3.7-3.9 support and regenerate #17169) (2408166f)
log client configuration at startup (feat(spanner): log client configuration at startup #17040) (a830a785)
drop python runtime 3.9 (feat(spanner): drop python runtime 3.9 #17070) (cddabc0f)
update API sources and regenerate (feat: update API sources and regenerate #16998) (cef659d8)
Bug Fixes
- replace insecure pickle with json for partition deserialization (fix(spanner_dbapi): replace insecure pickle with json for partition deserialization #17014) (86e57cb9)
google-cloud-speech: v2.40.0v2.40.0 (2026-06-01)
google-cloud-storage: v3.11.0v3.11.0 (2026-06-01)
Features
Added a new field ComposeObjectRequest.delete_source_objects field (PiperOrigin-RevId: 863087065) (1230e174)
add object contexts in Python GCS SDK (feat(storage): add object contexts in Python GCS SDK #17039) (15ec8bd7)
Add delete_source_objects optional parameter to compose API (feat(storage): Add delete_source_objects optional parameter to compose API #17163) (16ab4c26)
add fixed-key metadata support in AAOW (feat: add fixed-key metadata support in AAOW #16817) (28487f5c)
Add support for blob object in AAOW (feat(storage): Add support for blob object in AAOW #16577) (32718318)
implement AsyncMultiRangeDownloader with multiplexed bidi-gRPC stream support (feat: implement AsyncMultiRangeDownloader with multiplexed bidi-gRPC stream support #16528) (493df65b)
populate the persisted_data_checksums field with object checksums on write object / query write status responses (PiperOrigin-RevId: 895357062) (56ccbd86)
Enhance Otel Span Attributes with BucketId and Location details for every Bucket/Blob operation (a0da993d)
drop Python 3.7-3.9 support and regenerate (feat(storage): drop Python 3.7-3.9 support and regenerate #17178) (c804a935)
Bug Fixes
updates typing for python 3.8 (87b7ba97)
propagate quota_project_id and api_endpoint in AsyncGrpcClient (fix: propagate quota_project_id and api_endpoint in AsyncGrpcClient #16731) (b8b457aa)
Performance Improvements
add multiplexing performance tests for AsyncMultiRangeDownloader (perf: add multiplexing performance tests for AsyncMultiRangeDownloader #16501) (20969910)
implement fast-path for queue delivery in _StreamMultiplexer (perf(storage): implement fast-path for queue delivery in _StreamMultiplexer #16718) (7073be16)
use google_crc32c.value for checksums (perf(storage): use google_crc32c.value for checksums #16719) (c6461a42)
use google_crc32c.value() for simpler crc32c calculation (perf(storage): use google_crc32c.value() for simpler crc32c calculation #16761) (c9846c92)
Documentation
-
-
google-cloud-storage-control: v1.12.0Updated documentation for BidiReadObject, ReadObjectRequest, and ObjectContexts (PiperOrigin-RevId: 863087065) (1230e174)
improve wording around object_checksums in bidi write object requests (PiperOrigin-RevId: 895357062) (56ccbd86)
v1.12.0 (2026-06-01)
google-cloud-storage-transfer: v1.21.0v1.21.0 (2026-06-01)
google-cloud-storagebatchoperations: v0.8.0v0.8.0 (2026-06-01)
google-cloud-storageinsights: v0.5.0v0.5.0 (2026-06-01)
google-cloud-support: v0.5.0v0.5.0 (2026-06-01)
google-cloud-testutils: v1.9.0v1.9.0 (2026-06-01)
Bug Fixes
- support != exclusion constraints in lower-bound-checker (fix(testutils): support != exclusion constraints in lower-bound-checker #17269) (65da3165)
google-cloud-vectorsearch: v0.11.0v0.11.0 (2026-06-01)
Features
- update API sources and regenerate (feat: update API sources and regenerate #16998) (cef659d8)
google-geo-type: v0.7.0v0.7.0 (2026-06-01)
google-maps-addressvalidation: v0.7.0v0.7.0 (2026-06-01)
google-maps-areainsights: v0.5.0v0.5.0 (2026-06-01)
google-maps-fleetengine: v0.6.0v0.6.0 (2026-06-01)
google-maps-fleetengine-delivery: v0.6.0v0.6.0 (2026-06-01)
google-maps-geocode: v0.3.0v0.3.0 (2026-06-01)
google-maps-mapsplatformdatasets: v0.8.0v0.8.0 (2026-06-01)
google-maps-navconnect: v0.2.0v0.2.0 (2026-06-01)
google-maps-places: v0.9.0v0.9.0 (2026-06-01)
google-maps-routeoptimization: v0.5.0v0.5.0 (2026-06-01)
google-maps-routing: v0.11.0v0.11.0 (2026-06-01)
google-maps-solar: v0.6.0v0.6.0 (2026-06-01)
google-resumable-media: v2.10.0v2.10.0 (2026-06-01)
Bug Fixes
- update incorrect urls in setup.py to point at monorepo vs splitrepo (fix(project urls): update incorrect urls in setup.py to point at monorepo vs splitrepo #17237) (eaed04ba)
google-shopping-css: v0.6.0v0.6.0 (2026-06-01)
google-shopping-merchant-accounts: v1.6.0v1.6.0 (2026-06-01)
google-shopping-merchant-conversions: v1.4.0v1.4.0 (2026-06-01)
google-shopping-merchant-datasources: v1.5.0v1.5.0 (2026-06-01)
google-shopping-merchant-inventories: v1.5.0v1.5.0 (2026-06-01)
google-shopping-merchant-issueresolution: v1.4.0v1.4.0 (2026-06-01)
google-shopping-merchant-lfp: v1.4.0v1.4.0 (2026-06-01)
google-shopping-merchant-notifications: v1.4.0v1.4.0 (2026-06-01)
google-shopping-merchant-ordertracking: v1.4.0v1.4.0 (2026-06-01)
google-shopping-merchant-products: v1.7.0v1.7.0 (2026-06-01)
google-shopping-merchant-productstudio: v0.5.0v0.5.0 (2026-06-01)
google-shopping-merchant-promotions: v1.4.0v1.4.0 (2026-06-01)
google-shopping-merchant-quota: v1.5.0v1.5.0 (2026-06-01)
google-shopping-merchant-reports: v1.5.0v1.5.0 (2026-06-01)
google-shopping-merchant-reviews: v0.6.0v0.6.0 (2026-06-01)
google-shopping-type: v1.5.0v1.5.0 (2026-06-01)
grafeas: v1.23.0v1.23.0 (2026-06-01)
sqlalchemy-spanner: v1.19.0v1.19.0 (2026-06-01)
Bug Fixes
- Drop support for Python 3.8 and 3.9 (fix(sqlalchemy-spanner): Drop support for Python 3.8 and 3.9 #16913) (f5b392e5)
Bulk ChangesLibraries: google-cloud-capacityplanner,google-cloud-certificate-manager,google-cloud-ces,google-cloud-channel,google-cloud-chronicle,google-cloud-cloudcontrolspartner,google-cloud-cloudsecuritycompliance,google-cloud-commerce-consumer-procurement,google-cloud-common,google-cloud-compute,google-cloud-compute-v1beta,google-cloud-confidentialcomputing,google-cloud-config,google-cloud-configdelivery,google-cloud-contact-center-insights,google-cloud-container,google-cloud-containeranalysis,google-cloud-contentwarehouse
Libraries: google-shopping-css,google-shopping-merchant-accounts,google-shopping-merchant-conversions,google-shopping-merchant-datasources,google-shopping-merchant-inventories,google-shopping-merchant-issueresolution,google-shopping-merchant-lfp,google-shopping-merchant-notifications,google-shopping-merchant-ordertracking,google-shopping-merchant-products,google-shopping-merchant-productstudio,google-shopping-merchant-promotions,google-shopping-merchant-quota,google-shopping-merchant-reports,google-shopping-merchant-reviews,google-shopping-type
Libraries: google-cloud-access-approval,google-cloud-advisorynotifications,google-cloud-alloydb,google-cloud-alloydb-connectors,google-cloud-api-gateway,google-cloud-api-keys,google-cloud-apigee-connect,google-cloud-apigee-registry,google-cloud-apihub,google-cloud-apiregistry,google-cloud-appengine-admin,google-cloud-appengine-logging,google-cloud-apphub,google-cloud-appoptimize,google-cloud-artifact-registry,google-cloud-assured-workloads,google-cloud-auditmanager
Libraries: google-cloud-saasplatform-saasservicemgmt,google-cloud-scheduler,google-cloud-secret-manager,google-cloud-securesourcemanager,google-cloud-security-publicca,google-cloud-securitycenter,google-cloud-securitycentermanagement,google-cloud-service-control,google-cloud-service-directory,google-cloud-service-management,google-cloud-service-usage,google-cloud-servicehealth,google-cloud-shell,google-cloud-source-context,google-cloud-speech,google-cloud-storage-control,google-cloud-storage-transfer,google-cloud-storagebatchoperations,google-cloud-storageinsights,google-cloud-support
Libraries: google-ads-admanager,google-ads-datamanager,google-ads-marketingplatform-admin,google-ai-generativelanguage,google-analytics-admin,google-analytics-data,google-apps-card,google-apps-chat,google-apps-events-subscriptions,google-apps-meet,google-apps-script-type,google-area120-tables,google-cloud-access-approval,google-cloud-advisorynotifications,google-cloud-alloydb,google-cloud-alloydb-connectors,google-cloud-api-gateway,google-cloud-api-keys,google-cloud-apigee-connect,google-cloud-apigee-registry,google-cloud-apihub,google-cloud-apiregistry,google-cloud-appengine-admin,google-cloud-appengine-logging,google-cloud-apphub,google-cloud-appoptimize,google-cloud-artifact-registry,google-cloud-asset,google-cloud-assured-workloads,google-cloud-auditmanager,google-cloud-automl,google-cloud-backupdr,google-cloud-bare-metal-solution,google-cloud-batch,google-cloud-beyondcorp-appconnections,google-cloud-beyondcorp-appconnectors,google-cloud-beyondcorp-appgateways,google-cloud-beyondcorp-clientconnectorservices,google-cloud-beyondcorp-clientgateways,google-cloud-biglake,google-cloud-biglake-hive,google-cloud-bigquery-analyticshub,google-cloud-bigquery-biglake,google-cloud-bigquery-connection,google-cloud-bigquery-data-exchange,google-cloud-bigquery-datapolicies,google-cloud-bigquery-datatransfer,google-cloud-bigquery-logging,google-cloud-bigquery-migration,google-cloud-bigquery-reservation,google-cloud-bigquery-storage,google-cloud-billing,google-cloud-billing-budgets,google-cloud-binary-authorization,google-cloud-build,google-cloud-capacityplanner,google-cloud-certificate-manager,google-cloud-ces,google-cloud-channel,google-cloud-chronicle,google-cloud-cloudcontrolspartner,google-cloud-cloudsecuritycompliance,google-cloud-commerce-consumer-procurement,google-cloud-common,google-cloud-compute,google-cloud-compute-v1beta,google-cloud-confidentialcomputing,google-cloud-config,google-cloud-configdelivery,google-cloud-contact-center-insights,google-cloud-container,google-cloud-contentwarehouse,google-cloud-data-fusion,google-cloud-data-qna,google-cloud-databasecenter,google-cloud-datacatalog,google-cloud-datacatalog-lineage,google-cloud-datacatalog-lineage-configmanagement,google-cloud-dataflow-client,google-cloud-dataform,google-cloud-datalabeling,google-cloud-dataplex,google-cloud-dataproc,google-cloud-dataproc-metastore,google-cloud-datastore,google-cloud-datastream,google-cloud-deploy,google-cloud-developerconnect,google-cloud-devicestreaming,google-cloud-dialogflow,google-cloud-dialogflow-cx,google-cloud-discoveryengine,google-cloud-dlp,google-cloud-dms,google-cloud-documentai,google-cloud-domains,google-cloud-monitoring,google-cloud-saasplatform-saasservicemgmt,google-cloud-scheduler,google-cloud-secret-manager,google-cloud-securesourcemanager,google-cloud-security-publicca,google-cloud-securitycenter,google-cloud-securitycentermanagement,google-cloud-service-control,google-cloud-service-directory,google-cloud-service-management,google-cloud-service-usage,google-cloud-servicehealth,google-cloud-shell,google-cloud-source-context,google-cloud-speech,google-cloud-storage,google-cloud-storage-control,google-cloud-storage-transfer,google-cloud-storagebatchoperations,google-cloud-storageinsights,google-cloud-support,google-cloud-vectorsearch,google-geo-type,google-maps-addressvalidation,google-maps-areainsights,google-maps-fleetengine,google-maps-fleetengine-delivery,google-maps-geocode,google-maps-mapsplatformdatasets,google-maps-navconnect,google-maps-places,google-maps-routeoptimization,google-maps-routing,google-maps-solar,google-shopping-css,google-shopping-merchant-accounts,google-shopping-merchant-conversions,google-shopping-merchant-datasources,google-shopping-merchant-inventories,google-shopping-merchant-issueresolution,google-shopping-merchant-lfp,google-shopping-merchant-notifications,google-shopping-merchant-ordertracking,google-shopping-merchant-products,google-shopping-merchant-productstudio,google-shopping-merchant-promotions,google-shopping-merchant-quota,google-shopping-merchant-reports,google-shopping-merchant-reviews,google-shopping-type
Libraries: google-ads-admanager,google-ads-datamanager,google-ads-marketingplatform-admin,google-ai-generativelanguage,google-analytics-admin,google-analytics-data,google-apps-card,google-apps-chat,google-apps-events-subscriptions,google-apps-meet,google-apps-script-type,google-area120-tables,google-cloud-access-approval,google-cloud-advisorynotifications,google-cloud-alloydb,google-cloud-alloydb-connectors,google-cloud-api-gateway,google-cloud-api-keys,google-cloud-apigee-connect,google-cloud-apigee-registry,google-cloud-apihub,google-cloud-apiregistry,google-cloud-appengine-admin,google-cloud-appengine-logging,google-cloud-apphub,google-cloud-appoptimize,google-cloud-artifact-registry,google-cloud-asset,google-cloud-assured-workloads,google-cloud-auditmanager,google-cloud-automl,google-cloud-backupdr,google-cloud-bare-metal-solution,google-cloud-batch,google-cloud-beyondcorp-appconnections,google-cloud-beyondcorp-appconnectors,google-cloud-beyondcorp-appgateways,google-cloud-beyondcorp-clientconnectorservices,google-cloud-beyondcorp-clientgateways,google-cloud-biglake,google-cloud-biglake-hive,google-cloud-bigquery-analyticshub,google-cloud-bigquery-biglake,google-cloud-bigquery-connection,google-cloud-bigquery-data-exchange,google-cloud-bigquery-datapolicies,google-cloud-bigquery-datatransfer,google-cloud-bigquery-logging,google-cloud-bigquery-migration,google-cloud-bigquery-reservation,google-cloud-bigquery-storage,google-cloud-billing,google-cloud-billing-budgets,google-cloud-binary-authorization,google-cloud-build,google-cloud-capacityplanner,google-cloud-certificate-manager,google-cloud-ces,google-cloud-channel,google-cloud-chronicle,google-cloud-cloudcontrolspartner,google-cloud-cloudsecuritycompliance,google-cloud-commerce-consumer-procurement,google-cloud-common,google-cloud-compute,google-cloud-compute-v1beta,google-cloud-confidentialcomputing,google-cloud-config,google-cloud-configdelivery,google-cloud-contact-center-insights,google-cloud-container,google-cloud-contentwarehouse,google-cloud-data-fusion,google-cloud-data-qna,google-cloud-databasecenter,google-cloud-datacatalog,google-cloud-datacatalog-lineage,google-cloud-datacatalog-lineage-configmanagement,google-cloud-dataflow-client,google-cloud-dataform,google-cloud-datalabeling,google-cloud-dataplex,google-cloud-dataproc,google-cloud-dataproc-metastore,google-cloud-datastore,google-cloud-datastream,google-cloud-deploy,google-cloud-developerconnect,google-cloud-devicestreaming,google-cloud-dialogflow,google-cloud-dialogflow-cx,google-cloud-discoveryengine,google-cloud-dlp,google-cloud-dms,google-cloud-documentai,google-cloud-domains,google-cloud-monitoring,google-cloud-saasplatform-saasservicemgmt,google-cloud-scheduler,google-cloud-secret-manager,google-cloud-securesourcemanager,google-cloud-security-publicca,google-cloud-securitycenter,google-cloud-securitycentermanagement,google-cloud-service-control,google-cloud-service-directory,google-cloud-service-management,google-cloud-service-usage,google-cloud-servicehealth,google-cloud-shell,google-cloud-source-context,google-cloud-speech,google-cloud-storage,google-cloud-storage-control,google-cloud-storage-transfer,google-cloud-storagebatchoperations,google-cloud-storageinsights,google-cloud-support,google-cloud-vectorsearch,google-geo-type,google-maps-addressvalidation,google-maps-areainsights,google-maps-fleetengine,google-maps-fleetengine-delivery,google-maps-geocode,google-maps-mapsplatformdatasets,google-maps-navconnect,google-maps-places,google-maps-routeoptimization,google-maps-routing,google-maps-solar,google-shopping-css,google-shopping-merchant-accounts,google-shopping-merchant-conversions,google-shopping-merchant-datasources,google-shopping-merchant-inventories,google-shopping-merchant-issueresolution,google-shopping-merchant-lfp,google-shopping-merchant-notifications,google-shopping-merchant-ordertracking,google-shopping-merchant-products,google-shopping-merchant-productstudio,google-shopping-merchant-promotions,google-shopping-merchant-quota,google-shopping-merchant-reports,google-shopping-merchant-reviews,google-shopping-type
Libraries: google-cloud-saasplatform-saasservicemgmt,google-cloud-scheduler,google-cloud-secret-manager,google-cloud-securesourcemanager,google-cloud-security-publicca,google-cloud-securitycenter,google-cloud-securitycentermanagement,google-cloud-service-control,google-cloud-service-directory,google-cloud-service-management,google-cloud-service-usage,google-cloud-servicehealth,google-cloud-shell,google-cloud-source-context,google-cloud-spanner,google-cloud-speech,google-cloud-storage,google-cloud-storage-control,google-cloud-storage-transfer,google-cloud-storagebatchoperations,google-cloud-storageinsights,google-cloud-support
Libraries: google-cloud-backupdr,google-cloud-bare-metal-solution,google-cloud-batch,google-cloud-beyondcorp-appconnections,google-cloud-beyondcorp-appconnectors,google-cloud-beyondcorp-appgateways,google-cloud-beyondcorp-clientconnectorservices,google-cloud-beyondcorp-clientgateways,google-cloud-biglake,google-cloud-biglake-hive,google-cloud-bigquery-analyticshub,google-cloud-bigquery-biglake,google-cloud-bigquery-connection,google-cloud-bigquery-data-exchange,google-cloud-bigquery-datapolicies,google-cloud-bigquery-datatransfer,google-cloud-bigquery-logging,google-cloud-bigquery-migration,google-cloud-bigquery-reservation,google-cloud-bigquery-storage,google-cloud-billing,google-cloud-billing-budgets,google-cloud-binary-authorization,google-cloud-build
Libraries: google-shopping-css,google-shopping-merchant-accounts,google-shopping-merchant-conversions,google-shopping-merchant-datasources,google-shopping-merchant-inventories,google-shopping-merchant-issueresolution,google-shopping-merchant-lfp,google-shopping-merchant-notifications,google-shopping-merchant-ordertracking,google-shopping-merchant-products,google-shopping-merchant-productstudio,google-shopping-merchant-promotions,google-shopping-merchant-quota,google-shopping-merchant-reports,google-shopping-merchant-reviews,google-shopping-type
Libraries: google-maps-addressvalidation,google-maps-areainsights,google-maps-fleetengine,google-maps-fleetengine-delivery,google-maps-geocode,google-maps-mapsplatformdatasets,google-maps-navconnect,google-maps-places,google-maps-routeoptimization,google-maps-routing,google-maps-solar
Libraries: google-ads-admanager,google-ads-datamanager,google-ads-marketingplatform-admin,google-ai-generativelanguage,google-analytics-admin,google-analytics-data,google-apps-card,google-apps-chat,google-apps-events-subscriptions,google-apps-meet,google-apps-script-type,google-area120-tables,google-geo-type,grafeas
Libraries: google-maps-addressvalidation,google-maps-areainsights,google-maps-fleetengine,google-maps-fleetengine-delivery,google-maps-geocode,google-maps-mapsplatformdatasets,google-maps-navconnect,google-maps-places,google-maps-routeoptimization,google-maps-routing,google-maps-solar
Libraries: google-ads-admanager,google-ads-datamanager,google-ads-marketingplatform-admin,google-ai-generativelanguage,google-analytics-admin,google-analytics-data,google-apps-card,google-apps-chat,google-apps-events-subscriptions,google-apps-meet,google-apps-script-type,google-area120-tables,google-geo-type,grafeas
Libraries: google-cloud-data-fusion,google-cloud-data-qna,google-cloud-databasecenter,google-cloud-datacatalog,google-cloud-datacatalog-lineage-configmanagement,google-cloud-dataflow-client,google-cloud-dataform,google-cloud-datalabeling,google-cloud-dataplex,google-cloud-dataproc,google-cloud-dataproc-metastore,google-cloud-datastore,google-cloud-datastream,google-cloud-deploy,google-cloud-developerconnect,google-cloud-devicestreaming,google-cloud-dialogflow-cx,google-cloud-discoveryengine,google-cloud-dlp,google-cloud-dms,google-cloud-documentai,google-cloud-domains