chore(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cachetools | minor |
==5.3.2 -> ==5.5.0
|
|
certifi | minor |
==2023.7.22 -> ==2023.11.17
|
|
charset-normalizer (changelog) | minor |
==3.3.2 -> ==3.4.1
|
|
google-api-core | minor |
==2.13.0 -> ==2.24.0
|
|
google-api-python-client | minor |
==2.107.0 -> ==2.159.0
|
|
google-auth | minor |
==2.23.4 -> ==2.37.0
|
|
google-auth-httplib2 | minor |
==0.1.1 -> ==0.2.0
|
|
googleapis-common-protos | minor |
==1.61.0 -> ==1.66.0
|
|
idna (changelog) | minor |
==3.4 -> ==3.10
|
|
protobuf | patch |
==4.25.0 -> ==4.25.5
|
|
pyasn1 (changelog) | minor |
==0.5.0 -> ==0.6.1
|
|
pyasn1-modules (changelog) | minor |
==0.3.0 -> ==0.4.1
|
|
pyparsing | minor |
==3.1.1 -> ==3.2.1
|
|
python | image | minor |
3.11 -> 3.13
|
requests (source, changelog) | minor |
==2.31.0 -> ==2.32.3
|
|
uis/devops/continuous-delivery/ci-templates | repository | minor |
v4.4.0 -> v4.6.0
|
urllib3 (changelog) | minor |
==2.0.7 -> ==2.3.0
|
Release Notes
tkem/cachetools (cachetools)
v5.5.0
===================
-
TTLCache.expire()
returns iterable of expired(key, value)
pairs. -
TLRUCache.expire()
returns iterable of expired(key, value)
pairs. -
Documentation improvements.
-
Update CI environment.
v5.4.0
===================
-
Add the
keys.typedmethodkey
decorator. -
Deprecate
MRUCache
class. -
Deprecate
@func.mru_cache
decorator. -
Update CI environment.
v5.3.3
===================
-
Documentation improvements.
-
Update CI environment.
jawah/charset_normalizer (charset-normalizer)
v3.4.1
Changed
- Project metadata are now stored using
pyproject.toml
instead ofsetup.cfg
using setuptools as the build backend. - Enforce annotation delayed loading for a simpler and consistent types in the project.
- Optional mypyc compilation upgraded to version 1.14 for Python >= 3.8
Added
- pre-commit configuration.
- noxfile.
Removed
-
build-requirements.txt
as per usingpyproject.toml
native build configuration. -
bin/integration.py
andbin/serve.py
in favor of downstream integration test (see noxfile). -
setup.cfg
in favor ofpyproject.toml
metadata configuration. - Unused
utils.range_scan
function.
Fixed
- Converting content to Unicode bytes may insert
utf_8
instead of preferredutf-8
. (#572) - Deprecation warning "'count' is passed as positional argument" when converting to Unicode bytes on Python 3.13+
v3.4.0
Added
- Argument
--no-preemptive
in the CLI to prevent the detector to search for hints. - Support for Python 3.13 (#512)
Fixed
- Relax the TypeError exception thrown when trying to compare a CharsetMatch with anything else than a CharsetMatch.
- Improved the general reliability of the detector based on user feedbacks. (#520) (#509) (#498) (#407) (#537)
- Declared charset in content (preemptive detection) not changed when converting to utf-8 bytes. (#381)
googleapis/python-api-core (google-api-core)
v2.24.0
Features
- Add automatic logging config to support debug logging (#754) (d18d9b5)
- Update recognized logging fields (#766) (5f80f77)
v2.23.0
Features
v2.22.0
Features
Bug Fixes
- Add type hints to ClientOptions (#735) (b91ed19)
- Improve
Any
decode error (#712) (0d5ed37) - Require proto-plus >= 1.25.0 for Python 3.13 (#740) (a26313e)
- Switch to unittest.mock from mock (#713) (8c53381)
v2.21.0
Features
Bug Fixes
v2.20.0
Features
- Add async unsupported paramater exception (#694) (8c137fe)
- Add support for asynchronous rest streaming (#686) (1b7bb6d)
- Add support for creating exceptions from an asynchronous response (#688) (1c4b0d0)
v2.19.2
Bug Fixes
v2.19.1
Bug Fixes
- Add support for protobuf 5.x (#644) (fda0ca6)
- Ignore unknown fields in rest streaming. (#651) (1203fb9)
v2.19.0
Features
v2.18.0
Features
Bug Fixes
- Add _registered_method to grpc ChannelStub (#614) (5eaaea8)
- deps: Require proto-plus >= 1.22.3 (#626) (4fed37c)
v2.17.1
Bug Fixes
v2.17.0
Features
Bug Fixes
v2.16.2
Bug Fixes
v2.16.1
Bug Fixes
v2.16.0
Features
v2.15.0
Features
- Add support for Python 3.12 (#557) (091b4f1)
- Add type annotations to wrapped grpc calls (#554) (fc12b40)
- Add universe_domain argument to ClientOptions (3069ef4)
- Introduce compatibility with native namespace packages (#561) (bd82827)
Bug Fixes
- Fix regression in
bidi
causingThread-ConsumeBidirectionalStream caught unexpected exception and will exit
(#562) (40c8ae0) - Replace deprecated
datetime.datetime.utcnow()
(#552) (448923a), closes #540
v2.14.0
Features
v2.13.1
Bug Fixes
googleapis/google-api-python-client (google-api-python-client)
v2.159.0
Features
- adsenseplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0997ad494d8d4dfde65bd71f4a89a745d15a15eb (e602055)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/34ac9278028091a338d5e9f73620de871b8ee32c (e602055)
- authorizedbuyersmarketplace: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3d2f4c7d6d98de9ad1314c2277c3019977f93288 (e602055)
- cloudasset: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a0e09eab498db9213fe5bbf6b578af20d481aae8 (e602055)
- clouddeploy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ff08068e042d0aaf7c0cfbdf3235c2af59e84165 (e602055)
- cloudfunctions: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2f935104a457a3396039495322ee81949ea1c2b6 (e602055)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d6bb1abbcd7cdc4e45924c5a23b4f366196c6186 (e602055)
- contactcenterinsights: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e0f3352c2e63ea776ed1e837eca0d48747db0c08 (e602055)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/492ad8bb3c7a71d1bab6231dbf4114018a4a1181 (e602055)
- dataflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7bb34659d88cd5f8d8296bc9955530a695bf3888 (e602055)
- datastream: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b252f4369b6fa8a7acea9de62e66b0e013e06d58 (e602055)
- deploymentmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/460f60cad1491baf51ab6e4e2b24cf012100dd36 (e602055)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a45e17acb1a362b6c3fd6148bfcc0f41d879b9d8 (e602055)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9dacee6be14e4308358d0105f3a3edf52b7fbc2b (e602055)
- dns: Update the api https://togithub.com/googleapis/google-api-python-client/commit/88a762de866fc5d209d65753163c1dacb285f273 (e602055)
- eventarc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4776283cafc2be4bc72acb908a4b3cec6b5682d3 (e602055)
- firebasedataconnect: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d489f0bf8ab557f0baff479f44d52ffdb43f8e5d (e602055)
- firebasestorage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/de1000eecf239343611cec78f89d0143642697f7 (e602055)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/58f7115558c80076585fa2ca0435432cf6eb7653 (e602055)
- iam: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a4d0aa346edae21464840391db0eff8f5359f728 (e602055)
- parallelstore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/29e979ee0b0d2f24a2c422ae727403ed301371b0 (e602055)
- pubsub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c6eb932e7c3d1707c94fb6a4a8ef983c1c010ad9 (e602055)
- redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/40b43d8cf1f3551e3ca4af131b26e076d8bca7bf (e602055)
- retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0812aa4431cbb79c74bcd4003a7c29cadc799d10 (e602055)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8c6c5ae951646407410ed21270263140968bcff8 (e602055)
- servicecontrol: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ff561b575d6d625ce815e961be373b75c2ce6504 (e602055)
- tpu: Update the api https://togithub.com/googleapis/google-api-python-client/commit/35758ccd3da8b26f09704830415798db6c6ff7c9 (e602055)
- workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3c2e6bbbf604723db102dff74f22cb656a97324a (e602055)
- workstations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/df4328dd2bf9f12f553e81de1ab4704157634f5a (e602055)
Bug Fixes
- cloudbuild: Update the api https://togithub.com/googleapis/google-api-python-client/commit/626858d273e366f060667c0b2f1a80a7f0925d41 (e602055)
- cloudkms: Update the api https://togithub.com/googleapis/google-api-python-client/commit/99e5975929feb66b2f89f0ec28b3862e833fe5a2 (e602055)
v2.158.0
Features
- adsenseplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2e08aa478378c61ad8051bef05ea9ced6c9b5208 (5313113)
- analyticshub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/be62507dcd0ce2cc5c70a84b768c1e7dbebdc180 (5313113)
- androidenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b2db0a32020e3bc10f05931ec6c3a14a405b289e (5313113)
- chat: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a00cf4154f2dd1dd4a3456bf484c534c93879c27 (5313113)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ee7ce06b6aa5adf11ec2ee2119148e0dc9252838 (5313113)
- datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f6ddabbb69af5fab6b590c070cdfabf8c1e61d64 (5313113)
- deploymentmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/79e1bcbfe6c44f1e71125c5ebc61c1feef3a40de (5313113)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e788b57c719f562843c143ec8750140e826ae194 (5313113)
- serviceusage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0ed3e908aec5579ea878e653b69f9a0bcbfcd1ce (5313113)
v2.157.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/586d03ac1ca90f768b7573c17801be5d065043e0 (d37d28d)
- androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/08dda6ab15d46b817b37cfeb0e5e5b81fa93b9b1 (d37d28d)
- apigee: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5b97819fc8f2722bf7ca86fbed8021a9d716f80b (d37d28d)
- chromemanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9eee0e160c800d86a1c66c9d35746c772cf3ab0e (d37d28d)
- contactcenterinsights: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f1048c4a31a6aea7627fe15aa86565a4836e6dcf (d37d28d)
- content: Update the api https://togithub.com/googleapis/google-api-python-client/commit/61b88d9a325d098b6b89f43430420786af610c40 (d37d28d)
- css: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fabf80aacf28ea022769f7addcf0803173860ac3 (d37d28d)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/77f15ecb61727813293c52de7d84a44496e9872d (d37d28d)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6071a560bcc8c89248b9ff01afdc06edff09e9fa (d37d28d)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/aa403c06b86eed88e21973fbf792695763cf2b46 (d37d28d)
- jobs: Update the api https://togithub.com/googleapis/google-api-python-client/commit/87ee3fcd1fd6e61a525021f1ad2979d135409731 (d37d28d)
- merchantapi: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9aa6d7df78c8ce5d4696b1ebeee08579441c83fd (d37d28d)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d4e117f177cfd4bcf79a65643ca80def91e76d5b (d37d28d)
- monitoring: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1c9b5fac5192b25a0140cced2c253982bcafd9c2 (d37d28d)
- retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ca62bb90fa174868bffd436246bc2c0b58f7d586 (d37d28d)
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1bd9d5f20a666873039c8b24bda97471a2e7ebcf (d37d28d)
- translate: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3302f9c8cba95e29cbe95a595f4a2a01b111a113 (d37d28d)
Bug Fixes
- dlp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b3975ec00637c1c9bccd1a2427b98e42a3199f4c (d37d28d)
v2.156.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0fbab090c86f7d713e53999fc677ccd1bd6a7d4a (8dedfbe)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c96427663cd7586b4cfee8a27d63f5fdf1346059 (8dedfbe)
- artifactregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8d0b829898a388d98e618d739fb5826c165dea92 (8dedfbe)
- assuredworkloads: Update the api https://togithub.com/googleapis/google-api-python-client/commit/babb16c8212bce1b47d6e68163dbe9634e0994ce (8dedfbe)
- backupdr: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4c3708d744c4bc927898c71dde476a142e68583e (8dedfbe)
- bigqueryreservation: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d0440733cf1abd0ca108efe26387d280d2363b9b (8dedfbe)
- chat: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d55bedd5bc4e4f51d536c2bbe878590b9f7edf8c (8dedfbe)
- cloudbuild: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2c59d35bbca6ba0332383d1239e66c9592e11783 (8dedfbe)
- cloudidentity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8611287c987b6cb1b1215634cdae5fd8b814befd (8dedfbe)
- config: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c24589101a94cd10146e1b8ba00953c341d27b2a (8dedfbe)
- contactcenterinsights: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8d6384e7594437ebc8eb7c63bc64e59dd7d47195 (8dedfbe)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cf47608a01fda94e0ee784b975f9fdfc60551b52 (8dedfbe)
- css: Update the api https://togithub.com/googleapis/google-api-python-client/commit/57b49f15006326de4c59a42ad3f0958c0e814896 (8dedfbe)
- dataflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f06410352c39947888a9a5b8c3f8c2f2af2717d7 (8dedfbe)
- datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/283d79d092fafdf1eafc70fa34440be83f0f50aa (8dedfbe)
- dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/deb509a4ee35381c0d9ee663ef8a6ef62748449f (8dedfbe)
- datastream: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d0e9430f072b7b5ca1d78a80e145d95e45e5ce2f (8dedfbe)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/939d19613aa9b7230470c0da1dc42cb478e4461a (8dedfbe)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7382301efa7da540ec145dc5bd4b0430eee8ccc8 (8dedfbe)
- file: Update the api https://togithub.com/googleapis/google-api-python-client/commit/207265e8f1e722955810deb4f55043ef957c736a (8dedfbe)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8d1e066c08a7c11bbf2a6552de47238e001acc1f (8dedfbe)
- healthcare: Update the api https://togithub.com/googleapis/google-api-python-client/commit/421a937bd2ac9ebc3b916e9d46f50b1924ddc2e7 (8dedfbe)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/07c58f8ad6d69d2403b24d68d43c32eec1725631 (8dedfbe)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5d134758b02e03c11779bfb17fff3f9288f003dc (8dedfbe)
- netapp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/67550b115c3dad868176f571d33e209c4866d53b (8dedfbe)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6f1d8051344ed79b92e6f79abff4f0ab19e53d6e (8dedfbe)
- notebooks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d0837350711d47c8187e962a7149c7395f9c9354 (8dedfbe)
- oracledatabase: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8fb19ea990b0b494fd778a7c42eb50df0096c843 (8dedfbe)
- paymentsresellersubscription: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f891c7e82a3a9e74e0dca3ab654f56f7f23d7eb0 (8dedfbe)
- privateca: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8f7e7cd55d04e260c6f665907e07979295a1e809 (8dedfbe)
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/024a0ec595e1d1f0cff4d5095619f507c2de2e6a (8dedfbe)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0a137f331109f6ec34c3f52f9f305dd0d7ddd75a (8dedfbe)
- servicecontrol: Update the api https://togithub.com/googleapis/google-api-python-client/commit/96572b5a4a1921342f3d48f5721cf37749787d2e (8dedfbe)
- sheets: Update the api https://togithub.com/googleapis/google-api-python-client/commit/297f497837a6d40470b27b30da5f6d1d3be69fe7 (8dedfbe)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5cf231be6e2dbbbe9046e9dfcd497cf68b6bd0df (8dedfbe)
- storage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6cbba22a4066da5a48200d1bb4ce4f48521af86c (8dedfbe)
- workflows: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a2188e92aae520458a8dde5c46cff1f4ce3c71c6 (8dedfbe)
- workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2b6e6ead6d60bcb05d251e3ecdfa5f949890c2bb (8dedfbe)
v2.155.0
Features
- admin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/579c1388ffcf5fecd903896a4f5640b780a5f4a5 (7b0016e)
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d50ae63492a92097d249a25ab5bd139ac6d1424a (915b08c)
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e23053832e761b9b52ceb74ae8934968a6a81e37 (52ab819)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0592fb72a06a042f685758cafa46c1452a4d65cf (52ab819)
- analyticsdata: Update the api https://togithub.com/googleapis/google-api-python-client/commit/323f3e57028c2ee9468b777a7b1c279c6b7757bd (52ab819)
- androidmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cb1471a8b648ee5d555e9f28fc34cc2f65189910 (915b08c)
- androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b7070f2b82b712a1b8e3484f01e8e565c333a7d4 (7b0016e)
- apigee: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1c543a0842bdff312f5f8afa0520f0b6d6776a31 (52ab819)
- appengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/56c9ef728ba94a48c1e6b7e8b85ecec1529398ad (52ab819)
- appengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/57d4127949d018b9efe8739d1f26aea13486e924 (915b08c)
- bigquery: Update the api https://togithub.com/googleapis/google-api-python-client/commit/198e957680c1b12218e57c5f5061feb9852044e6 (52ab819)
- checks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/de951c3c2b336f1736ed21df3e0fd10be44b4eaa (52ab819)
- checks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e1f199b949c1005983e2affd79cd8d68acbb908c (7b0016e)
- chromemanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6e4eaaeff5e8298723db83db353badb878993fdf (52ab819)
- classroom: Update the api https://togithub.com/googleapis/google-api-python-client/commit/689741cb10db3b8dc9975a0c971de36a38d42a67 (52ab819)
- cloudidentity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/befe5be78828dfee6d3dbd00339b7f7ad248dc41 (52ab819)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1cfe5429aed394e5ce62e6899318f8522d019c4e (915b08c)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/99697fdc55812843027c466152fc491e1669b039 (915b08c)
- contactcenterinsights: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9a2e3f12f62839106f4d0b9012e8bc14f81fdc61 (52ab819)
- contactcenterinsights: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bc8379171ff238af1d966f249593ad49ddaa6cee (915b08c)
- content: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b0a07b8b67038a9df1f7267c36a4b96e59bdc103 (52ab819)
- dataform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4f0c614559ee4e9db10c7e73818a8eab2f4ac786 (915b08c)
- datafusion: Update the api https://togithub.com/googleapis/google-api-python-client/commit/165fb78a7e6aa9c631c8ce76828d6dd35f97c196 (915b08c)
- datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1c1bcd25322e544a115f7add9322ee9e0871c591 (915b08c)
- deploymentmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/199c8117845c23ba083c4c30d34df020b608daae (52ab819)
- digitalassetlinks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cf449454bb7f48478d0c87dc60971091afb0bb6a (915b08c)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8a30c6c557bf1f24e6578cf00d07d1a802324c13 (915b08c)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a734566b1b29103cb5f5e252e7fe2b7a7c05fb30 (52ab819)
- eventarc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dde23ec8cf9dfec696244dab418897a9f7c228d2 (915b08c)
- firebaseappdistribution: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c195e5a27c7c84de78deafbbb5e885bf6e735189 (915b08c)
- firebasedynamiclinks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5b8f7a7a526d8844f70f4ce441336fdab8072f1c (7b0016e)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1c0258e84951c14c23a52924a4cc07d06228b169 (52ab819)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ccd8de6cba324afa2b07117ad49200e297b9a39e (915b08c)
- forms: Update the api https://togithub.com/googleapis/google-api-python-client/commit/60696736e8b42049dcddccbfb17a24cb495f2fc0 (52ab819)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/84fa3b1bc28637c1f97ec7523e6389232b8b82fc (915b08c)
- merchantapi: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fdd69d7bf108494ed5a22e7e8f30951ed30ebb8e (52ab819)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d97ac2b3dc5684fe82fda2e0853b6af5b108c475 (52ab819)
- monitoring: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7f1c6373b2cad026946fed5e9337cc91061d775f (52ab819)
- netapp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/28ac561addaa5add76eb344c97b0ff7a6f808a8e (915b08c)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/edf014bc9a8c7799ca6fce08c011e6bea5dd9aa5 (915b08c)
- networksecurity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dbe06d2872341d65dd13a2da41f6f7ccb42dab31 (915b08c)
- orgpolicy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2da03fb83a1bf6e0b5116f6e7d2b2ffdcfceece9 (915b08c)
- playintegrity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/966b2cad19071162de39686a442c6f662402729d (52ab819)
- playintegrity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d24fe34647864d933587db616c7a892a2a14d00d (7b0016e)
- policysimulator: Update the api https://togithub.com/googleapis/google-api-python-client/commit/361668856a2d35c7bc23b429ba6acc7851807bac (52ab819)
- redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8cb616f399bf0ae0942681ecdc50d95e55c16ace (915b08c)
- redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c222b940685e79253c6fe67d354ef02e8a983306 (52ab819)
- retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/15162a868286f209d2604e45ace5f5db33339bde (52ab819)
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a32f5436e2977212edd500af7a9f474c06cfe734 (52ab819)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/380eee35b19779f3476e7cf836ad776846b2111a (915b08c)
- serviceconsumermanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2a30279689ef1eb538e20a6062f2e1c1b81b75ba (52ab819)
- servicemanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4c20798c57f262378436928d557e232de757a98c (915b08c)
- serviceusage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0a24948b3a748ab2303bede21b959f4e0947c916 (52ab819)
- tagmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f9a5997cb3679fae42afdffb6ad8f2f5e64db439 (915b08c)
- toolresults: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e7a05d48b67102459c895f229a7ce22aa692f394 (52ab819)
- walletobjects: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a06dc242df297b430bc2c6d50fb5be46742910eb (52ab819)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7b6d3428a40a67f7e35994d8e5bdccf12eff901c (7b0016e)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d24dff5a2a6c44f6c9b234d61258a4adf1a40c28 (52ab819)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ff3d46ed74cd4b89c608f499a4bec96f57cd2421 (915b08c)
v2.154.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/357c35b8ff2c33521e501805c83a4fdea928b304 (82bbd8c)
- androidenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/546317597b6a85d5cdf5eba1fef6a689bdf3107a (82bbd8c)
- beyondcorp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8840432a89da69398c8211e85fdd1ea7d79ad859 (82bbd8c)
- cloudsearch: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ff999632b837b927324505f751c71c96f429337f (82bbd8c)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/70279117137ad393a566038713f5f4a716760c83 (82bbd8c)
- contactcenterinsights: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e0be4be5ed066c518ad876917b0880c0c837d68e (82bbd8c)
- datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6a3e22fb3df477a69b76bbdcd3cf58ae8e17d975 (82bbd8c)
- deploymentmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/17d6202d084151fbeec6708b1c5776c910dc8213 (82bbd8c)
- digitalassetlinks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9af1e3e125cb22bc255b461c478df36966e5effa (82bbd8c)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/58f360587d895696e8b1a92ea64d5c27fb0d63b9 (82bbd8c)
- drive: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2efd3a0749bb2964dc919943538101dd1eb3122f (82bbd8c)
- firebaseappdistribution: Update the api https://togithub.com/googleapis/google-api-python-client/commit/df524831dc58295050bc68e42db74ad73c588c9f (82bbd8c)
- firebasestorage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/eb5c6c1ff0ce5200bffdb0982cefa698fe7ac7ba (82bbd8c)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a3d7bf9cbaefc6b4924b5af2d3a4c8e667eb3f0b (82bbd8c)
- gkeonprem: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f221440ed97aad81294f0fb3c0122e3b97dae94d (82bbd8c)
- netapp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6f51005e8820e48f4f6430f343480afcc9aaa5b3 (82bbd8c)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/69c49f0b94155c2486a641dd8b9c8375b694171f (82bbd8c)
- networksecurity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4157413c36ea1786060c35e8d53b0c78a4e9a650 (82bbd8c)
- networkservices: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4d89430caae4d332e6036b0128b3fc8cd5bdc804 (82bbd8c)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0780c45ddfd014ff82eeda1ca82755318cf6e6ac (82bbd8c)
- servicemanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9f5258ccd5595e2a88a19ef232b9d69c812a6cd4 (82bbd8c)
- servicenetworking: Update the api https://togithub.com/googleapis/google-api-python-client/commit/026ea82298cefff33cc3f7ebefd28f5aad33142b (82bbd8c)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bfb2b7f93a569ed2f76bafb1156d2436cd490c86 (82bbd8c)
- storage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f78a5efd801b5ae552b86b6339e2acbddf9c7938 (82bbd8c)
- sts: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ea0f36f242069881bf3e35e83fc3def2004be558 (82bbd8c)
- walletobjects: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8cfdee59d177430c018e8c043de20a4b05d4932a (82bbd8c)
Bug Fixes
- datalineage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fe4ac005e4dd2900865cfd2e9813c4a0b974c12a (82bbd8c)
- speech: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9b0e144256a243a0a8a11af774280fc1608001c4 (82bbd8c)
v2.153.0
Features
- accesscontextmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bd3d8f58e06ff1818cfcaabe737f24b267957bda (7783798)
- calendar: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2d88d4f0289f024b74eb818c41fb7035304db644 (7783798)
- chat: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f7ba9138589bfc5506baa73000b1bc82991137e6 (7783798)
- cloudchannel: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3fd0d738d8fd6f9d26d8745db368d8084e51961c (7783798)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0ec6e073ae8625a0f61b5eb80c718697b53db589 (7783798)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8e4181d9b59aeb0ff11abba589f879fb518f82e0 (7783798)
- dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b571016dc4da99857a165c568e5b4a4ded0c1927 (7783798)
- deploymentmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/144b3d1267bcbebbf5b02bfaabab6e61e2275b39 (7783798)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/376be8fa5e44c5a17cfb47bb39c9db7d56ee0f96 (7783798)
- fcm: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9e9582ed637921a4aa940a8b0be5e954c0c00014 (7783798)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/df6252a136e13208cde77f3f995bd2a57604f67a (7783798)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1acf476cf9d502121e2ddae91fd37417f49b2adf (7783798)
- networkconnectivity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/af889b96e5759f0a717c6545ccd59dd72677742d (7783798)
- paymentsresellersubscription: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d657753268322ec16e9b39afabc9a74a99a74d40 (7783798)
- places: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1a93219dbc646d0a533aa7b20c5649234062a40f (7783798)
- searchads360: Update the api https://togithub.com/googleapis/google-api-python-client/commit/40e2bc76890f991c55e29dbc619fb46bb140e1b3 (7783798)
- servicenetworking: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7cc693dbd4bed3d6d790509eba3f7756602388ec (7783798)
- testing: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6158b31cccba3c3e78046a15cd96bf71f1688b49 (7783798)
v2.152.0
Features
- accesscontextmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f2e314b119cedd5d66b0032d60e70c4a8daf6bb9 (dba5822)
- admin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5bda041fd412716b5684ee98fd1798b8c4b7b29c (dba5822)
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/477d209fc46d85f7ac5384faef9f9537d85c422d (dba5822)
- analyticshub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2e8f827879892114930b2f973b1bc42d7e9dced1 (dba5822)
- beyondcorp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a7947120205705a0d4d10de082e7f46fc10a6edf (dba5822)
- clouddeploy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9f46ad86f2ca66f78325b30b897690435f1196fc (dba5822)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/396f9dca70263bca2c0c2959ed333192c4785120 (dba5822)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d35e92ef9e86dc1d494299a942f9e45aad6638a9 (dba5822)
- dataflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6768b1f50b67aebb3ed19251101e545ce8b457d2 (dba5822)
- datastream: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cdea035fc31dbdf929e9b6163417a9ece6b4dc66 (dba5822)
- developerconnect: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d200c2ce1d4c280a5d214f74d301c7b3dd502450 (dba5822)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d805cf2f5a85ffdf3c0e1784c243dc41b6a0b8f3 (dba5822)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cb59b84af6e4422494c730775ff8ed2a67fc9cdf (dba5822)
- firebaseappdistribution: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bb87986fb57af4fa7d1dc62290667617a61ea973 (dba5822)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c4ce0d990967cc3de53ccb3870950d2e12bcaf54 (dba5822)
- gkeonprem: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cf051473a2096c9be43355b622a65777011c4080 (dba5822)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/46b6cf4d16e9db27e2b3cf486b80daa6af0c1000 (dba5822)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d5e3d41c95cd43d1ac923f3e05a8f55eab9ef59f (dba5822)
- serviceusage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5f01e669132826613b2329369f79d246b3fbc4f8 (dba5822)
- tpu: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0b9b48260f17a3b5675cbd88dc3dc0c63dbcd400 (dba5822)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ef091d560f62d9f9bcbd629d355125fd91362a57 (dba5822)
Bug Fixes
- translate: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b61649bddc2ddece3f2eda06ebff98a0a4f16b7d (dba5822)
v2.151.0
Features
- accesscontextmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e14af7ebaf54be58a4aed33c1936b6070fa62be8 (0bb7d45)
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b153244e0f9a4f5c4728baff9d8d98156e2c030c (6be1886)
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b7719632dbb1696b7490388901884b8341bd3cab (0bb7d45)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/da05a7165618b8de12e89450786bedd29beed0b7 (0bb7d45)
- androidenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ddc111637d707ea4cc2682694146d1bb5fffcb30 (0bb7d45)
- androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b3a28a1f8b6200897974c8eb3983f54fb63b4036 (0bb7d45)
- apigee: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0e8a38db548aadeb0125db1b9b7730ee7f26685f (0bb7d45)
- apikeys: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3fd2abd021910436aaffcf33cc0d886f0e74c648 (0bb7d45)
- artifactregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/269857bc31732251a1b74d60f89686144a56edd4 (0bb7d45)
- backupdr: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3ece908abf090a2c6f335e5e3f1159683bf3d0d5 (0bb7d45)
- beyondcorp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/27b0b6e1b1703873868158fd098a972eef4cbe3a (0bb7d45)
- bigqueryreservation: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f1a8f6ee6a0dbbedd8d3367f282687b027d57f5e (0bb7d45)
- bigquery: Update the api https://togithub.com/googleapis/google-api-python-client/commit/81d25632960740805af355ae1303006ab6caa99e (0bb7d45)
- chat: Update the api https://togithub.com/googleapis/google-api-python-client/commit/846835a5741f7ffef23480e47defd85a9d0e83a7 (0bb7d45)
- checks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a8cfcf22cb51772aea978eac8bb80fa313bacc74 (6be1886)
- chromemanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2615f4a218b22f0d86057de4c388bddeca7a9327 (0bb7d45)
- cloudbilling: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5c5949cb9b33e8d039afdd55cd2da336ae296123 (0bb7d45)
- cloudbuild: Update the api https://togithub.com/googleapis/google-api-python-client/commit/53a22f02b587146f16592a0a7508505487f4dedf (6be1886)
- cloudchannel: Update the api https://togithub.com/googleapis/google-api-python-client/commit/aeb0ab95f00e1d357aaa7ceb6e429d035dd6788d (0bb7d45)
- cloudcontrolspartner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/325809e5a34ca3cdb15177a2b0a54aeb3f9ba917 (0bb7d45)
- clouddeploy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3f67597ba2e996b3f622ba0c50c2403bf5805c0f (0bb7d45)
- cloudidentity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/72f5b00edf9fc25616534b8077fc1923c8d2ae76 (0bb7d45)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/148f5da14f8140e4b72c0aa8aa276d6a0c20a74a (0bb7d45)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8fe597511f9d281d1d7a1f8ff512dee545d9014c (6be1886)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3fed47a5796b3e3d54f74abe503dc27e7cfa1e1d (0bb7d45)
- contactcenterinsights: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0b56d36c5ae4481856ebeffc266b89d983f95a1d (0bb7d45)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/57f7b96a88f516e04663358c0accfc971c9da764 (0bb7d45)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a694aa604a1b4237ffcd764df4cad69d8725c7f6 (6be1886)
- content: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d40c2ba5678d1cb9347a57fc346f967b5b697032 (0bb7d45)
- datacatalog: Update the api https://togithub.com/googleapis/google-api-python-client/commit/32ae0dc0bf9968faeed68bbb032cef65315413ce (0bb7d45)
- dataform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f4e5bebd903bf0cd45630edb09d260c2d1acf144 (0bb7d45)
- datalineage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0739212f1ef111199ff9ca0dd0f8a3382b10dc0d (0bb7d45)
- datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/296431460f52578f5236ce88a056d121feec265c (0bb7d45)
- dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/137211057467d0db0b60391b7420a24fd4400568 (0bb7d45)
- datastore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/76d4fe0f8d400c7e4c0ca01417fa799120ed34e3 (0bb7d45)
- developerconnect: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c747f8196ac79af9cffc393b2683cac75fc6cc85 (0bb7d45)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/27ab33ad27d5ee2e90f2b2198ff8e0890a4f1ab1 (0bb7d45)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3d4eb75730bd4d210b013e44ed0a50a7bb48af66 (6be1886)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6597a43315aab0d7ef8307421cc2ba06ff8edfdb (0bb7d45)
- displayvideo: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3c56c4cacbd66444c6af053aa31bf6dec42ca15f (0bb7d45)
- documentai: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5e921a93312f7e6f52a5315d1ea9882a688542d1 (0bb7d45)
- eventarc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4b5d15ffac6a06713df0bb991d3d23eefafedf25 (0bb7d45)
- file: Update the api https://togithub.com/googleapis/google-api-python-client/commit/79f1fe611bce8e78f4cac34cdd47065edea5f8ba (0bb7d45)
- firebaseappdistribution: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0c26fecd76cc5b49357989ffa90ef1eac8e3b692 (0bb7d45)
- firebaseappdistribution: Update the api https://togithub.com/googleapis/google-api-python-client/commit/832401daefb81e7aa966179744d1f3ff453281ce (6be1886)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e5fe518c92fabc44c314d6a4d40d8052a0737cbc (0bb7d45)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b6da10bbf6534e89774a5711133423b792f89239 (0bb7d45)
- iamcredentials: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d29235d7733ffd9b7b16b5232cf785a2c668a5ca (6be1886)
- identitytoolkit: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d7f6f8b70361d19d02afcd9eba3d873402bafdb7 (6be1886)
- identitytoolkit: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d90974fabddf5d11da4d04f376ae341d479f1eb4 (0bb7d45)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/68699a690716285d7af1d1d5c6e38064ede08fc6 (0bb7d45)
- merchantapi: Update the api https://togithub.com/googleapis/google-api-python-client/commit/aa018c109590f61db3af3af85f95f7b6237398c4 (0bb7d45)
- networkconnectivity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/294310fe9dc916e3f5901ec29a2c7b68edde784c (0bb7d45)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b36bbc3b27a7410f08ab08da92ee41f060d0a837 (0bb7d45)
- networkservices: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f82d43c28f703e1f0bca0e86f6e2fd4dffafe9d8 (0bb7d45)
- oracledatabase: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4d0c8caab8fe486d173b27374a10a8fc1e643d98 (0bb7d45)
- orgpolicy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/958396b46a65f56349dde50e7cacdea5d3862b21 (0bb7d45)
- osconfig: Update the api https://togithub.com/googleapis/google-api-python-client/commit/968cf5a13171318542e7ad271ec95042c8c1461c (0bb7d45)
- places: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ecbf5838271506387683be17e0722a901121cff9 (6be1886)
- places: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fd482aae8b2e52eecb09dad21c67958dc89412b4 (0bb7d45)
- recaptchaenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4324b140ed166e6c87bc9763303002165818bda7 (0bb7d45)
- recommender: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8f71a489e2de5b23cce3b1a186300936ba1afb8a (0bb7d45)
- redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b18b29fb8308e27fc5bc14319244b106fb7105d3 (0bb7d45)
- retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5149749b619d13a3e16f0a4e21176f4b12bef41c (0bb7d45)
- retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/eb919ff3667b351f828bd5a86fd2cacd1b9b2e25 (6be1886)
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4975f964aa9667c8413efe05c11746be6ffec47e (6be1886)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8098367a9666694ffa8cdb2b32b25c24d1ae4922 (0bb7d45)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e0dff0cd57e15a4630b83303b2914842cf37dc2a (6be1886)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4f40ad990e69247d4256c0f3d1bcad87dfa232f8 (6be1886)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ea073f91481a8b03b58524e120c37be5b5a48a6d (0bb7d45)
- speech: Update the api https://togithub.com/googleapis/google-api-python-client/commit/93d4fe8f6f7b366141b8ccdadaf00b4a6729f2b3 (6be1886)
- texttospeech: Update the api https://togithub.com/googleapis/google-api-python-client/commit/45e5644cb659e790ac6da295d77c072a76dd2f38 (0bb7d45)
- tpu: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a1fd085bcf3fc0bb698b2c61e858ab55870cf8ac (0bb7d45)
- vmmigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/682f5c2a1bed83645a45abb3c23a31257f80534a (0bb7d45)
- walletobjects: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ac449e150e3fe0c61c568ad5ea79087730e6a2b6 (0bb7d45)
- workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/13022cf6ce9ee082d05872b0d857cc79d4d5b2ea (0bb7d45)
- workstations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9b1e1cbcf8379a3848e9f0a1a269be3dac72ee07 (0bb7d45)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1b1376059b626751f4d9f69399d753c27a59534d (0bb7d45)
Bug Fixes
- composer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3e402f0ff4f16fce3becdeb9543d257313b3a46f (0bb7d45)
- workspaceevents: Update the api https://togithub.com/googleapis/google-api-python-client/commit/878a1cefd3e88c3c9736ae394f2133c87deb6311 (6be1886)
v2.150.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bf8e9269aaa605ef1fefc19ab463616c7257c517 (4c855d1)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c4eb92ce6c666b864707455516db0c84fdaae7c2 (4c855d1)
- appengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/af5ad121035ef9c3f1dab63cc96c149d5e689936 (4c855d1)
- apphub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9dc88cd5d815b074ae9dcb0ccf6b0855d1679089 (4c855d1)
- assuredworkloads: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5c39d8bc4a749a49616429c5c0e841dca3e5858c (4c855d1)
- backupdr: Update the api https://togithub.com/googleapis/google-api-python-client/commit/00ea603ab7db6a61bc46b3137b13317cd92794e9 (4c855d1)
- beyondcorp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c5dc8155a6e45947ad1e814e4f5b7b565dff52d2 (4c855d1)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a2da190b62fce111b85d64269e31ff99a96ac0ef (4c855d1)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d8e8dbcef43f5bcf12f739034f601ca8d753de4e (4c855d1)
- datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ce05f20c9b34285f61c3012458e094d0cafc6f12 (4c855d1)
- drive: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c428cccc59c55c0cb88764bd8e06f539b124bd7b (4c855d1)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0613d82d828c3b28b505d59bb979c04f35cf6d10 (4c855d1)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1c68621a39b8bfcb63081daec46bfbb6846ea5c6 (4c855d1)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d10becb6f833c30fb39166910ac57e1a479acdcc (4c855d1)
- monitoring: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cfd92ec4e2c717b99aeb7e9c8133ef8ad3961b52 (4c855d1)
- playdeveloperreporting: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2f85d8c59aab4764b5d5cece5c739469a83e4ca3 (4c855d1)
- retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fdb5e8ae1c48ec8948ae1827b5cdd4af8c537722 (4c855d1)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/87e6b171a58f1640abb3548f90e223ad91fbd130 (4c855d1)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e974cd42205b66a807017f06136e86c818b9bfbc (4c855d1)
- storage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d8a6456c767c5c3fda2ce8ace3d656ca29da0286 (4c855d1)
- workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bb24af0704b3afffad4e3c183e375de0398e97da (4c855d1)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3bbf27b2f0acb2b7a28f81a787e2aff92f55efb0 (4c855d1)
Bug Fixes
- composer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/20db5f7a3b556930ea0befd26a124a60f9b4e24c (4c855d1)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2e0b806e16128b277d0eeab23a825ee120b22d5d (4c855d1)
v2.149.0
Features
- androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/12accf27b14ce210a79763b4a992969be77a4e86 (3621e6f)
- apigee: Update the api https://togithub.com/googleapis/google-api-python-client/commit/98976690639cb4e26dd14a2ecfb163a816038029 (3621e6f)
- artifactregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b67926ca2a1466b5eb08000a25732a2a4c356e94 (3621e6f)
- backupdr: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6890ede80c01c5a19a11a440862b46d2b3a9b568 (3621e6f)
- beyondcorp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2d7c6c3547d34b16d38235d4fe5c8f60c125b597 (3621e6f)
- bigquery: Update the api https://togithub.com/googleapis/google-api-python-client/commit/545012f098f8b0dfb13a1de12e8da9d02e4bbc83 (3621e6f)
- chat: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7a77a8abbc0023287c2960b498171e4019cb2297 (3621e6f)
- clouddeploy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7d17fc9267efc6341cfe4e891d167476062b245f (3621e6f)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/666ea1412e3d3b46a13baa5930bfdaf13eb9f513 (3621e6f)
- datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3c1f9a0a84c0c6f4585005c92fcfcf39c47df9c2 (3621e6f)
- dataproc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/38b605e8d76c1279ff13a2a064a396f2a0a3e0b4 (3621e6f)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4f2e432a75f08556bcd11298b9d7aa02632d4db1 (3621e6f)
- firebaseappdistribution: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9beb0569c3eaa1f840b4fd6b2fd16690d6f6e82b (3621e6f)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8295bb91d003b3d8f1475fdc5a178e2edaf2800c (3621e6f)
- language: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0b0651fc6f9d61888967837def7bf35fd9e87bc0 (3621e6f)
- merchantapi: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4da81ec26a0b1110447738c62aa1b8d32abc4a3f (3621e6f)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c9e15bad69db15b49fe16113aee0708b72f64d2e (3621e6f)
- monitoring: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d20011907dc747d4ed9fdcf6f448c82749faa876 (3621e6f)
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7db81a1b546c2b2ef95562a25ddaa52bcba7410b (3621e6f)
- searchads360: Update the api https://togithub.com/googleapis/google-api-python-client/commit/34b019673622e0b4300160dd1529ccc0e3f188a8 (3621e6f)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/208aca686f447fb6a0b4880ba8cd8c1301d77b58 (3621e6f)
- texttospeech: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2d7bc0b238ca3a9ed5ccad25221948e1ea30a093 (3621e6f)
Bug Fixes
- developerconnect: Update the api https://togithub.com/googleapis/google-api-python-client/commit/80d154ad5116b25bf919c343abe5541f45da7640 (3621e6f)
- factchecktools: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9040e465dfa143e1f766d11b5cdd38f4a4355e59 (3621e6f)
v2.148.0
Features
- accesscontextmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a9230a6278f2971f46324f49c4c72f8796c8374a (ef0e53c)
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b89632de49a0170250d1a64aca689a4f96590408 (ef0e53c)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7d7c74d75545ace5c72021f71742ee6aa575433f (ef0e53c)
- androidmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/03719e1f6ac7870b97dc6c35ae45fdc882f56a81 (ef0e53c)
- artifactregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/555a93af5ff0e820b685d9002073b2189b2f5b5a (ef0e53c)
- assuredworkloads: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9bd466e53cad730f72f8a03c825b39daea42a99d (ef0e53c)
- backupdr: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2f5cee82bfe436e5322dbad8edcd6886b4e68dec (ef0e53c)
- bigtableadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/88f2ca8958382833c41bdf5f204bdac26fb8435b (ef0e53c)
- clouddeploy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/64dbc1ec98e0b194fb53583e6bb60ce6b488639a (ef0e53c)
- cloudscheduler: Update the api https://togithub.com/googleapis/google-api-python-client/commit/59b835ef88b0f7e2578287945e7c2bd2c2aeb67e (ef0e53c)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1e4c96bedad9e5231a9ba6d8e03cdbc1088fe7f9 (ef0e53c)
- contactcenterinsights: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ae349a479280c0c16f0656c9d9b93f45c43eb0f9 (ef0e53c)
- developerconnect: Update the api https://togithub.com/googleapis/google-api-python-client/commit/544bedf84e1472e9af0aec300d4fc49967f84afb (ef0e53c)
- dfareporting: Update the api https://togithub.com/googleapis/google-api-python-client/commit/be6df7f04c23e587391a5955d3745e1076f3fb79 (ef0e53c)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/39ade191dcf8b6818bd9b35ccced9124eb55b6c3 (ef0e53c)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e8324ed8c7dfa79e23dec28346f63e7e66a09e7e (ef0e53c)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1a7b328185d70d16e1173fd46a6edcb7ce1d47f9 (ef0e53c)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3138697c8609f4aaa6adfd56dcd521986310e545 (ef0e53c)
- memcache: Update the api https://togithub.com/googleapis/google-api-python-client/commit/51532de88760d73ff707951432617214eec19900 (ef0e53c)
- merchantapi: Update the api https://togithub.com/googleapis/google-api-python-client/commit/984ada27e94187ee6c9f65300a76b161c618e23a (ef0e53c)
- networkconnectivity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9339181c9724d131b8ccd78c8568fc738144df27 (ef0e53c)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4163dae4a7d2c206b9c466d32cf7722b5d0f9d78 (ef0e53c)
- networksecurity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c09fee6a73abfefaf6ad2ae81fade88c407aa30a (ef0e53c)
- networkservices: Update the api https://togithub.com/googleapis/google-api-python-client/commit/76359930ff21167ce811db8baada01b3e7c072ef (ef0e53c)
- pubsub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9254ed55b0901f607c9e08ea30d10561bf45c03b (ef0e53c)
- redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d0033f1f73151113e22951336053b2d6f7cb9b84 (ef0e53c)
- retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d0859f4f05d0d36b4d6b8292356d489ec6520279 (ef0e53c)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e7e0d37a015075a3f8f483517cbbda22ec470604 (ef0e53c)
- serviceconsumermanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fb56569623e9852df3065790acb8abf2c2939850 (ef0e53c)
- servicemanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8452c9bcb9865a0e43a5dcffa0603be79b424ffe (ef0e53c)
- serviceusage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1fc90553de3913fe54f24514854b8b3ac5db135b (ef0e53c)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c8bbb4ce9e255c2ad48a5d0af54022ff0c678a19 (ef0e53c)
- storage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6f63085fae4f0a30db9e94dcd184c2552111b06f (ef0e53c)
- walletobjects: Update the api https://togithub.com/googleapis/google-api-python-client/commit/94329371defeed3ad4fd1ce3126c8d1841657333 (ef0e53c)
Bug Fixes
- bigquerydatatransfer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/16e1a12eca37e92f03fe1827333535388307b6fb (ef0e53c)
- bigqueryreservation: Update the api https://togithub.com/googleapis/google-api-python-client/commit/be31889914a0a21716b76fd2cc72deacf3161acc (ef0e53c)
- places: Update the api https://togithub.com/googleapis/google-api-python-client/commit/645e596408ac602972261304bdcf06a68b739686 (ef0e53c)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9aac943848d4e05262a50fc420ffb963a703bf9c (ef0e53c)
v2.147.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a98ec30c0ed3ac32f632638f69f495cbf3c665be (930f0bb)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c8e352ecd6cdaa4a168407a65473c0405d89106c (930f0bb)
- androiddeviceprovisioning: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a079abe0cecd41a9f9377adfbf63a2675e68a748 (930f0bb)
- backupdr: Update the api https://togithub.com/googleapis/google-api-python-client/commit/03cd7e9e23655aab788f55f12a502d5000388cff (930f0bb)
- bigquerydatatransfer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cfe94c54888495b6d1c7512f41b87f50247eae42 (930f0bb)
- chromeuxreport: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f09220b9e7387bcb9040ebf9117920403d114775 (930f0bb)
- composer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3651bad2eef9c9524474d96213ca38a44d24ef1a (930f0bb)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/01fe4afd9a7396266ddd2de6167a14c7adf33deb (930f0bb)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5b1ebb68ea2743bebbff24c081204757bd4d4c33 (930f0bb)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ca3a5b71aae9a2b37f675e85fe61d0acfe3943a9 (930f0bb)
- datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b92c092cdd0ce2cf44d2bdeef2fe70c374c0f120 (930f0bb)
- dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c778bebdd26b105146e60878c8752732c0ab32d0 (930f0bb)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ff0e83e3337996256ac729994180af2b2dc1f5fb (930f0bb)
- dlp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ae1cdfb26ef2419bd89fcdf5925bc6a997714786 (930f0bb)
- eventarc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a3024a70c2c68d4f6b88c4c41d499336081f671b (930f0bb)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8e4579653aad999f4bfea3e3ea422aa04b531e18 (930f0bb)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fc0f18c1a239b0768145adcdd95d79d108ed6e9d (930f0bb)
- merchantapi: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a104d707f66ac0801a9aaea065562ec7e0d2b7a4 (930f0bb)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cbac29bd3df64dc80a548c740b6eb9ef37c8243c (930f0bb)
- networkservices: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7f33d633e8019dfd6662103cfd8c0fe4b911fde8 (930f0bb)
- places: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9b0d7aac56cc0f3745def9a9674f61186177004c (930f0bb)
- redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f429467ba93f8eba02736e66527330e07e6e0497 (930f0bb)
- retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e731bb10759475f959e4487d33d726ede3d3f51a (930f0bb)
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/791f0bba36aa4696568eb8a96a7c5f96aee995f8 (930f0bb)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/665e8f4fac0a46547b786e66500f9342ea40c6bb (930f0bb)
- servicenetworking: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d5cfc5ce55dbdff98c0c3b8b58c1f55482f1131a (930f0bb)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4c728c2e855bfc992b4d07dd1cd3b77c0e77e74e (930f0bb)
- storage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/667799e130d86d7295c35fae123b98fa906758ca (930f0bb)
- testing: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8b681d9fa931dfc2553eab6548a8861143225011 (930f0bb)
- tpu: Update the api https://togithub.com/googleapis/google-api-python-client/commit/763eb25ea434ca1cd3b9960d034eda7ab6d02086 (930f0bb)
- walletobjects: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cfd989a5b83cf12fd3671b871ad96c09d3165979 (930f0bb)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d825a0cc811da01ea843be734b094fc15cce9e70 (930f0bb)
Bug Fixes
- androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/525818e5998dfcc45bc90c4d82e956a075cad51f (930f0bb)
- cloudkms: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6c1fc37695edd1c4f702a39ffc49dad871eedd22 (930f0bb)
v2.146.0
Features
- accesscontextmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b964fd58a92d9ae19bd19dc30e49c6bad2429783 (3440c69)
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a6d415a8c2d2b0712c492d5645c64dd4672b9c37 (3440c69)
- apigee: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0f6213f70c42f69c561a031e79fe98da2b5f765b (3440c69)
- beyondcorp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/056033d3c18e6c4b23da2e32dd9e2175afc1bc38 (3440c69)
- bigtableadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/60470398583dc25927f117c1f52c09613c4e54fd (3440c69)
- civicinfo: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6d726e54687c8a60dcd23dd05f9d786f7cc3b8a1 (3440c69)
- cloudchannel: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4ecae700437ca7327e1b3a4300dacf94ee6c3e9d (3440c69)
- cloudfunctions: Update the api https://togithub.com/googleapis/google-api-python-client/commit/29f873cfbeeed1aa5e786cfabb1620dee60abf8c (3440c69)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d5e971b43b433b1f3c19438616f26ecdbb1af8c3 (3440c69)
- contactcenterinsights: Update the api https://togithub.com/googleapis/google-api-python-client/commit/06ea65f66b6eee5e95b62224516c38dbd469d0bb (3440c69)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/04b980f8a26dc0f0e41405b28a053be9bcbc918a (3440c69)
- css: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ab3b637a30b18e0eebb07fb42e2357cb26cd0556 (3440c69)
- datastream: Update the api https://togithub.com/googleapis/google-api-python-client/commit/78f62b8f69668839f6c5e2aeef1655ad20f76c94 (3440c69)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7202a2a1b42134114bcb833fcbc181e081824b75 (3440c69)
- documentai: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e93475ddfb63ba5ccfcdbe470c61f4725e9edecb (3440c69)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/700ed6f54faefa91934cf66013fdbff27268b92e (3440c69)
- firebase: Update the api https://togithub.com/googleapis/google-api-python-client/commit/182ad1455658ff928780edfd190b9162377b0075 (3440c69)
- firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3433f23611a333faff2001fae63d6e0bd5121e71 (3440c69)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8ffba99c4f6094dcf42fa8a85acfadf275700240 (3440c69)
- logging: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dba4e69f45204f62a8f2b2d2719bc3d0c5aac79e (3440c69)
- looker: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7539ba56e043ba4169d1e845c89e323716796e95 (3440c69)
- merchantapi: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0c46c848015c9a9092347224488e9740cc9bbab3 (3440c69)
- networkconnectivity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/51c5920e4fdddf8bb18c5bc6f93d479ca32ed9f2 (3440c69)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f6e10fbde271b8fb2361209e15919603098edfbe (3440c69)
- serviceconsumermanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/168199f5e694a6da0ffa24377288fe28752dd080 (3440c69)
- serviceusage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5542477f5c1c3f767c3d9f236c0d862447efe72a (3440c69)
- vpcaccess: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dc538293d084640b60c07b5d8265596b903cb2cf (3440c69)
- walletobjects: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3a7e931b6a167b9247b8385ef9b5c2023ff5ee0c (3440c69)
Bug Fixes
- bigquery: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d94ebee405b435ced71c73f07fee5a27e6670486 (3440c69)
- chat: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1fc953d50d7dc45053ed2fd8d7bb82a1caf7088d (3440c69)
- translate: Update the api https://togithub.com/googleapis/google-api-python-client/commit/921d89c42e23f4f46bde9c0fe873eb3e32011411 (3440c69)
v2.145.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b0e9b7088d0a9874dfd3fa76c2256c945ddfa5f4 (c695616)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4248bcaae79888c7d2f598116c540d94ab295f5a (c695616)
- androidmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9cd85f7ba60141ea19dd65190896a417ef0b1fbe (c695616)
- apigee: Update the api https://togithub.com/googleapis/google-api-python-client/commit/93f395ddde6e1c52e15ce006840f011b71418fec (c695616)
- artifactregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ae7e87ba4ab148581cc3b79f0bf1846ee1ed3123 (c695616)
- backupdr: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c4fac8cd319b299aecc9d751e715877b54325365 (c695616)
- baremetalsolution: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d416775786ef684ee99946cb923d23dbfa50714b (c695616)
- chat: Update the api https://togithub.com/googleapis/google-api-python-client/commit/96b0c11f8fde539acf84538a91b3bc0248a80165 (c695616)
- checks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f6ac594b0d758bc999d982194f6bf1a1178e6024 (c695616)
- cloudasset: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c2fe812c59e334d32025a5453beca0343c60491f (c695616)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/57a39ac8205dd44a8a4104f2e43a531eb3c9d90c (c695616)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7722e6e017454a5a367a81247fe01a1854653b32 (c695616)
- contactcenteraiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5ea2f0bd58deb72d7f5fe5ebd0321178e4b429b6 (c695616)
- containeranalysis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/76f58d51386bfd92ef74db15a89d64142242a293 (c695616)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/81dc9c948eb1d04a8328476d76f4168922009016 (c695616)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/88a5b5f17d5dd0642c9bf820b19c79d080fe7e45 (c695616)
- dlp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8d4b2d2e9780e634f416d27cd508d9e1a9936bd9 (c695616)
- drive: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2ec82eefa3f0beab2ea3b782167cf4eeb1c9c67d (c695616)
- file: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d81a62a6d9361e0c7105d190fca181d9f8ee0a51 (c695616)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/aa5e1571c5139293553159dc9a416ee0239f2000 (c695616)
- healthcare: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7eb47bf628eaa3566278c81803fa906a631e2882 (c695616)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3060536a781563e759bdf83608176f8465682318 (c695616)
- logging: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b784bf0186abbacd9b040ae4f42c465ab428c136 (c695616)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7ccb8790fc04acbfe8e677c53b42e969c7416376 (c695616)
- monitoring: Update the api https://togithub.com/googleapis/google-api-python-client/commit/da429bd49ae672d251a5d1e4972484f05dbcc684 (c695616)
- networksecurity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/baac341fa5fc8cc15176bf0ab83ffb9f3adfe306 (c695616)
- redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/22f6a96c896e1af1cd8a0d49dc1bdb5458569024 (c695616)
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/52b287d546f7df0048880e1cb2451b1f84ea266a (c695616)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1769e73def4dfc8daad50d7a19cc6a8d43ee6ba1 (c695616)
Bug Fixes
- cloudkms: Update the api https://togithub.com/googleapis/google-api-python-client/commit/960560970e66bcf40378467352894afc4b4c9101 (c695616)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cf162c2c525054e0cdad889ca15fd9b5f29ae1d2 (c695616)
v2.144.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dda4e942989a52b3e5eee62b06184d56d82e82c5 (3f73079)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/28bf3f5fc57cd5dc6d2f2b4690c84c495c784dd9 (3f73079)
- artifactregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ad43356149cc9e09f0adfd6305bba4592af30ab7 (3f73079)
- batch: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d09d67b7d33e42cf9aa41a13ce057bcc9b71ffad (3f73079)
- bigtableadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/49147d0a3a85bb5abd631f4a81790f30e7a34be7 (3f73079)
- cloudchannel: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ec4cb22818b407f4a0d83145703fa3a6050e9dd2 (3f73079)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/da530a35f8c86d3a1a130cbba9e62cb894cf1591 (3f73079)
- content: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8f9b004c25831f194be604226c2d3d22e6fa0ccb (3f73079)
- dataform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/959355233410b9820e3a680f6b24593895fe0d8a (3f73079)
- dataproc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/367935ae62de86e4b405f15c0e54b6c3c9efad3b (3f73079)
- developerconnect: Update the api https://togithub.com/googleapis/google-api-python-client/commit/693ec117a7d578dd9c3c411ce37d173ce90f7f60 (3f73079)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/60fa6613e09aa00e79c50c8a5060313f5bf7e506 (3f73079)
- file: Update the api https://togithub.com/googleapis/google-api-python-client/commit/842cfd77bc91e83f0ccb2fccc8717c33db3fbf6e (3f73079)
- firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/25a5c4d10ec420f8f50974482bc7f5d9f260020c (3f73079)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5f66406dd51661178c0be20046de922440a6cd4e (3f73079)
- healthcare: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3a168d04264d9a2af96f215ced38abf3960f761f (3f73079)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b0957d64013529b29dd03d8cdd1cca21341cca1d (3f73079)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e0b8cc275772dd81fc13aceb3749031fb6a2be69 (3f73079)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/af4f1645c5507e302a26a6bdf3bb769f421afa4f (3f73079)
- pagespeedonline: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b4ff550b622631f23c7840eea3dc72703198e21b (3f73079)
- recaptchaenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8d1db9886800a255f99d23dd563f724320be55bd (3f73079)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/40d8f4f0775e0519752eed59c85d44efa2b88b6e (3f73079)
- servicemanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d12e09ddd16ec238f387b3c2471399b1b2ac1819 (3f73079)
- servicenetworking: Update the api https://togithub.com/googleapis/google-api-python-client/commit/79566119f46c8652ba5cdc398f28316309f66bb7 (3f73079)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1cd78d0e6cf9023af88a88fe25886807476fbe97 (3f73079)
Bug Fixes
- dataportability: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f9991e79219c4ced18d4d907c18458bff0919ce6 (3f73079)
v2.143.0
Features
- accessapproval: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ce443c8167faa1eeb250196bc250a9623c801d9f (7497548)
- androidmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6ca6342864e0facf280b7462dfc0359422342406 (7497548)
- androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8b1b6fc8bb9fc3e82d3196f19bcde81654f1cbab (7497548)
- assuredworkloads: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9c5cdd2ca7a61de719687eaeb66b319d20491f5b (7497548)
- backupdr: Update the api https://togithub.com/googleapis/google-api-python-client/commit/76ad7040b388aea442f3bfb9b9367937de221291 (7497548)
- batch: Update the api https://togithub.com/googleapis/google-api-python-client/commit/57a1daab38c98f936d99b340dd4d0a6e53b104b2 (7497548)
- chat: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c85c6635034c88b8a76af13fe9d006207440c009 (7497548)
- cloudasset: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c912164259a32275bd702882b7afca8a9abc4378 (7497548)
- cloudkms: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ec8a1ee810b91a1d8c658c181719cb2e0ce7d827 (7497548)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5eea68882fdf4e16a377a0dd39bc8dc2fe6b431a (7497548)
- containeranalysis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/44e0c467a4273f35b23c0bb385d44eea2b52f5ad (7497548)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/21e996b2af8b5bf09c8e9193016ef0b5e855372f (7497548)
- customsearch: Update the api https://togithub.com/googleapis/google-api-python-client/commit/75ed9633624f92dd24c3756acfb0191dff290e1c (7497548)
- dataflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e223d0a143167d84815da4e26f4f05f546aa1479 (7497548)
- dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a10f1406db87396f40c938621f95a0c28c175f2c (7497548)
- dfareporting: Update the api https://togithub.com/googleapis/google-api-python-client/commit/449265b81cbf31eeda6b257eb8ca6607cd848f5a (7497548)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dad52993afd7869ccd9d7a6ad5d861eb360af1bb (7497548)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a3359aee1a15bde4a74d6f6d0b813b146d98657c (7497548)
- firebasedynamiclinks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/376bfa95e21f98d50a309ba473f7ba49ab9ee97c (7497548)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f8aa972367c5a3eb968bc132b80a94167de801f4 (7497548)
- gkeonprem: Update the api https://togithub.com/googleapis/google-api-python-client/commit/20eaa3e2445d3a7aa8c7441762700119a68343b9 (7497548)
- looker: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0a8fc71bfadb6bf847229615d0444d62329abb75 (7497548)
- merchantapi: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7c45404cf39c57cd5e5f70475077777a9c3afd24 (7497548)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/450ad1028e8019ba2c30df734e6abd99e84a1c2d (7497548)
- monitoring: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4f957760e2df1e1e284b763f8aa3dc01de17cb10 (7497548)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/98b03b3ba70a02a026a245e9cc789686dc283508 (7497548)
- networkservices: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b0a988a4f1bc53f2f2784a832ac09dfbade979f5 (7497548)
- notebooks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5439229aadcc9977a352cc198f5e8ed410e8907b (7497548)
- redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/423595013ce3e03c9fa180512d09d667374f5e59 (7497548)
- searchads360: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5770fca7e0b572bfdb1b6cd186c7a268ec427dd8 (7497548)
- servicenetworking: Update the api https://togithub.com/googleapis/google-api-python-client/commit/db5b5285eb4adc822f80011df67bae4095b60767 (7497548)
- solar: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ed5e2e7310b925dd10a799e3120a26ec8e31ab01 (7497548)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9ad3c2c7c44e71a9bc64557bce778dd4a7865529 (7497548)
- storage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/93e4c07eb5d9ea31d68e3bd4ee620d04fffbe190 (7497548)
- translate: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fce519663521218cc853c9cfdbff120ed4346b98 (7497548)
- workflowexecutions: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7f289387b192509e13c4fa2fcda75410facf3557 (7497548)
- workflows: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1b70cff2b9f1bfe3f07fdc4e3fff211b42c95292 (7497548)
- workstations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fb55d5d6e9d75c127fa7c2c88dcd8b93ca6d8672 (7497548)
v2.142.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/016286b9fc61eb568bf0d30877eeb7c5738765f5 (a4964d5)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bcfe7d1b4490955a16cd0452ec52abba38374c3c (a4964d5)
- androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b482cb902f4555bb8cbf0932903b275c3defa899 (a4964d5)
- backupdr: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e95ba9b0696cb49e9e327dec818c9ebd110cd1af (a4964d5)
- beyondcorp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6c80694b0325c64c792c18227663c700403e7b94 (a4964d5)
- bigquery: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fddb5fd1e36a4e4af3df63c7fa97f74e2895edc1 (a4964d5)
- bigtableadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4a75f7e8be07d57a44a71a3a9cc7d503c026dff3 (a4964d5)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0da5dd30efcc6c86cc7349ba2201d3a7fe16b8c3 (a4964d5)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9ef64b020a712951d07f0df37b3003baaceac056 (a4964d5)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bbdc26ae8e9337c0032bf333b92df231bb0a0c45 (a4964d5)
- dataflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/955a2eb6cadadc8a5469c68a2b96d708a5753710 (a4964d5)
- datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3ba86616ecfe16e0bf2b6d031fa01045f39ea16c (a4964d5)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/227faa6b5d227ed0287e929f647ced12a0b1e7e2 (a4964d5)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a8a82673f53e367ef19f3b3b6b92460dfa55cb8b (a4964d5)
- displayvideo: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ed3825f216f9615b838b8c0f709fd144d6384238 (a4964d5)
- dlp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/df3c8e91103634b28cd6fd5da1a42088ba654fcc (a4964d5)
- documentai: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b3a0025c19fb409dea97fda3cef64c913c096072 (a4964d5)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d527515c96d7861d71d506a97c06aa73137639b0 (a4964d5)
- healthcare: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0391573439a1cb8f04e67f1fd5fc3074abd9eb36 (a4964d5)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/097eea11af945221753c321798982ce08ae67c37 (a4964d5)
- manufacturers: Update the api https://togithub.com/googleapis/google-api-python-client/commit/043bd6b0b4ce2fbed2b49dc526427d9ecc67078a (a4964d5)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e4940f14ed1c7caf4cbaefd747cd6b40d7b433e0 (a4964d5)
- networkconnectivity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6aca7bb3d0f87ce0dc70ba359d847cbf963081f2 (a4964d5)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/997ed8ac23aad4b1fc9fdb9fe2f2cb4ae5916e36 (a4964d5)
- recaptchaenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fc61f5f9b5891c9c9f4635af2d06507a0f2fe2b5 (a4964d5)
- redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9f48ea3e73f1258526996d01a1cc06d4f53a3e07 (a4964d5)
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7d912586990c833dc5f02bc27a74652233c160a2 (a4964d5)
- searchads360: Update the api https://togithub.com/googleapis/google-api-python-client/commit/75ebf3109dc315821297c64498488c43f445d097 (a4964d5)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b698e42e25c5567dab5fbb4d6c7a0082f7ee91ac (a4964d5)
- serviceusage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4f08fef40014d2cd9c7d7d9dd8fc0316c9662fe9 (a4964d5)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4ebb5dad76ab8aab198ddcc1ff80e31d2d4f5683 (a4964d5)
- vmmigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/725dc897f8505f9d8194a60cf727d68269c5b033 (a4964d5)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a25f063020b73c23e7820103b02ff9261981b330 (a4964d5)
v2.141.0
Features
- aiplatform: Update the api https://github.com/googleapis/google-api-python-client/commit/7243c624a68fe2f7628b96de2a31656dd6b3aded (11ccd54)
- androidmanagement: Update the api https://github.com/googleapis/google-api-python-client/commit/1b4b746b9785eee382e924750069e49ad2d061dc (11ccd54)
- assuredworkloads: Update the api https://github.com/googleapis/google-api-python-client/commit/4c8d3d07cfa7990b6106f993a47a872ebcb8e3ee (11ccd54)
- backupdr: Update the api https://github.com/googleapis/google-api-python-client/commit/c3dd92db51079677f8676d8d7f02091c8562859f (11ccd54)
- beyondcorp: Update the api https://github.com/googleapis/google-api-python-client/commit/b280415e960107c90c7375fe314b5d265d0e9c91 (11ccd54)
- bigquerydatapolicy: Update the api https://github.com/googleapis/google-api-python-client/commit/b708cbebb7a02bca576df81ca0b87e168937aa00 (11ccd54)
- bigquerydatatransfer: Update the api https://github.com/googleapis/google-api-python-client/commit/d1df4802717340cef414a8c0782cdc9e97b72321 (11ccd54)
- bigquery: Update the api https://github.com/googleapis/google-api-python-client/commit/ac7e50db11109fa34219e9742122b22c75edc1fc (11ccd54)
- certificatemanager: Update the api https://github.com/googleapis/google-api-python-client/commit/7c93393fdc0e6ad1a1fb517285ad206ae48c1951 (11ccd54)
- cloudbuild: Update the api https://github.com/googleapis/google-api-python-client/commit/e2712bddce3e898be9a6e4aba9fe31cf91d929fa (11ccd54)
- cloudcontrolspartner: Update the api https://github.com/googleapis/google-api-python-client/commit/38ecad78ffef0aba05adae607b5e9f4a0b00ae58 (11ccd54)
- clouddeploy: Update the api https://github.com/googleapis/google-api-python-client/commit/06891ab4e58f51fff41898efbb450cf2f261c7b7 (11ccd54)
- compute: Update the api https://github.com/googleapis/google-api-python-client/commit/e69ea3cc612bd080a58489596433cb145af22363 (11ccd54)
- connectors: Update the api https://github.com/googleapis/google-api-python-client/commit/168a5f4c89c1969b7eb986a1ab06ab6c07ae301f (11ccd54)
- dialogflow: Update the api https://github.com/googleapis/google-api-python-client/commit/c79d74aefec0231fc0e177ea4e09b218d46d65c2 (11ccd54)
- discoveryengine: Update the api https://github.com/googleapis/google-api-python-client/commit/591c32c5ae48837cc572cc271f52fd2a75606342 (11ccd54)
- domains: Update the api https://github.com/googleapis/google-api-python-client/commit/3b1af4c9e80c54ee47c0fed6aeddfdde18a04f42 (11ccd54)
- firebaseml: Update the api https://github.com/googleapis/google-api-python-client/commit/e5b52c5f13d76ed341c6093d57399e9e92f589c3 (11ccd54)
- firestore: Update the api https://github.com/googleapis/google-api-python-client/commit/941d8333594c248f7e368bf16449dfab2fc97d4f (11ccd54)
- gkehub: Update the api https://github.com/googleapis/google-api-python-client/commit/5dd6f3f934449869f81920cb9bc8d1bfb448b963 (11ccd54)
- networkmanagement: Update the api https://github.com/googleapis/google-api-python-client/commit/38315b63dc718bb7079cf01901556158520f6824 (11ccd54)
- networksecurity: Update the api https://github.com/googleapis/google-api-python-client/commit/4c726fc3b44205b75b223e9f81a6f4236a31386b (11ccd54)
- notebooks: Update the api https://github.com/googleapis/google-api-python-client/commit/fe8dbc1d22f3e9373f37db772bc5301c75710456 (11ccd54)
- realtimebidding: Update the api https://github.com/googleapis/google-api-python-client/commit/6acb516ce9b9eefff50e7673b034fab839418752 (11ccd54)
- recaptchaenterprise: Update the api https://github.com/googleapis/google-api-python-client/commit/ec3d352f096bd97482f56671cc16553e6304db55 (11ccd54)
- retail: Update the api https://github.com/googleapis/google-api-python-client/commit/d20e0ce5a58ae8c1bdfb293186a3bb02dfb063df (11ccd54)
- run: Update the api https://github.com/googleapis/google-api-python-client/commit/c70f855f4aebecc9c3cb58ef5e77eaea8e270396 (11ccd54)
- securitycenter: Update the api https://github.com/googleapis/google-api-python-client/commit/8bddd6bf2e12359e013cf3dd7f31b061262be3ef (11ccd54)
- servicecontrol: Update the api https://github.com/googleapis/google-api-python-client/commit/caddbccb02e80a03f2ef7d77153967d67a9440b3 (11ccd54)
- spanner: Update the api https://github.com/googleapis/google-api-python-client/commit/f850f215b6f0a60c6dc4ba461aef54d5993cdb3b (11ccd54)
- storage: Update the api https://github.com/googleapis/google-api-python-client/commit/c3529f83d6aed24d583587a52ed2c2561f1be834 (11ccd54)
- vault: Update the api https://github.com/googleapis/google-api-python-client/commit/0e02e2fc815a88876edb82c2fb64784ffd5dbc38 (11ccd54)
- walletobjects: Update the api https://github.com/googleapis/google-api-python-client/commit/910f9381e0edbaff1eedab0dc94e4e9e0c3d1155 (11ccd54)
- workstations: Update the api https://github.com/googleapis/google-api-python-client/commit/250a21ad73c81a41ce69e78338f2401e997d2aa8 (11ccd54)
Bug Fixes
- cloudkms: Update the api https://github.com/googleapis/google-api-python-client/commit/b6eca78ff98de8fda263fbc142cbc7fab45af4a6 (11ccd54)
- pubsub: Update the api https://github.com/googleapis/google-api-python-client/commit/f29328a9baaae5dfb8bbb806180b63e09a465417 (11ccd54)
- secretmanager: Update the api https://github.com/googleapis/google-api-python-client/commit/7aa3b33337d15c4345e2ad6eef899f1f7dc54cb4 (11ccd54)
v2.140.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e27f99e096a4103d6af996a9256e716be555d508 (b498421)
- analyticsadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d6bbc3c4b06b2280c57c44e9f47eb172422b326d (b498421)
- cloudchannel: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6c0fdebd1c083c139de7811adf846668930d00eb (b498421)
- cloudfunctions: Update the api https://togithub.com/googleapis/google-api-python-client/commit/494bd14ef05ed39074780d6127c390c73d5cf9be (b498421)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/792c2675e5777eb2a2cb2fa3bd3b288ca08aa160 (b498421)
- containeranalysis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c6435da454e92e359d40e4016139955ed93df40c (b498421)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e8920a15d2af3bcb1b32a4945ce3319da6979b21 (b498421)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/63bef2d65e6fddd72ff9867f5d95daa309513c99 (b498421)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/43da6973f96ca80604d5da3c37b10e660660c367 (b498421)
- healthcare: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e54fb1d30f394ef8aacd88ae030bd7c8793da37f (b498421)
- merchantapi: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4758ea61103fea73407070d2686b56a2b0fd901f (b498421)
- networkservices: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cc6fe630cdd7326a9e1ec93085ee1ab5a6a35a4b (b498421)
- recaptchaenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3251e871470a66f7306dc819fc597e6410cd42b4 (b498421)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/de5da7ae3f09510781692aa95380add24a7129d8 (b498421)
Bug Fixes
- cloudkms: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4a4dd262366fea4ad308fb2db3cf4d131b6add31 (b498421)
v2.139.0
Features
- appengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/17887bc99c42a827a837c887d47f76d75748de0d (330a354)
- bigquery: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ad010606ac5dd1b0468b25a4a66898de4e857d3b (330a354)
- bigtableadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/544d82ff49b5995208a1739d5274bfe123c59444 (330a354)
- cloudbuild: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ad5f56d082ea3251d6da647566435d166fd6b6e7 (330a354)
- contactcenterinsights: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1a732f0eb101f373e7a2ae6c91156e05fb7d65ce (330a354)
- contentwarehouse: Update the api https://togithub.com/googleapis/google-api-python-client/commit/48e2b3bd0ed4dd26633d4a1c81e1f63e046514d3 (330a354)
- datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/46af1b605a6a84847f00dd25708777f51676c3c8 (330a354)
- dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/78f49d8b1b7929fb76834d50d6e9285dbfc05f00 (330a354)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7c8c3eb783538965b78d588b95e440aeb060842e (330a354)
- discovery: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c6a49d6d465ebb567889ad7d5e7bbaa0d59076fd (330a354)
- dlp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0187753309059d672007baafdbe6033370cd8598 (330a354)
- dns: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7edc7a13a310904a3912aff8b30b1e491bfa76de (330a354)
- file: Update the api https://togithub.com/googleapis/google-api-python-client/commit/24b685a269a6ebf5bb4d35b3fa4f92c6018eb71a (330a354)
- firebaseappdistribution: Update the api https://togithub.com/googleapis/google-api-python-client/commit/29dbaafedd1cc3fe417f700e4cc883f49e6c75e4 (330a354)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bb97577f13ea9ad9fed314741b8971d989238cec (330a354)
- merchantapi: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f70a393a94baccb4bb2cf534a84013371683ebdd (330a354)
- monitoring: Update the api https://togithub.com/googleapis/google-api-python-client/commit/20233307f9bd544588117cd3e044f309192cbc8b (330a354)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1ed9d8d4a96aded469f9e50ce303b17df52652fb (330a354)
- networksecurity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9a8591a851f4655711d87ebfaa3f9a52776059ed (330a354)
- playintegrity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b1c1442954e110a4394581977d6f26b6604b3777 (330a354)
- recaptchaenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0e18da83fa98124bcc19f1692bacc9673d24f538 (330a354)
- walletobjects: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1c16a89a726c1ea26b78672c2b61aab0379209fd (330a354)
- workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/20736dd7325eed4ff35c2ea69f6d21eacbe4ab86 (330a354)
v2.138.0
Features
- Add support for reading apiVersion in discovery artifacts (#2380) (4192262)
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/747f957e058ba26859b638cb58d4813604d2bca2 (11b2317)
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9523ff7565225adc678c3690b71da789ef006929 (375e439)
- analyticsadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/346d03880330c4a73a84d33de4772000121a06ed (375e439)
- analyticsadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/642222f040c25320b0948a29c8cb1ffe7aaa12d8 (11b2317)
- androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d8088838d4a85401ea2c6e2c4011f1738d95415a (375e439)
- androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f17bf425f4dff226f95d0f647e5767eecfc0afa0 (611e168)
- apim: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f4f6f4c760f5ecbd785bc84dda38e43168fb6395 (11b2317)
- artifactregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0f44c614ec222f004f43a40901e5408376eb7817 (611e168)
- artifactregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/94b103b199d5c4ce07ac02f7bc9c5e4c31bc1938 (11b2317)
- artifactregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dbfa6d3f09b9f857e5e0eb1148396d1ebe701569 (375e439)
- backupdr: Update the api https://togithub.com/googleapis/google-api-python-client/commit/94e533dd77c9920aaf61cf16f22843316deca6f6 (11b2317)
- cloudbuild: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c7adb18aa5ffcb8177701bb260f55888d49ed370 (375e439)
- cloudbuild: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d815f693b155fa169ef626508dba7c002b1d2551 (611e168)
- cloudcontrolspartner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/49a06b974fb44620539ce66df5927125b777d471 (11b2317)
- cloudsearch: Update the api https://togithub.com/googleapis/google-api-python-client/commit/db5afffc03a78cf28175074b802e2348890b4a2a (375e439)
- composer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/df463d0039933b07bd5434aaf577dee9ee3bee8e (11b2317)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1b16ec82c1084d3834d4c2376f0707d1c42ab4fc (375e439)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1b4591acef05b112d0a8539de78720cba355701c (611e168)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4b4761e4d4110942b72a0a85c293dcfa4e4bb6e7 (11b2317)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/10f72a36c1a834691be4dbd52f8d37d4e4e22132 (375e439)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6daffd59b88155f25d4fffd4c94dfcc53dc19996 (611e168)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/74af8403ef2bcb4a787f2d5426713a666d1f8c98 (11b2317)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/92f07f9106ca51dbe8fad9eefcad1a02f36e8b6a (11b2317)
- content: Update the api https://togithub.com/googleapis/google-api-python-client/commit/187dccd6e9d0ba5d2c2d230b54ba1b8971368608 (11b2317)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4511a8f51e3088a0c3ce31ebaaab9b7ce2eec769 (375e439)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f95bb057d15673818e3254a1af0f4e32cad0eeee (611e168)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/68cbf8de8b28a166cc03139c40d37a3bec9495f8 (611e168)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b42be08a05f967124c9c65cf08b0e7f230b53978 (375e439)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ba150f23302f316a1a711970129288c71846aaa5 (11b2317)
- discovery: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d80d9cd0bf6ebcc3fa8bc5ec0eef0a423c3bb139 (611e168)
- displayvideo: Update the api https://togithub.com/googleapis/google-api-python-client/commit/53bc0c31b3a166f4950f7971d7941f4e8bb4dbb0 (11b2317)
- docs: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7e0a2285275f52daeb5d0f1587f44070ef46cf38 (11b2317)
- documentai: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0e0445b53217eb350348f4cf1f141299397f1e99 (11b2317)
- essentialcontacts: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6787614b030ac625957cdb66875df8337dabf38f (611e168)
- essentialcontacts: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6fdb5256bda7490ab990d3601e567f80656a565b (375e439)
- file: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9463ea6e04a11b3930109ceb8dc8044ed1e52dd4 (611e168)
- file: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a15ab2a5e8d5b9c871beee867f74d796d6e73a5b (375e439)
- firebaseappdistribution: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4ac8d11d01ee3cbc7cec7f33bf95677fed1f1879 (375e439)
- firebaseappdistribution: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a25ee1c4219c51e53c9f1e2fb765fcbdbbd18396 (611e168)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/18f788f8034f124173ea8f3ed0029f66039e2441 (11b2317)
- firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7528377e42be5bf2fdfe16c9e864c3559ce2ab87 (11b2317)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5e696b23025351c3be82c60704f8149c6addc3ab (611e168)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/740ff2a6c7465794926feac8978ef584ec99d1ff (375e439)
- healthcare: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3eab6456742fb5d3c61ce1b6043508b8e4e4e5be (11b2317)
- iam: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0b7098e661f3656a44000082d21cc2ded3c9bcc0 (11b2317)
- iam: Update the api https://togithub.com/googleapis/google-api-python-client/commit/423b0b0a3ba707fc463bd6d38a76efc7aa7acf65 (375e439)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2bfeb423edfe6192d6f0c8cc7b9d8320d9e92043 (375e439)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/921a566c52f732b02ca7377a725695e5200b6633 (611e168)
- logging: Update the api https://togithub.com/googleapis/google-api-python-client/commit/28cb98923cd3825f0273ee1bad33d46c85b43fe7 (375e439)
- logging: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b41557efc6638f2c2ddfa4a2005b82390039bd6b (611e168)
- manufacturers: Update the api https://togithub.com/googleapis/google-api-python-client/commit/886359d58a6971f3fc31ac5e6f1374c1e9f0c786 (11b2317)
- merchantapi: Update the api https://togithub.com/googleapis/google-api-python-client/commit/17e8f11b0ef80e3366129b74d2b8c73dfbe44754 (611e168)
- merchantapi: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ae1693e179fc9f317ddf948a1396d58317ee5061 (375e439)
- merchantapi: Update the api https://togithub.com/googleapis/google-api-python-client/commit/eca619a5691645c84789ee584d40b1752ca49b8b (11b2317)
- metastore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/649fdb02ef3dcda2a7958394e0d1761cb68e85d8 (375e439)
- metastore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/99970bb458b0b536c840d8fc877ebdf7f511936f (611e168)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/aea73cc28f734bf25064285eedbd86efbfc57f2b (11b2317)
- networkservices: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8039bd07bbded95c1333c1118bc221ae12833a0c (375e439)
- networkservices: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f83072f9661b012d0fa903152a36fdc4ec8cc117 (611e168)
- ondemandscanning: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4ac1795cbcd77227376695f17545ef5b02793567 (375e439)
- ondemandscanning: Update the api https://togithub.com/googleapis/google-api-python-client/commit/83553a24aad1ebe0c425acc6f6265ff913ad6639 (611e168)
- playintegrity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7e689d069fd879d7cf74e2203f41077e0700f0f0 (375e439)
- playintegrity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f05a31375b87e293841996c04fb1d97a537a88c7 (611e168)
- recaptchaenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4763dcb75a3b510496173997a2ff9493cb61a2de (11b2317)
- retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/457f8275d3d34a4ef6e49dc703ae0cd9b6d0ffae (375e439)
- retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bd8333231525112c3518fbc208adb1087a29440e (611e168)
- retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e01a97afee104c9e115bb8692c404f75402b15ac (11b2317)
- sheets: Update the api https://togithub.com/googleapis/google-api-python-client/commit/145e031a5c691e761b2ea7e47ec6785bffeedbf5 (11b2317)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0b4779866edda58077354ac12bb5ce7e65c528ad (11b2317)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3308e5e5f33d0d6f425a5e14a7811c2dc48dbda8 (611e168)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6694eb58dfc87da5c909fe9f31a36443bd269caa (375e439)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ba212b8c76588499737a2fbbd7bfdcac9ce27671 (11b2317)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ef3c9b728101f16846d8bb2fbc2d26252cabba50 (375e439)
- sts: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5b0969ca4df1fa82ac24e65760575640539410b3 (375e439)
- sts: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a82289a44c9fe757bf81c168a5e3a9c0ec562ce2 (611e168)
- translate: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8fa1081d40f233074b9fc861c040d1bd7c0d3ae7 (11b2317)
- vmmigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5dce2c4fba203ab7a7d26e85d37023f5064212dd (11b2317)
- walletobjects: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a7863fd9a639ac124fb2223e5b8ebeca801ab21c (11b2317)
- workflowexecutions: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7a87be857aeb57dd542db3ed76550351461150b0 (11b2317)
- workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c082d29a9c2db35c9afa306768881b51d2a4776e (375e439)
- workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d0ea2ac7f001240238c8b619d207fc37975789cd (611e168)
- workstations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5a10b67fee7f5d0424bade31870d6716496f1369 (11b2317)
- workstations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6edb73ab14740057bfd9289a92e4e62600e65ab8 (375e439)
- workstations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e40169320a9ffc88b81b6e62c9edd837480fe591 (611e168)
Bug Fixes
- dataflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d301ebfa182786cebe8523c0e286588079dcee75 (611e168)
- dlp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/115b54599a19319aaf3569fc715b6694a37e1b80 (611e168)
- dlp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8182edc65b8ff34a399e6a1b471a92214fae918a (375e439)
v2.137.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ce2fd6522497bed798011ff2e6bf404146ac4dda (26e27a9)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/97b5d4d916556ec1dd8010eba5cc9eb9d1e86eeb (26e27a9)
- analyticsadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ae5b795bdd3c073efb676f1bca7ef0f8e6922f8a (26e27a9)
- assuredworkloads: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e79f2d5fbb8c46a1ba9855d9ac44a92cad0bdb63 (26e27a9)
- backupdr: Update the api https://togithub.com/googleapis/google-api-python-client/commit/45ce2d1e232dd18d39c8386d088c185735749ae7 (26e27a9)
- bigquery: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9c9552326f1cbc523667b9f74bac454b0e383e85 (26e27a9)
- bigtableadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b654a04a667bc7454b468d005d04e22a12f061e5 (26e27a9)
- cloudbuild: Update the api https://togithub.com/googleapis/google-api-python-client/commit/13199354b400eed00398316a41407f5bd3a4bc24 (26e27a9)
- clouderrorreporting: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c8565103936ebfa1cd55d93b25da6f9c3b3d1dcd (26e27a9)
- contactcenterinsights: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a41c7aafe9f6d5a6e5b8affd545389f6048aa3c2 (26e27a9)
- containeranalysis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8d07b6c7eb5328a30300651a0255ef89ede9a02d (26e27a9)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bee9e2a8f3141163587bdaed02cd4d6d1a9b5dde (26e27a9)
- dataform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0ec97e196743afcd5af48e7df22bc2002849f3af (26e27a9)
- datafusion: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ac09a79a827c66caf0ee86b44b3e093a3c52d2ce (26e27a9)
- dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a9c4b03d1e1b4f4f7b178304b89c55577aab59ce (26e27a9)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0c7f11bf9ad8bab304002383d950af51aaa480da (26e27a9)
- dlp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1662bdeb78dbcdf30d6b18979187c448bbf07972 (26e27a9)
- firebaseappcheck: Update the api https://togithub.com/googleapis/google-api-python-client/commit/44ba673ce94875eaaee141a681cb9f64d4590d2b (26e27a9)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2f05dafdb071b91e9ed41b050f34096ec7c9ca16 (26e27a9)
- games: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b4c52c45b5415be44193de1639d2cd72d463fbce (26e27a9)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/43447c55cd301e96e09a580458e73221d13eb8be (26e27a9)
- pubsub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/04affe4737b93ec400b2e1f7837015f0260ad353 (26e27a9)
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1969fbafafa34bbc4a041a5687b19a02575ca32f (26e27a9)
- storage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fa6fb47da9bca59f3ff668b6a5d10651c9622d8a (26e27a9)
- tagmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/861f77cb5acd7d7dd0f523206f0ce7c8eb12abf2 (26e27a9)
- vmmigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d9305fc5c6bc6767c13668ac887c606b07a7c3a9 (26e27a9)
- vmwareengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3d7665ddd712b2ead212b56e951c61ff47bdb559 (26e27a9)
- workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4584750203673447ee60b602bcefea0eb658de49 (26e27a9)
Bug Fixes
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/62aa538fbc0230137ff057766a0f10df98b24e2d (26e27a9)
v2.136.0
Features
- accesscontextmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/84a06e1c93c9265010757417ae114849070f9eaa (17aae81)
- analyticshub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/572f7cab3f7da1f7273efdca1bf9bd7d679acb77 (17aae81)
- beyondcorp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/93cbb474022ec6fe394a93cbf5a4ad4b62e2ba69 (17aae81)
- bigquery: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1b44551ace1aea63571dc86e3927e79cb49e7d07 (17aae81)
- chat: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c4485d4e275bfb35e22bc44c1f61a7507b81da2e (17aae81)
- cloudcontrolspartner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/777370823356e8d8e9f5467a025be7c09f40f59c (17aae81)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/33107239b29391862565a5460f0e6132be5692f4 (17aae81)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/00885f5db343e1df6c8f47cb18eee7d1eb33a524 (17aae81)
- containeranalysis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d7812ed355cbc5c2e93f30ad3d0abb55654c0a3d (17aae81)
- dataflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b3907de0778e3c6108f0b1372448ad3ed0a988a9 (17aae81)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9f4d3a91a7d2578f580b3bfe07d28bdea4890a3d (17aae81)
- displayvideo: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6c0b5bae60a8698b7db2c34848441b15c3dcafba (17aae81)
- dlp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0ab9f23ad8bd7d7b90f4afd8a7f66433250c16a6 (17aae81)
- file: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e59a4de0da478919228ae5676f15c25b11de9f99 (17aae81)
- firebaseappdistribution: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fac0afa90e055bbb437a7489ac4ed48737094a1f (17aae81)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5c8cd184754868338928074de0b71c1fd92714f3 (17aae81)
- logging: Update the api https://togithub.com/googleapis/google-api-python-client/commit/925c0b82afdcc0dcd663268b4ac3f1af0696b33b (17aae81)
- metastore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/891fe5a12e32b41f3488728b6d2e19e3e3cc1f3c (17aae81)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/65e7d2381ad7201b7eaaf7b10f2c4ac20bba7bb4 (17aae81)
- ondemandscanning: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2b468b2d3ce9d47369594ac1c7b7e371fc462a3f (17aae81)
- policysimulator: Update the api https://togithub.com/googleapis/google-api-python-client/commit/57723e593f60fae72fb27b61bda5a6eb606bfccd (17aae81)
- pubsub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/09a4806aa0db8ee3a337a1f7abc13251d2fb4f04 (17aae81)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6fe857f679c65af446b35f7b5b50cd6383bc777a (17aae81)
- storage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4d3fcef5067512db9034751f5363e7d8e26bd701 (17aae81)
- tasks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/caf8ca809a50a5773442546186e0e68da2d39afa (17aae81)
- vault: Update the api https://togithub.com/googleapis/google-api-python-client/commit/22a9fde6e9bcf5c6452125e4c61d1dd258c51876 (17aae81)
- workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/796bf11180dd46d3cf41611c38cf5d478ef8ea46 (17aae81)
- workstations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e6c58903285043d04fcfc2199aa59eead5920cfb (17aae81)
Bug Fixes
- factchecktools: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5066f77cb693d98268730cd92ea12aa4bdad409d (17aae81)
v2.135.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fa0f7405d0a695742e46ca7ff2cfc937c913c297 (979de72)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5fa05a1bbb401cb278879cd3cfb98e0736598e3d (979de72)
- androidmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e21069878939b64b43f2c0262124475c02d051a6 (979de72)
- androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2159e56331423445f548c63e2bf1f679f388a65f (979de72)
- beyondcorp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2552a87e203c46e8a59736b18893ff2554a57313 (979de72)
- classroom: Update the api https://togithub.com/googleapis/google-api-python-client/commit/64f950c9a97cbfe58c0ca6a84a9951be909e5300 (979de72)
- containeranalysis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d74083efec46927be8b04c7b46ec216427964734 (979de72)
- datafusion: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c655e51d8033ec3360c1f79626bae8bfa332a780 (979de72)
- dataproc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c47274b07937cb6916b2033322f38bba6f38349b (979de72)
- dlp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f0f13cd746b29c2ea47839524759233c109c15f7 (979de72)
- firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fd456c4a830e2387da4eccd1c1974a419b45fafb (979de72)
- games: Update the api https://togithub.com/googleapis/google-api-python-client/commit/338896250a13d1048d8c7bf29413a152554da91e (979de72)
- healthcare: Update the api https://togithub.com/googleapis/google-api-python-client/commit/38b9107a2d3999a16bdfc800904f72e1ff7cdab4 (979de72)
- iap: Update the api https://togithub.com/googleapis/google-api-python-client/commit/539b6790ca157e26a5558952a5bf57ddfe7f994c (979de72)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c963397c548cb8e323930e5a9329a961ecede5b6 (979de72)
- jobs: Update the api https://togithub.com/googleapis/google-api-python-client/commit/83fdb4e4c5d7ddf17dab60b591b60c985feef0c7 (979de72)
- monitoring: Update the api https://togithub.com/googleapis/google-api-python-client/commit/826d4087a2784fa17bd6ea676c43c0940ab2d06b (979de72)
- networkconnectivity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d7b7ae5a37d8aff0db97202dbe5aa5eae1dd3b4e (979de72)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bc1b1e68953c874c2f0d39d74eca06280317d3c2 (979de72)
- vmmigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/025fe36ad417664c8e15383636ed11b81acd23ac (979de72)
- walletobjects: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b6722910e8f4835711004ad36a6961f4b86c9cce (979de72)
- workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2303a5d9dc00800243d5064083ae3afd0d7fffad (979de72)
Bug Fixes
- bigquerydatatransfer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/99116546ba974f9f5787ded2ce0ff150fa9555fe (979de72)
- bigqueryreservation: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6e68c87ff494fd6cf28a6bca11efcfe0f969e847 (979de72)
v2.134.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/32b4ce5807f1b434ebfc9b394b8deb0b29f7ab4b (3e0cc20)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/067bc0959a577b745f0ba00516d139f200c08f7f (3e0cc20)
- batch: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5f8b3ecf2378114232937b7db6ee3c7eb2e72d1e (3e0cc20)
- civicinfo: Update the api https://togithub.com/googleapis/google-api-python-client/commit/aee09872f1391f916e8825937043c691fa4434de (3e0cc20)
- cloudbuild: Update the api https://togithub.com/googleapis/google-api-python-client/commit/74ed4da6e92cee8ed46dbe76662eeff5af086bb5 (3e0cc20)
- cloudidentity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6ec4b7f4770fff6ea1ebba380a127e26c432e91c (3e0cc20)
- cloudkms: Update the api https://togithub.com/googleapis/google-api-python-client/commit/223c4dc8fb4737f21523f1de86e9ded8ad7fa6cd (3e0cc20)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/98c9cffe4f0366ac330c7661fee5195e99e2b998 (3e0cc20)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/087c5646d9e310123a2dd023c1c54454ea752927 (3e0cc20)
- dataform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/587024b69398ad7c048b72c5184908548c9240fa (3e0cc20)
- dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/200dca79b2764387a5ecaf5251054d1cbc717bea (3e0cc20)
- dfareporting: Update the api https://togithub.com/googleapis/google-api-python-client/commit/63be2d6e257696c6ccee5621b87f05003e6064f6 (3e0cc20)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f47a35041d72ace94ab40d198cfea873a4e65056 (3e0cc20)
- displayvideo: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bb7dadcce59d4d89daa00932f68076ec6ba88075 (3e0cc20)
- dlp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b1cb74ba822deb35ce2323c321b7aa1e08fb10a3 (3e0cc20)
- domains: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8abc4a1d0891a3581dc07742b1754b4d6c8723b2 (3e0cc20)
- file: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b3375b05cdcb9d7e2aa346f2430a603aaef16acc (3e0cc20)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cc624109b4b0e1422f771564ecd205df6668abd5 (3e0cc20)
- firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1d47a85f8434807a17e58949f8be4d57b1eeed65 (3e0cc20)
- kmsinventory: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9dd80cdc9d7bb77fc746c2d85c1fdd152091e1b8 (3e0cc20)
- metastore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f235b849ab1190e3f537df70222e0fc0d1dd32ab (3e0cc20)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/50f9cc52693a88a07a93df89c76937c89c4d4594 (3e0cc20)
- retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/53cd8962598efedc4afba5c5870e6ce04d0625cd (3e0cc20)
- serviceconsumermanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3a74e53ef08a250fe94cdd40bc235d9671d60fa9 (3e0cc20)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a58343b74d0b89aa49bf43e5f7965933052a856d (3e0cc20)
v2.133.0
Features
- accessapproval: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ed68923d2629cd1bddf10b804e63bddbcef907e2 (46e3cf4)
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/50938ea02875c567c3a823009c3b8952d28a8489 (46e3cf4)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/411cad83fe5941066e8173a60d73cf2118d65925 (46e3cf4)
- androidmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/94ac9e050260aa9165143854a93771fe3451a1ae (46e3cf4)
- bigqueryconnection: Update the api https://togithub.com/googleapis/google-api-python-client/commit/80d62812069074e284c9d5268ddcde6330b9cd34 (46e3cf4)
- bigquery: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c2584ebfc726d29b86312fe0bc048b65f7052554 (46e3cf4)
- clouddeploy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ec43c8d4db18af457874deba233f4066dfa23e67 (46e3cf4)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bb4945c6c627b5703c7495d6370e3be04debac9e (46e3cf4)
- contactcenteraiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e554c80ea06035a150deebebb06aa1a4fd41dcfd (46e3cf4)
- dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7a985a7f845be1e8eed58949eeab5392ceb9d681 (46e3cf4)
- dataproc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cf27327e622c696bacdbfec1321f45d6598f3bae (46e3cf4)
- datastream: Update the api https://togithub.com/googleapis/google-api-python-client/commit/51d984487911e49c5eb4a19570cfbfb944a249c8 (46e3cf4)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/da84cc40a9af0574b5ef4eb615964f7d57a9f144 (46e3cf4)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/092bfcec6254957bbf1dc5145d4865d13e10dcf7 (46e3cf4)
- dns: Update the api https://togithub.com/googleapis/google-api-python-client/commit/40dd8f65e5a8b82b4046fdd7c1f484e88507bc8c (46e3cf4)
- domains: Update the api https://togithub.com/googleapis/google-api-python-client/commit/53fba763fafc0eba376e65bc57d9d9a3fe29a5a1 (46e3cf4)
- games: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b9ed87df9b6b17c668e0b7d341c3a2fc551d7b7a (46e3cf4)
- memcache: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6ba2a752a38345ac996f3139158363ed2ce6c403 (46e3cf4)
- networkconnectivity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6a3bf3dca4a96dfc8f8f6c6596fd8b21c40a04bd (46e3cf4)
- notebooks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a045dba9ffa6bdbce19c5431ea3f7c517398706a (46e3cf4)
- pubsub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3349e843ce895e1b3b7b1564b1ec504c0b12a00d (46e3cf4)
- redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fb4d4b5141f37978005a21f8155d7b19280dcc77 (46e3cf4)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/08f0aa1824f505721a09c10238e59bc2777ab453 (46e3cf4)
- vmmigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cb830e416867a2f0666f92a73572d4e42988098a (46e3cf4)
Bug Fixes
- chat: Update the api https://togithub.com/googleapis/google-api-python-client/commit/17071ef9f24d25408e063d37a4840445ece1b3e4 (46e3cf4)
- dataflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/743be6674070e92425fee6ff124e8fbc111e2ffd (46e3cf4)
v2.132.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9d6000fa065ac1ef877de37b94a5e923c89b8228 (9401d1f)
- analyticsadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/494a29d2266725566e185c41e19c08419c88f9b4 (9401d1f)
- androidmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5afc4010f2f7d303ba0b3a812aab7496aea97adb (9401d1f)
- backupdr: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5bcc5d39d04aa4691e36cc57b256d983ec52159b (9401d1f)
- chromemanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/32ddf526ff40d30f20f9116027a4f208f38cc792 (9401d1f)
- cloudbilling: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2b5c66b2c5d2ffaa649dd9455da765e10dbce113 (9401d1f)
- cloudfunctions: Update the api https://togithub.com/googleapis/google-api-python-client/commit/34314fb79a2ef113f2f1db15738f2d2e29887222 (9401d1f)
- cloudsearch: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d32e900aeae99a2d7cab64037a2a0d8285aba8b6 (9401d1f)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4f7da21c3c67d1019b996492e5dfc9dcacb38214 (9401d1f)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8087f14f8942261881ea87bf47fba512a78a9fc1 (9401d1f)
- contactcenteraiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4fb577d2d6e2851c8d923066c9ff7b5c1e9df79e (9401d1f)
- contactcenterinsights: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bb49784a9cb793ff64c8e1d4ee3b98a173b4e31d (9401d1f)
- datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ac474a90aeb6d2443b12c1bf891c7fb81dbcb9ed (9401d1f)
- dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d959b3d78c7034bbc3571d9ede7d6de3587989f7 (9401d1f)
- datastream: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3abd0f41f2e617749aba78913cb4fa6391df55a8 (9401d1f)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2d79840e8bfc7aa3bee79b9554627dfd1cb13121 (9401d1f)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4522cd5e31c6437d52d8d8a09a54cf2c38fb7dcf (9401d1f)
- documentai: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a06827efcc41fe6af56f687f7c1dc4f8538a166b (9401d1f)
- fcmdata: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f7c50fd9f7b75df93ef9775684cba47b66cb0c81 (9401d1f)
- firebaseappcheck: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0744228b03e4c38e64358d9b38c17b2df3e2871e (9401d1f)
- healthcare: Update the api https://togithub.com/googleapis/google-api-python-client/commit/05c4657fa6322067b421e9e0d887904faba04811 (9401d1f)
- iam: Update the api https://togithub.com/googleapis/google-api-python-client/commit/331029f3a230aa25f32a75b9e81adf9d6ed97ed5 (9401d1f)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8bd4954709fc4bea245abd2efca870e8fdbc2c40 (9401d1f)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b46b8b7081691a40f80241bfa154acc6d46abc9d (9401d1f)
- networkconnectivity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ff49e0b244002d44580f689e0a3f77175bbe5dfb (9401d1f)
- policyanalyzer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b56b2b1453126a06a9bcba1c96766a905006d3a7 (9401d1f)
- resourcesettings: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a5e25b381450da4c88bf86d24550fa7a75f4636a (9401d1f)
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/81892c895bfe7d8b5a60a1ce7c62f6bbd603a7b0 (9401d1f)
- servicecontrol: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0cfcab3609ec38a84d245cc3207cedc6ec92db5a (9401d1f)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/195cae366ac9c01537584735879ef5ae658efee2 (9401d1f)
- versionhistory: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9cef71c5a52655e5e37b51ac0a430801c2cd97bd (9401d1f)
- workflowexecutions: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6670b1ea9d65e7574d77954cfd1722736bfa5d1c (9401d1f)
Bug Fixes
- secretmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d0199eaf1f51289ad13683a54b6b26a5019b560d (9401d1f)
v2.131.0
Features
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/985f437c5e7cd10e5106ce4b598d923395077cbf (cd67d75)
- artifactregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9e423cc4f43da4f35fe8821c948a28be795907d5 (cd67d75)
- batch: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ba0431766e462b2adc9b862b54ffbc4ef85a4979 (cd67d75)
- beyondcorp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/be1c3bacacd1e2ec91970b9e1a92cc4dbc97b68d (cd67d75)
- composer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d2c3bcc559795030c10d0d07d17a886f19583144 (cd67d75)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0c10b3e004975b51a21aec75e314fca591192fbe (cd67d75)
- contactcenteraiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/49125cd59c00dbcab6cc0d110d7e4b1f9d7ac91b (cd67d75)
- file: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0c890d872f0f5d9c02ba490d9015f8645bfd2085 (cd67d75)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/95a3704ef52fe15964d129642b37d24ed80b5f03 (cd67d75)
- gkebackup: Update the api https://togithub.com/googleapis/google-api-python-client/commit/aebb7edfd1f2327abb019cd560928d16420a61a9 (cd67d75)
- gmail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dd4ac5ece675c3fe972bc0f26e28e85569c5b35e (cd67d75)
- ids: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fde8627c6e409895b5ad7798163af6db56c0e6cb (cd67d75)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3d45dcd5ba9049935e3242afd31e1ff1a3fb45b8 (cd67d75)
- networkservices: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2e90d399a335e349a7ce7903d80060ac63a9bd0b (cd67d75)
- recaptchaenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1f3de83e57ae5bee7e4db9aa22de04975a2de3c0 (cd67d75)
- redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/eae37c179f5d461dd60fc265519a80f75c2bf1ab (cd67d75)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/513380fcf78f58a4b14474487a26536f7071b903 (cd67d75)
- storage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/24eff0dac6c1b2766f7459ed8a2db0a76cc1a677 (cd67d75)
- tasks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8d023a2567d07196d38b0cac0efd0e2e0df7d623 (cd67d75)
- workstations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2997a4a46808e57bf96a994681d0d5801c95e808 (cd67d75)
Bug Fixes
- drive: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a81d8815173fde0656a9ee9740462ab78da72219 (cd67d75)
- prod_tt_sasportal: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6d15113329738f1c5c7e63605e5d5d3a11a40c93 (cd67d75)
- sasportal: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ef4e2be27ace27d262c2f957d8d063f5c6d11fd7 (cd67d75)
- secretmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e14d8f617d8fe090482b513752656c55835844e2 (cd67d75)
v2.130.0
Features
- admin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9cae11bb199162dfba5ba21f070dfd06085a8ad7 (4dabf68)
- analyticsadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8b4da4fd24f2bc28e4d2a4b1018f01380d2268fa (5a7b677)
- analyticsdata: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ae04817752b1d3641747bd897aac39010697e3ef (4dabf68)
- androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ea34c1fc4a1471623e4d0bc916915260f7ff93e4 (5a7b677)
- artifactregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/307a2475f4c421c4584e8d8613e21ecb0fb3b39d (5a7b677)
- backupdr: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8d9ebbe5591e22d731884601f594b58689b73fc9 (5a7b677)
- chromemanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ee57ab17f6c00c5c70f2c871bb5a1e3b4dfdbed3 (5a7b677)
- cloudbuild: Update the api https://togithub.com/googleapis/google-api-python-client/commit/90fdc0a74ec6012b2140b947ec7811b012aac11a (4dabf68)
- clouddeploy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9014d37425cc66bde3298cdd6037729a843a0d42 (5a7b677)
- cloudkms: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2efbae8d3975f1f3a0dd54fa0fd4d3ccb1eb49ac (5a7b677)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f335fedab630610df5eff0fec82a1e764dfba6e3 (5a7b677)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fa24e25679eb6488eac8b37326e58ee08e1c2e38 (4dabf68)
- containeranalysis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/12b4b40150e043534f2f8b26fd1b0113577c3375 (4dabf68)
- containeranalysis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/89ade96dd218129ac862701bdd115123457de7bf (5a7b677)
- content: Update the api https://togithub.com/googleapis/google-api-python-client/commit/38de3549e10e75d1f4531b4ed6ab07c84c9c3968 (5a7b677)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/84dbbfb3d58534f0b92e8e6673875cb019394687 (4dabf68)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b0e7989401127923336cacce44b03f4bbe5a25ab (5a7b677)
- dlp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/104db258aff30c690329c89e5437b077ce2662e9 (5a7b677)
- fcmdata: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a7b954f1889a3877f87dd2a826b42f573da61d03 (5a7b677)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5d5ec7458b6c6f2dfc1a4de363d3627c1acec021 (4dabf68)
- firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/106faf3cce8a0669397cd7526ddd2dea8f326e4c (5a7b677)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/edbcc36911a24aae288f79e1c1b82150d2a6b905 (5a7b677)
- healthcare: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e998730a05442c2d5ef1c685997cfe26c060b9a8 (5a7b677)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0bee19bb227dc72bb358d5d63a85bad6af8a7450 (5a7b677)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b6c6feef4416a7f7a02035296f8aa9b20aea87f5 (4dabf68)
- metastore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/473fcb5de0b38638441694281ea287dc2d3cd2fd (5a7b677)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d6ab2f3d86546e83c2bafed8263a1eb1247891be (5a7b677)
- networkconnectivity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2502ed6f0ea3a5826a4aeaaea26a221e4be02811 (4dabf68)
- orgpolicy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/67f9691d6fbe6ef54c8895b07707d2c0a76f87bb (5a7b677)
- osconfig: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9187b8c854c8ae713baf71a932f6c43abc48d75f (5a7b677)
- pagespeedonline: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bdc7b68d133880bc6038840ceecc62a25981cfe7 (4dabf68)
- places: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0e4a2645f758bee59094c05bf45ba1ca29ef2ecc (4dabf68)
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d562f9c6d33c5e15877fca0dca80311d2f1e08be (5a7b677)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d23f02fe25ab6a292cfff57140039b55967c6472 (5a7b677)
- serviceconsumermanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/83acd84525a0d79e7e8edf331040f81b70f32a93 (4dabf68)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7d2141742458d3097282c77682c855bbc037ea35 (5a7b677)
- walletobjects: Update the api https://togithub.com/googleapis/google-api-python-client/commit/24dda129f856a14e67bf26f04ec69f5a24103e87 (5a7b677)
- webfonts: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4c88e84a59807b11965cc59ac43cd9c2d8629bf4 (4dabf68)
- workflows: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dd11ebfbcf7fef9af71725ea808b092b65a9f299 (5a7b677)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6c6645abf05b5f6fdfbc1356d41efac65f4b31f8 (5a7b677)
v2.129.0
Features
- admin: Update the api https://github.com/googleapis/google-api-python-client/commit/313a2f90b619f8e976a8ed5a57aee68379d19bad (8d9c833)
- aiplatform: Update the api https://github.com/googleapis/google-api-python-client/commit/524e75919cab2d9959cb2a22f03771755f785291 (8d9c833)
- apigee: Update the api https://github.com/googleapis/google-api-python-client/commit/9e758cfdcb37afe0b3b0da7bba9b1a112aab387c (8d9c833)
- artifactregistry: Update the api https://github.com/googleapis/google-api-python-client/commit/eb4803b93fba6ba5599f450077552682989a1484 (8d9c833)
- authorizedbuyersmarketplace: Update the api https://github.com/googleapis/google-api-python-client/commit/0abbdbf371bc07c8d4335c996166ea2e962451ef (8d9c833)
- cloudidentity: Update the api https://github.com/googleapis/google-api-python-client/commit/6dcef10689261f0e125c48b033fd0b3d28a0e9b5 (8d9c833)
- cloudsearch: Update the api https://github.com/googleapis/google-api-python-client/commit/cc45b1fee15cebcf33460ad36e0f4bdae61cb45d (8d9c833)
- compute: Update the api https://github.com/googleapis/google-api-python-client/commit/b4945330b57fcdf833a66de89a447e0569e12181 (8d9c833)
- contactcenterinsights: Update the api https://github.com/googleapis/google-api-python-client/commit/d77f0fb551977f62dd0d3790b17df7620a22a355 (8d9c833)
- container: Update the api https://github.com/googleapis/google-api-python-client/commit/8cc4310bd2d37d3a66ed6b78450c2bda2c3c045e (8d9c833)
- content: Update the api https://github.com/googleapis/google-api-python-client/commit/44d3e2ea1139c99f29e5736e3339e562b3738f4a (8d9c833)
- dataform: Update the api https://github.com/googleapis/google-api-python-client/commit/5cc51d959de2a05fe87dae8363548b0e758376aa (8d9c833)
- firebaseml: Update the api https://github.com/googleapis/google-api-python-client/commit/2a94e4428987cc332e0fd8bdeb577993ba837a8c (8d9c833)
- firestore: Update the api https://github.com/googleapis/google-api-python-client/commit/ae491de2eafb76688d7119c9b4fad2bd7b0f9102 (8d9c833)
- iam: Update the api https://github.com/googleapis/google-api-python-client/commit/4893aa043e475c798a505b2517de109e2a168cc4 (8d9c833)
- logging: Update the api https://github.com/googleapis/google-api-python-client/commit/b4ab366946cce12612de63e3a4d90c5ee2b5d74f (8d9c833)
- monitoring: Update the api https://github.com/googleapis/google-api-python-client/commit/2cdf937a9613296c797cfdd62aa198f8ef996edf (8d9c833)
- networkmanagement: Update the api https://github.com/googleapis/google-api-python-client/commit/3c6a641e09d8f01f6df7723b93fbbd12594d4c96 (8d9c833)
- networksecurity: Update the api https://github.com/googleapis/google-api-python-client/commit/5590fc1dd2375c8da11fed055fad33f1f8cd71fc (8d9c833)
- playintegrity: Update the api https://github.com/googleapis/google-api-python-client/commit/8a41e8c3b13905581743a532349d8c6ab0afcccc (8d9c833)
- storagetransfer: Update the api https://github.com/googleapis/google-api-python-client/commit/9cab4259434897256da973e699ee2bbc65df5b46 (8d9c833)
- walletobjects: Update the api https://github.com/googleapis/google-api-python-client/commit/e64510a3d73cc830bb176efec4be3f3b09b8958d (8d9c833)
- workloadmanager: Update the api https://github.com/googleapis/google-api-python-client/commit/1d38f3a32696b381a3361a768ffb259597fb4023 (8d9c833)
v2.128.0
Features
- accessapproval: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d8ed4d04c32b63cd0adcd679887ec3e4f5bada5a (f63c0f9)
- accesscontextmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1f6482ca7e98551a3aa5dc24a51f0637cc02158c (5828512)
- admin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/72f93af2429e030378901b69d5f2ca14a2734e3b (5828512)
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/37a1410948751056857437d99bd1a9ff590955cb (5828512)
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/73efce93dfef22b583baec2a7a430af1b17764f7 (f63c0f9)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/509e9e6afb5716d97f3b659409a600e89d18f63e (5828512)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6bd95c7401fd3bfe847e0a9445641e4f5965d031 (f63c0f9)
- androidmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e78cd3eadfeda9a6e22378b910b8319468e7fa27 (f63c0f9)
- artifactregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/359420a8ad25cd0be55f5cbcc90003534d456b29 (5828512)
- artifactregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7a4f54c10d03ad80f43ccdd18ca8eeb30b5926fc (f63c0f9)
- baremetalsolution: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9367a7efc0c9216ea7bca7747e2d9bc27598a7ac (5828512)
- beyondcorp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/61a2fc985ae0535c9da68025e0627c9c50f54846 (f63c0f9)
- beyondcorp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b8a9669f46d0cd4d5e9ce69ee21dac5656c36771 (5828512)
- bigqueryconnection: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dbd03dd6f8e549e7e9a6a4fbe581ec6797ffce5b (f63c0f9)
- bigquery: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b93cef42e7c476385fc9b1595840e60d1bc72054 (f63c0f9)
- bigtableadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f0cb589ad64aa51a3c966dd57df8f88bda2918d7 (5828512)
- chat: Update the api https://togithub.com/googleapis/google-api-python-client/commit/10c418626928370959dc38ace9612d507eefb51f (f63c0f9)
- cloudbuild: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b879625324b81a8e129c802018b85f88938005dc (5828512)
- clouddeploy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3e1779ce384da3994571de1078112b0d4a79a3c9 (f63c0f9)
- cloudkms: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9e58b1c6294a283622315959fe0a4f98536b2b6e (5828512)
- cloudsupport: Update the api https://togithub.com/googleapis/google-api-python-client/commit/21c37b2ca206026653a30a0dd8320dd09618cc7d (f63c0f9)
- cloudsupport: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5b232d3f8a52fe43eab525af08668c5fb3ccf297 (5828512)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d46d01e14594b950a1af1eac7a0f67cb7455dd30 (f63c0f9)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f79e1b03090128402e8183f26592c2af9b97edeb (5828512)
- config: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9dc826a922d30d8be7cdbcb28f0ab6493facfdde (5828512)
- contactcenterinsights: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c5a8aae034f050f8b819587e9f57af01dbf6cd4b (f63c0f9)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/61b76e3fbbf26d7c2b352642667b29cec34a27ce (f63c0f9)
- content: Update the api https://togithub.com/googleapis/google-api-python-client/commit/19793e5d02682e33b9622ec84b5c140812cc856e (f63c0f9)
- contentwarehouse: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3c604e4e2a604affd336a83a52888254a5240d0d (5828512)
- dataflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/eb85c1616efa50487f0cf8d7ad0e08dd8a83d9e9 (5828512)
- dataform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/920fde4570a9c42e2ac84fa879e44b9f7d35c26f (5828512)
- dataform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a26ff8067f01dda38fcad4ee689cfa3fd1112307 (f63c0f9)
- datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fc9ca4c4801679040b1133e48a4277e06b67cbd3 (f63c0f9)
- dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a0774848892c9b2f7c74fce01cbb49a4d2ad5727 (f63c0f9)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8472bf06f40f509b6aa8de62a91e6e265ce598bd (f63c0f9)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2b5366f4e2d4da9290bc239a89d6b2abd84cdb1e (5828512)
- dlp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/987da0bb3226c800dc605bd22a7054b0d461255b (f63c0f9)
- dns: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fe49fd7b80a1a2067e625c0b141dcb6c199dc01f (f63c0f9)
- documentai: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1e5c51a18ddbe6f1691f546a5a42e27fcf74f011 (5828512)
- doubleclickbidmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8b44cef05698eb58a04e5c90077dceb4b51c1f7e (5828512)
- eventarc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dff33afacc9a03e39109214308b2b0e1c4508dcc (f63c0f9)
- firebaseappcheck: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9049c39f026e225e6bc7bbd5700eba4982097fdd (5828512)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a406db6a3ad3223e029ee43b3483ee5015e9d0d5 (f63c0f9)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c508c9cec7416f5f6e78f79d7fc9bed2ed1f74fb (5828512)
- games: Update the api https://togithub.com/googleapis/google-api-python-client/commit/77e26ad7363326e6897e8ecbba35c7bbfd761192 (f63c0f9)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a277f6a37f7527165933bb8ea395587c7b4c788c (5828512)
- gmail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/110240c8f446a28067f4ab1e1ce93e2c1727133e (f63c0f9)
- iap: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ce8869b0e1ea222575e85d2ca61bb21b6de23a74 (5828512)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/578d8c53a054068016abc63a26b086bb5abc9135 (f63c0f9)
- logging: Update the api https://togithub.com/googleapis/google-api-python-client/commit/523bc7399aadd8536a133113006583af6d97c299 (f63c0f9)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/654a81be321dda145f6a98399488dd18ad23b792 (5828512)
- monitoring: Update the api https://togithub.com/googleapis/google-api-python-client/commit/97a8aa363666b3406c6504946dc5f24321415541 (5828512)
- networkconnectivity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c36ce6b946f6fe47b9dcd52921935990a95b6364 (f63c0f9)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e482fb9ffc468c67dad593186f3027aa19d9f184 (f63c0f9)
- ondemandscanning: Update the api https://togithub.com/googleapis/google-api-python-client/commit/76c7d295a168526aad69d31ae795e005ea0db484 (5828512)
- orgpolicy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/12150a8f97471055debc884df0a00d51dba055a4 (f63c0f9)
- privateca: Update the api https://togithub.com/googleapis/google-api-python-client/commit/69f6b173565058fbf0fa565ae66031cbce35cb17 (5828512)
- redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/91dea6ce8c5af310c918138381f0b411c93bc00f (f63c0f9)
- retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3efc01675f28842beceff50ae23ad299bface114 (5828512)
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f3ad0246fc6ac2d4198e9c943b262a7d155f758c (5828512)
- serviceconsumermanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/792350b6ca6656b6be0cb3b539e9f2674614dc54 (5828512)
- servicecontrol: Update the api https://togithub.com/googleapis/google-api-python-client/commit/105e2afa0c5a8998e5956abb1327d30245348395 (f63c0f9)
- servicecontrol: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7f793a39deda23d2e200d4968e7fecb6a6306da4 (5828512)
- servicemanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f63b814b3fbd0784a76eca6ef3cacbd238fd3fae (5828512)
- servicenetworking: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cb7d6a493de10db6a3880d9b95355889ecac1a62 (f63c0f9)
- serviceusage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e554613ff01c5ec33b632f2d7824ed140344e7a7 (5828512)
- sheets: Update the api https://togithub.com/googleapis/google-api-python-client/commit/de1a5c1a083ae768488e48421272392155706c13 (5828512)
- solar: Update the api https://togithub.com/googleapis/google-api-python-client/commit/731579c329c4b647f358ce3105ee9767a073408c (5828512)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/26b83e86f286d718d6651e66534c87c16906c8d5 (5828512)
- sts: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f976fc54e1981185e1e3fa2d4a5124c4e67ba451 (5828512)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b1b4c54fb01af138dda617c95ef4e4bce5eafb91 (5828512)
Bug Fixes
- secretmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c001da44e765c0c66763be6f48fc6bc32c468a6e (5828512)
v2.127.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/62c29935dac5191245b9c8f1553952b449c50c43 (54c8929)
- alertcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/eef492d196a0d89f7a0400110382efe20eac5e34 (54c8929)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5081e09cbd7387c7acecd824a558ea9d0769904a (54c8929)
- analyticshub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/789f13769175b9817986cf5b5cb9357fda82dea9 (54c8929)
- androidmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/921e9d41efc9c1f47b2ce0ca9c825c684e09f380 (54c8929)
- androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/aba2664d3dd4c4774aa1c2272945b2b58b84601c (54c8929)
- apigee: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6273c1bc884bff696fe4c7d7d865a3fc5450473f (54c8929)
- authorizedbuyersmarketplace: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5e68db49c7757281b2d05171de6e1719b951cf74 (54c8929)
- backupdr: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0959bcf2760e1077f6b08fbd79ff6893c42de0f1 (54c8929)
- beyondcorp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/abded479bbe0c9fafcb27ba18c02d5ea3e6fe5b7 (54c8929)
- chat: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4dae8976fdbb985532b355dae89e760003438dee (54c8929)
- cloudasset: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3d93e1a64d6bae58686e3e471acff343f29c47c3 (54c8929)
- cloudbuild: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a9def0214a49085387dd276705985d35c5e77506 (54c8929)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7d5361e9e46a7ae1f80368facff37c17a3c1931c (54c8929)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b6c3df899c4a104b0770daf5f35126b79e690165 (54c8929)
- contactcenteraiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1ec2bc11ddfe6f4b669a83bb92d9d122952e01ef (54c8929)
- contactcenterinsights: Update the api https://togithub.com/googleapis/google-api-python-client/commit/36457d3ea327c54dda9de2f4728289f98b591e05 (54c8929)
- content: Update the api https://togithub.com/googleapis/google-api-python-client/commit/540157558d0e6b5523e02d17c0a501524be66adc (54c8929)
- customsearch: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ec9aed92d6ac9735340163cdddbb42e07ddf0403 (54c8929)
- dataflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ab1f8a8de5738148329533eb50474406c4dd1658 (54c8929)
- dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/089d7f7d230d8113a6bdb6a2ff1b1df313813cba (54c8929)
- datastream: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4897b1228b53f8533293c7d8b84f1052cb8f3c7e (54c8929)
- displayvideo: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a5e88d29ae4e063b0f598d722241af10a0f98c9e (54c8929)
- documentai: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ccb6bb0a1c45b2903e44ed5ac9468c6d0292bd0a (54c8929)
- firebaseml: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f66b71713e5f8ee004bab09aa6e59bdfb54d052e (54c8929)
- iam: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7f41fe24d028a0e7a3c3002a81b521806e4c1c77 (54c8929)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/53c491d51de67257f084342c523d87a23717f2dc (54c8929)
- metastore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d19fe91fb3600a38b50abd23150e1d0b047d20c3 (54c8929)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dfaf027b4d44d0dd26b5a7769856d34184bf8d2d (54c8929)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/92eda838e964fd4a258148d69bfddffd82cd1f28 (54c8929)
- redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c3e8837dcc11d3d95be9e239ef4ae5a07b2c08cb (54c8929)
- retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/19283475789ee18652bd3a341e7147409e43cb3c (54c8929)
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/69655d261d7425b0c2a9aee5a958fa2495957b9f (54c8929)
- serviceconsumermanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/79715d01ce9b106421f9c7460dc1bdfb48be0525 (54c8929)
- servicecontrol: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9d75ee22472552935d6fe33f8485343dd77ef1d0 (54c8929)
- tpu: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a76384aada02c0f1803df4edde21006dfac32587 (54c8929)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a319a5f431a5e9aab0cc82cc5b1593349ea72888 (54c8929)
Bug Fixes
- logging: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b2d830bcb04243fa47ce23cdc1139c35faf2a001 (54c8929)
v2.126.0
Features
- advisorynotifications: Update the api https://togithub.com/googleapis/google-api-python-client/commit/16da4befc59e936210123916f323aba1e37f9ea0 (5913c51)
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/401ef21a843cd2dc126712165e812956a0c93345 (5913c51)
- alertcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/81862bc5d85b374ad0d852cd08f696c18a58ac7d (0619998)
- analyticsadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dd2c666accfdb01888eed3e3ccf20dbbf81a8f87 (5913c51)
- androidmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/19577cc4319b8aded62deb06f72be41fa09dea52 (0619998)
- androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5a7de4fb9e4ef1f9d1dc2e2c1c0d310b2112ae06 (5913c51)
- cloudsupport: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4fa66528f72f453d3221512d46a6a1b7132dad54 (5913c51)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/11e15e6034019484c8cac0c2db8208621449ab5a (0619998)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9491c2d2ade9c6ed8b71192441946859e934df49 (5913c51)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1bc721c0404b90c232519dd502dd1888a1a8259f (0619998)
- content: Update the api https://togithub.com/googleapis/google-api-python-client/commit/984f9a7754d6cf8e9822ef02b35e9d061ea3a536 (0619998)
- content: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9d36e11d6da4fde7b27eee96e83eb54c28781eda (5913c51)
- contentwarehouse: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b8ee0f7381ee4a0f7e6a851e94c5bb0726d739c1 (0619998)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9813760749815bdb0ff3460bb08ab7d25479cc8f (5913c51)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dbb76c843f932545df45b559d80eb6aca7f379df (0619998)
- dlp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a40526d3c06af89f2fa7bcf8cb2f81df48fbd093 (5913c51)
- documentai: Update the api https://togithub.com/googleapis/google-api-python-client/commit/60effdf97de06e44b46534368e44dfe74cddef21 (5913c51)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/13c8868562f7c74abf2027c85a0b5c7545109691 (5913c51)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d3ac1a9bbab9b2ff185ff16d7bcacb73a1073f97 (0619998)
- marketingplatformadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/86d330a4d342b834257a686cbeb55d94046078ee (0619998)
- monitoring: Update the api https://togithub.com/googleapis/google-api-python-client/commit/32278b2a546e5e385442609ef6c926439a79fad2 (0619998)
- paymentsresellersubscription: Update the api https://togithub.com/googleapis/google-api-python-client/commit/51db113f9dd822a8ca780f95f835818c372b0a97 (5913c51)
- searchads360: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5ec677c002df07873ee122836ac34594e70326f7 (0619998)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a1e8c619ae69f96fc5ba8c90f15d57503bcb28ba (0619998)
- trafficdirector: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7e1738fed5365f4dfa02ee8905bc8c84adeb8420 (5913c51)
- verifiedaccess: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3569331b4e20c4f416455bf47dd82c121fdb881d (5913c51)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fb2bf8e7846f4eb9b65691d913eabf957be5af6f (0619998)
Bug Fixes
- Added Added syntax highlighting to README (#2384) (1f27614)
- dataportability: Update the api https://togithub.com/googleapis/google-api-python-client/commit/17d775264701d0c1a2bfb86bf696a66bf675e8ad (0619998)
- dataportability: Update the api https://togithub.com/googleapis/google-api-python-client/commit/beecc6f647c7a2e0371f9a5cd76eb521ca4f7e16 (5913c51)
v2.125.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3fa443040429e8808266578e452f775912314352 (96a974f)
- alertcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/05f7bba2e30d8c42707efa1c9a10d98d2bde54d7 (96a974f)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ef585cae2f98eabcfb13641859387283c4661661 (96a974f)
- analyticsadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a01ea2518b22a6f1d55a1e00f4046783cee81fff (96a974f)
- apphub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1d8d9f693da8bf82e644255254a6cd018f54689d (96a974f)
- beyondcorp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0a1125d5f4780964404f765e68b600c20613bb92 (96a974f)
- bigqueryconnection: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e131e87b0e584834a6c5518561112da7848fc7b3 (96a974f)
- bigquery: Update the api https://togithub.com/googleapis/google-api-python-client/commit/090f47b2f09ea5e743d78632d1c8ec62ba20f0e2 (96a974f)
- bigtableadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/af5a997473fc961704f4e38c525b776c8649ad7d (96a974f)
- chat: Update the api https://togithub.com/googleapis/google-api-python-client/commit/492c171e6e096b8cb7ce1b2858ce801c67c2afae (96a974f)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/605a1e04cedccbd11b6ca5041231148d12bed7fa (96a974f)
- content: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ce3d8ce5f2d5f6a28a7e6813725df1833b2f94d9 (96a974f)
- contentwarehouse: Update the api https://togithub.com/googleapis/google-api-python-client/commit/009c1d760563245a48632f3e2b9d27c3eb8bc36d (96a974f)
- customsearch: Update the api https://togithub.com/googleapis/google-api-python-client/commit/44bffd356f2684e2e56c0a178f0925718ae93675 (96a974f)
- dataform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5fae742b0aa8176c401450be6f5887321ed47389 (96a974f)
- datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/98b7c8c4e6f99e39afb443a815ac7463ab4931d9 (96a974f)
- dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/59e643d178fb925138e47949766a5e2b2d58968d (96a974f)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d546a689622e26425466afe28b40fe7667c5d34e (96a974f)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0693eaef11a0aef49f6964636f3330857f1c0745 (96a974f)
- discovery: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a212ce6b074bb64f664ef85ba90467576b482677 (96a974f)
- domains: Update the api https://togithub.com/googleapis/google-api-python-client/commit/22bd65689ef4b6bd0d2ec132b599b5fb9675f0a7 (96a974f)
- factchecktools: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fa3431056ee2611a56bee2fc9c0b2fecf908d74f (96a974f)
- firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3e1ba17c0a260014327e11c16058202521e717e2 (96a974f)
- gkebackup: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4cd9a8e61b4bf70dc1564d28ee127000c61185f9 (96a974f)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/40ce6ef08e67795a1eb6a5b9613cd2196583fc44 (96a974f)
- metastore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5961fb68340a3fc3ddfeef3dc97d4cc79c0450f1 (96a974f)
- migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f0a44ad3d3983fcf3c23d46b7db024cdc15d3991 (96a974f)
- orgpolicy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ac7a596edc8bbf821aaeb84d2b8e0fd5e72b775f (96a974f)
- pubsub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/370d664904b3f7f69fbfeba696c27bbcccb16635 (96a974f)
- recaptchaenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/03ae14df0cba4b06750132cba199e1ed99ce7cc5 (96a974f)
- redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b1058e876339125c50ad3b009e59d39b27c64069 (96a974f)
- retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9e7975db06b57d14e8f7bedb27c80eb1f728bffc (96a974f)
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f5fe0c7066cb16bdc98b3777bc5d9d0c9e7a2b31 (96a974f)
- servicecontrol: Update the api https://togithub.com/googleapis/google-api-python-client/commit/125f24d6a3c1b85763c937ac2bfcbba16712260b (96a974f)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a2968abfe65cd4cd00d1eebd1095eabf1533ec6a (96a974f)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6dde380674c579f090daeffc9ee1d1413648b104 (96a974f)
- workstations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ec2f3f7d89ca59c836afceb6c1ea36e11386e53a (96a974f)
v2.124.0
Features
- Add support to validate credentials for configured universe (#2362) (51638fe)
- adsense: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3b242b982044b13fcd27fa11b5f3339ec32d5412 (42f5eec)
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1fb8c03a15a4ba1c2c2ecce7c46b21bccb1b1063 (42f5eec)
- Allow users to configure client option
universe_domain
(#2368) (359b3ac) - Allow users to configure universe environment variable (#2369) (4766fbd)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c51d2a8a32be0fc153f58de30a5b2d58dc40c585 (42f5eec)
- androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1f2d9286ea07100d7242697c05a21127776d51c2 (42f5eec)
- apigee: Update the api https://togithub.com/googleapis/google-api-python-client/commit/288e9fdbe5a3d193cb16bdc3aeed308423382f87 (42f5eec)
- bigqueryreservation: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5620d4b775d348c402b46fcaabda252c275ac0c4 (42f5eec)
- bigtableadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3ebffd132f25c1eab2caac0e0992cc1b8ab0bca2 (42f5eec)
- certificatemanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/44ed7033d86cf860af5df3345714e477a35fb761 (42f5eec)
- cloudsupport: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cda5be2aa692c236412423af437d2ddcae4ea2db (42f5eec)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/62ea595c1420f44b1c8ad393653452cc2cf50c5f (42f5eec)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bc62721ffba2940c86baf3206da0d2afb77bedb5 (42f5eec)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f8d761835ff035c1c08626a000bd26625cf5d757 (42f5eec)
- customsearch: Update the api https://togithub.com/googleapis/google-api-python-client/commit/269a3a76dc0ad5c1ce065de225397a97f28bc556 (42f5eec)
- datacatalog: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5d9cc58b870cd673f83b4dbf9765762b9173608e (42f5eec)
- dataproc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d65b3770b9fabd036b5d4a81e17d0ea243c2c5d4 (42f5eec)
- datastore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c889631cd0114b32f127b1e6006c3e678547f8c3 (42f5eec)
- firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9c4cd50ad3d8eab4cb2dded568bb9b39877a9c5e (42f5eec)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/aa1658efbaccefc20ed1291e25dad0cfc6e78657 (42f5eec)
- iam: Update the api https://togithub.com/googleapis/google-api-python-client/commit/439dec052b51958dad75edcd514d8989141fa3e8 (42f5eec)
- identitytoolkit: Update the api https://togithub.com/googleapis/google-api-python-client/commit/339d1ec8fc03dc50c18f6932e628e617c79d75ba (42f5eec)
- metastore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4dc6bcaa2887ca136f22b3ec1802f3bc5a9ac1eb (42f5eec)
- redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a5798ad4d066b5606c1b47e78a8a8d5d99b223a9 (42f5eec)
- secretmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1d741c798ee3658ea783caf95ae6018e1d41cb14 (42f5eec)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a63fec8685e86d4a60ba08ae6e3ee71ab6215a23 (42f5eec)
- testing: Update the api https://togithub.com/googleapis/google-api-python-client/commit/474ebeb8a336d0fc9014ceab2d99be1a7112ee96 (42f5eec)
- Validate credentials for universe before request (#2367) (77666bf)
- workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e432a3ea3ef124cf730477b43c89b461576e0624 (42f5eec)
Bug Fixes
- dataflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e053d1ad0dfdd9c4ca77d6676b043c05d4cefee1 (42f5eec)
- dataportability: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2ebeb5634c56f98d45079c946f1b54f06e828559 (42f5eec)
- deps: Require google-auth-httplib2>=0.2.0 (727c073)
- deps: Require google-auth>=1.32.0 (727c073)
- deps: Require httplib2>=0.19.0 (727c073)
- storage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b4175cfb5e56118b426b2b21fd02ace28dd64d38 (42f5eec)
v2.123.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/840e463c58748a5ccf596d56cb8e27222e672737 (c855a7d)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5a65564a259082fedf0a6871ff3b21ac5b65beb8 (c855a7d)
- analyticsadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e7a9979b37181bec6960ed03c744e8e981c99159 (c855a7d)
- analyticshub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/da51b77c9df67aa533a930e97a79b43f5fa06e49 (c855a7d)
- bigtableadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b7374c5b9447ab75188cf5e0bdc72efe97c2d5ec (c855a7d)
- chat: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c77b19b011900ea522ba75f12069bfa71e1661c0 (c855a7d)
- chromemanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0c817482a79c27eadd04a883fb034f0b2683ef5c (c855a7d)
- cloudbilling: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8b2920ba8f2ca2292913c753bd739f54ea82b93f (c855a7d)
- cloudbuild: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5f3fa0409bf9d4d78aa6c4561c35420756f573ed (c855a7d)
- cloudidentity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7318f680c61296c78095830618901aaed96f068e (c855a7d)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8f58e90649f35cfe7b3901c70e169b725ec12569 (c855a7d)
- content: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d118c6b2fdb1cbce7ecfc21ae47c965263c95f13 (c855a7d)
- datacatalog: Update the api https://togithub.com/googleapis/google-api-python-client/commit/016af62d69f88be5195d147df44df7e2d3aed519 (c855a7d)
- dataform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/85f625e113ccd67f936d299fa5d6fc970eae3759 (c855a7d)
- datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2e6f8055797a872c1e9f8039409bea9ea754bc11 (c855a7d)
- dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/59be5b7308307b7e57afa3688368ea22df3e3edd (c855a7d)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/896a5e50fa97c46b2203bd8b11fb2d654655ef32 (c855a7d)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/33b0b8d2394cd818ad7ac1f52f313859061f8182 (c855a7d)
- documentai: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6f19aee29da15de9ade5e00294d74968841b87a9 (c855a7d)
- firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9703f76390f7379f6702bca2d1e508125a37057b (c855a7d)
- iam: Update the api https://togithub.com/googleapis/google-api-python-client/commit/37e25c0398b4cb1ceb7c6300afa13b0ca4a0eedf (c855a7d)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/56a10368636dc4b7bb7404659c693879d860ddb9 (c855a7d)
- logging: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4f1084be29401b87b6480e16cd88a356267cb967 (c855a7d)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4df586d6fb86ff89f6b1f8c5b558aca12f42e289 (c855a7d)
- osconfig: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0932619d9936780c376b3fa14e49f0fdc6a17ad2 (c855a7d)
- redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b753fb7197a37686e48bb084452826df1e3b2233 (c855a7d)
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/15d4c3401187aa1f4ab99ecb18675a54af25d173 (c855a7d)
- secretmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b3e4facfe9c2169e3855fd7b51b284a1f160b72d (c855a7d)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2beaba7cec53bd197b4582d110b76ab4e30074bb (c855a7d)
- storagetransfer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/79ce65bcfd7f73abfb8b39602d72fe438c621299 (c855a7d)
- storage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b5eeb1355ebf8f93beecf6216a9086cec44946f4 (c855a7d)
- sts: Update the api https://togithub.com/googleapis/google-api-python-client/commit/62ce2be85d15d93bbea49455e0adf5c0d81fb501 (c855a7d)
- tasks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/595e2b06ef66d9a61ae04d93e912e154a7066357 (c855a7d)
Bug Fixes
- dataproc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f5c4ab6533a2b5d8e27f2293ebc373767fcedbe0 (c855a7d)
- people: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b263502df7869ec9b01dc9430581a093a9fe465b (c855a7d)
v2.122.0
Features
- admin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7d351d7e82772ccafac20227ca44b7500e575fda (ed19ebb)
- adsense: Update the api https://togithub.com/googleapis/google-api-python-client/commit/052d5fcd44bdf2a5d2e06c4283ecda13799ec9d8 (ed19ebb)
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8d0fe814d5411925dc4b9f7b46d40ba70cc1003c (ed19ebb)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/90e542aa1992f77c76c343323f85cf30a9cdc2dc (ed19ebb)
- artifactregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fb8fa8c6347265d40143ce53e657db25e2ced2c5 (ed19ebb)
- beyondcorp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1c4dc68628f10c098f999fb4fa065c1f6a5c41b8 (ed19ebb)
- bigquerydatatransfer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9b9d52a8d7a55e439c57eb9e4bdecacf0ba14dae (ed19ebb)
- bigquery: Update the api https://togithub.com/googleapis/google-api-python-client/commit/af55e33fb3482b7ae8360e8bb499b1b41a47ad1f (ed19ebb)
- bigtableadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6a33125e281cf7163d64d12ceaba821fd497ed6c (ed19ebb)
- cloudbilling: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1d5ea0451b362944837f482d611a650a70932596 (ed19ebb)
- cloudbuild: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d36a3654ce33dc47446c0a4a3e3f1b2cc1d7f4b3 (ed19ebb)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/16ae7164828815a65ee3d415700117626f5134fd (ed19ebb)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/db743436e0dbc68231db9ea71f698ae8fd9c7a7e (ed19ebb)
- containeranalysis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/583897d89d8a9ca39820fb9ae462af46b64817c8 (ed19ebb)
- content: Update the api https://togithub.com/googleapis/google-api-python-client/commit/78b17acf4134191ad9bad4f1dd4c2994bac4ebb0 (ed19ebb)
- dataform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1e3f5a93ebb9b25c7d0c98fdb6cfd58e74048bac (ed19ebb)
- dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/af3534c3f205ccfd6ab7fb959addcae80a3f0942 (ed19ebb)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/48b30d7903a0536f107c8ce16c2d917bf89a92bf (ed19ebb)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3e175d897dc0355d39587f9cbae72035810cdca6 (ed19ebb)
- file: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d92f1c1f86e4c70856acd00da33e4bf3df863a92 (ed19ebb)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c9f95f64eaa25a0548eaecbf99026041bcc6960e (ed19ebb)
- language: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b24d6076ba8fa47ecabce5aa9035a96c5a6ce015 (ed19ebb)
- looker: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6f898f376d9afa062abea6043f5fc4d680637ac1 (ed19ebb)
- networksecurity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b74c804155a359614f817df633fedaf8bc2a2faa (ed19ebb)
- places: Update the api https://togithub.com/googleapis/google-api-python-client/commit/37e5f9e98f758c5548950e949ab5e570ffab46f4 (ed19ebb)
- playdeveloperreporting: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c9e84682210e62e742a9c53461e5469f9b8c4ff4 (ed19ebb)
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/59e07c8c6c3234ff59d4739f925d228cdc8d1912 (ed19ebb)
- secretmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e119e73db9ef73e91aee30b13df795ce28249334 (ed19ebb)
- serviceusage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5db91e2709891e171e623d218b4d6cad6c60cd79 (ed19ebb)
- slides: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cff7dbe793f74a8fcd18118f07da92c20e6ca2ca (ed19ebb)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3dbdf23158942a05413788b531800a7bd2e00750 (ed19ebb)
- storage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/243cc1b8ca84c15b818e60e80498474c00ac74e1 (ed19ebb)
- vault: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8d1777b0894171690758d7b5953d56497dabf77d (ed19ebb)
- workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6d3e8218bc1747e38b49c819ebc3946d9f6a0245 (ed19ebb)
- workstations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0f96cc7dd55c4bfabf4fe1d87f861d7ca4a3ac9c (ed19ebb)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/97792568d09e7456c24c6a52490a5f5d3378144a (ed19ebb)
Bug Fixes
- dataflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fbc27081ee7249fe98bf0918e4b8e87ae633906b (ed19ebb)
- logging: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3246fba9a8ac44f627cafa84fd4a73b3e206c26a (ed19ebb)
- workspaceevents: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a48aae731f3531dcf160618c1f33799cb9782c99 (ed19ebb)
v2.121.0
Features
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9a132dec4d7f4ae5a599d9c3ab592b82099ba413 (e897b39)
- apigee: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d851a39ab22ad551e1eb8b804f1e5149e89cad07 (e897b39)
- appengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f5e07355f3677559746b219fdaf0a255c4c392d3 (e897b39)
- apphub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/42a9bf98f8c73656d96075bf933c7542ef359a7f (e897b39)
- authorizedbuyersmarketplace: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4ba1346e48b9d82515e7880981c9d40ef5057508 (e897b39)
- chromemanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/35aff640554ecac72471c96e472d25389b966d66 (e897b39)
- cloudbuild: Update the api https://togithub.com/googleapis/google-api-python-client/commit/99b4dcabf21eff0fc89461135c20d3d5db1077c0 (e897b39)
- clouddeploy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b08b08ae90e2bd6846a612dee54b25512f129851 (e897b39)
- cloudresourcemanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/359fa999b4d7a6171dabca385ce019e8c9512be4 (e897b39)
- composer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1aa161c4b2478e358a85678dc69a31451b3bf22f (e897b39)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9ccba78cab4f0cf84947045699cac75932ca897f (e897b39)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/39896cf3bff4557f38352f336d45af9ff0d719da (e897b39)
- dlp: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f17d8d06d41a35e080dd711db4c70c34a9a6ec2a (e897b39)
- dns: Update the api https://togithub.com/googleapis/google-api-python-client/commit/40cb6b169146795dcc1ecb340a3cedc6daf26aaf (e897b39)
- documentai: Update the api https://togithub.com/googleapis/google-api-python-client/commit/69f5b8bf4bc090316e05bd9fad149c22029a0fe0 (e897b39)
- firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/43b4c8c7b9118a97c14be7682748f0b686562e7b (e897b39)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cc201c159c1c46942ec27144df3cafc950e29769 (e897b39)
- healthcare: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2b7a7a421ad5549ed4e5132aca173afb79026d73 (e897b39)
- logging: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ce51440db55de0535b130804569e78519fb74d89 (e897b39)
- metastore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dd635a44fa78f236c08bca8f2d0ab2c3e1c6a1ec (e897b39)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d1b5e995bded0eb2bc03a8f7ba2d13e838847f71 (e897b39)
- policysimulator: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f040da39be77c269936105e0da93ea5d41a49438 (e897b39)
- redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a5b7ab3cd3890c67f02132bfecc19f99d7057ac0 (e897b39)
- retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/eb0ea7dbd86ff0310c7529a61d3e8b5565abd97b (e897b39)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/991041a2b731ede638e7f5bc4640c3c73e40678b (e897b39)
- servicecontrol: Update the api https://togithub.com/googleapis/google-api-python-client/commit/860c10a9d68b1b2c35ec98d91425c9b6c5562ff0 (e897b39)
- storagetransfer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dc8b57858459fbfdea9ca199de8e42508e851189 (e897b39)
- vmmigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3e9c09d130fcff8f1a30de9d86c9b9e23b7ea807 (e897b39)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a54435f985e7b3a56f1e5903ff988bb0fa3e566f (e897b39)
Bug Fixes
- dataportability: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cf98c53e3859fd96b8850eda3846b0dd704b99f3 (e897b39)
- pubsub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a0efba3ed5d4fc826256897f6d248bee990ecf56 (e897b39)
v2.120.0
Features
- admin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3fc86c642a432f0137a52ca9c64f47a5241e0764 (bb6dbcf)
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/663bdae9a8133c2178dc0f652cfadfc2c15a6b3c (bb6dbcf)
- alloydb: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6a5362e5052b552fb0fd9e3ef5e6d3d30c1881f7 (bb6dbcf)
- analyticshub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3abf58420f066b2ec787f4a9cecc036d6caa2c78 (bb6dbcf)
- apigee: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b7ae824e832b3add50d3088728440bc4625b6767 (bb6dbcf)
- appengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/16d304f665d1e259cbf664a42058119b76ca4519 (bb6dbcf)
- bigtableadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/199280acda5d292340566f84093ac3e263e8fec5 (bb6dbcf)
- binaryauthorization: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9ca88c19c426611cf8d0f276315b990123f85d50 (bb6dbcf)
- cloudprofiler: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a9f4a0a980fa0a5fbbfd21c0ae3235d104101f51 (bb6dbcf)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b5798db9a786af5b966ede4babf5714f79e67b68 (bb6dbcf)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/992247e9781a2b906aa6e6e237fbb723757efc26 (bb6dbcf)
- containeranalysis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5ee6796c6d8e42c3186aaaee5620f3486787fa86 (bb6dbcf)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/16f693e5095b7fa97f413f9037365458d1938f34 (bb6dbcf)
- datacatalog: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a1df836b59ef24fedeb4045a606bdc1e348c97c7 (bb6dbcf)
- dataflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fc026599c609723cbe25357b13f5469a1e18bafc (bb6dbcf)
- dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4d2f788150decea9d9d370964f864a27ab13dc25 (bb6dbcf)
- datastore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/73375debf0d9badea525baaa76992829957d01ea (bb6dbcf)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d35dc29d6f6d987095c76883d5c52451820e3f09 (bb6dbcf)
- displayvideo: Update the api https://togithub.com/googleapis/google-api-python-client/commit/07cec5e8c099340bbe6906090007ece3a226f817 (bb6dbcf)
- firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/57904b38fb44cfc68788921fbc06281d02dcd82d (bb6dbcf)
- language: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0ba9fdb99b89404faba4ebf128e629a3d988e122 (bb6dbcf)
- logging: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bebe09058db3920e719d20754580f094eecb7995 (bb6dbcf)
- looker: Update the api https://togithub.com/googleapis/google-api-python-client/commit/40909d45073e9cec9076c603467a4193a7093361 (bb6dbcf)
- metastore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5dfad9154f3e4fbb133be853a2347881f40634f3 (bb6dbcf)
- networkconnectivity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/36d096ee426450d94daada18569b1f4e4fbcc8f2 (bb6dbcf)
- paymentsresellersubscription: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ba12c71e36cd6c99d8c2cfd83e5ef857b9023ab6 (bb6dbcf)
- places: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f63789a7c34655f6e2304566d55a58deca7c4845 (bb6dbcf)
- policysimulator: Update the api https://togithub.com/googleapis/google-api-python-client/commit/694d970d782b3e0779e059fba7fab419e2c8cc49 (bb6dbcf)
- privateca: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e12ef3785858c5866a2418bbf37790a0204d8423 (bb6dbcf)
- serviceusage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5a1312dc9374c5bffee4d7e6f6503664a4fab576 (bb6dbcf)
- storagetransfer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b8084ae6d118cca61d6fb836e4ee21057ab568f4 (bb6dbcf)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/477bd5498285fe14d825ef457ccf16da454ff775 (bb6dbcf)
Bug Fixes
- bigqueryreservation: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0957c1ae4887e09a32732403347d4c45d3f1362b (bb6dbcf)
- cloudkms: Update the api https://togithub.com/googleapis/google-api-python-client/commit/139ffc8915d0ffd9a90e7ea2a6ce7e5bdef5a8bf (bb6dbcf)
v2.119.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1e362d605489cc59d732182d8492e9f572f86dcb (3697371)
- androidmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6ccd5eb4557f7eff51066c8bfe8142dcceff783a (3697371)
- androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8b4463dce15d49f6fe47e5770ac8e06965604425 (3697371)
- appengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3117b7caf3f7c6e03240d71ad0b5c46766df6043 (3697371)
- apphub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f4a2fb0f791f1514fd9d04ca654554c4b39d6114 (3697371)
- binaryauthorization: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c79e1a7fb20c1383dbf69e9d8616665bc6d39a59 (3697371)
- blockchainnodeengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/74bab4149c2d7395ca2907d0a2537a2bed16dd50 (3697371)
- books: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b795a1f63b0fd980a7e251a7c9ea9abaef06b764 (3697371)
- certificatemanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ad529ada9d39c746cc72dcc1630aac83b3489f22 (3697371)
- connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c0704737c817915adb08b36ab5355250660b2003 (3697371)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0dd50c6513e973bb8e904b7f99212936d23075e7 (3697371)
- datacatalog: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f9d677883690c7d9ce89c67b4da0220c7781ce4b (3697371)
- dataproc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4119fe5f3c97f5470c690a76ab1fa2c7c2055159 (3697371)
- datastore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/562f22daf2ee0613a37db2c105a69292ccf4eff9 (3697371)
- datastream: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0abc7fc4ac447d4bee1a3e4a0b02deb7330b74c8 (3697371)
- firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4d34d77f7818a3779d11dee9b2268d90c51325ad (3697371)
- gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/25142e0007a79c0e293893ee6b256ad583cf2a55 (3697371)
- language: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9f28a17345a6a1242d3246746dac5fad709dfc15 (3697371)
- localservices: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ae61a93829cdbc69508200084770bca7043a081b (3697371)
- networkservices: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d541c9fda56414abd090880f70ebdcc269f56b72 (3697371)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/935614bbae43e9854dd6f534928877fdbcbb2d51 (3697371)
- storage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6112756278b16a83969e3d85c5774a78189ac3a5 (3697371)
- testing: Update the api https://togithub.com/googleapis/google-api-python-client/commit/95e0c1d57cbc6b65b86877632d6fb081f629c2e1 (3697371)
- transcoder: Update the api https://togithub.com/googleapis/google-api-python-client/commit/64887af8dba8ffb25378784c79b793613bc2055a (3697371)
- walletobjects: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cb7e2cd44b43f6ffec5f3012cfe3a2764e544ae0 (3697371)
- workspaceevents: Update the api https://togithub.com/googleapis/google-api-python-client/commit/471f7c53cc33b77a907ee41da1f8b74b0d8847cb (3697371)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/13f8337f3ee3b8c99753ec1207b1c29e30e95512 (3697371)
v2.118.0
Features
- aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f38f38fcb335281327327cc4b36cd7d7c379bc08 (f19aadd)
- androidmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8ba17b1daa55c5f93a0ddcdc932d02053c3255b9 (f19aadd)
- androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/61afcd364fcc44f2307c0f9dcc2cab71ca45b00f (f19aadd)
- bigquery: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d7373226fa9f42ded9afc70f8c5ea2ed988d95b1 (f19aadd)
- cloudbuild: Update the api https://togithub.com/googleapis/google-api-python-client/commit/80392d0ac53a885ebbd2b519b02df5b5ef769086 (f19aadd)
- cloudfunctions: Update the api https://togithub.com/googleapis/google-api-python-client/commit/542d1b0a0605b61736cecbc227dd62a3e8c103af (f19aadd)
- composer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5b090efb344d5c5dda3ff51b3820107dc95405b9 (f19aadd)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/97ab819208e6bc33b47ccf18fd47b909046f0101 (f19aadd)
- contactcenterinsights: Update the api https://togithub.com/googleapis/google-api-python-client/commit/192ce28b14efc247cde1e9bb549b834ad5fabb4c (f19aadd)
- dataform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1d8b7140f4d927d5bdce1652c600f5c57fdbca0c (f19aadd)
- dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b837f5756b2b92bc66dd69d70c180a0c292028a4 (f19aadd)
- datastore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f2e61ea8d31629eb338f2050596440f575e9db55 (f19aadd)
- dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8568f2d2a1e3428cae67e354e9e4e0a526592774 (f19aadd)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8a4d37528e215f232312fb67bd088fd2597e0545 (f19aadd)
- firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8fea3a2f51ef68546b6d84281cdb5c62620973b4 (f19aadd)
- healthcare: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8d2d18919bd752ed96ea8f315decea12a45b5aa7 (f19aadd)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e4ddfed419ad49c54cf8bbc3e4a22125b6180593 (f19aadd)
- recaptchaenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2cd64ff906be7e6deed09efad767785983f938a5 (f19aadd)
- retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/88b499c1561560120b746f9e966904974f6e5693 (f19aadd)
- searchads360: Update the api https://togithub.com/googleapis/google-api-python-client/commit/750081090e3a9a2a8276ecce5d375e8714d30d66 (f19aadd)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/57b62463e7ff3117e74003fee80c279ac3b82376 (f19aadd)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b1e17fa32f37b9715b52e66d80076ca6ceb52988 (f19aadd)
- storage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/33d92ca4cae9cbd8b9541924730f821a801e8f03 (f19aadd)
- testing: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3c0e2ff05f148a195da7184c10f732eb492cb93b (f19aadd)
- tpu: Update the api https://togithub.com/googleapis/google-api-python-client/commit/acc8eb0fb060b76ba176215ea3aeee9f54eb67fa (f19aadd)
- trafficdirector: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2e1fe04945ccbb9abaf99823ec10935aead15b22 (f19aadd)
- workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/67022796d650527bcda04175560e4069b1010611 (f19aadd)
Bug Fixes
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ac2fc4750ca4fac9cffb5523fe8cdd9b79dcdaa5 (f19aadd)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d3cff5fe598d1718516d32848f058903e3091812 (f19aadd)
v2.117.0
Features
- alertcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/99e21a2a1c85f61b7296d6ae2407a9766b415165 (4619f37)
- androidmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/946cf3ac1763a1b32346430372b13239a4bb4d22 (4619f37)
- apphub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5dc127505a4b8ff879d8ab4898078bd8fd0b9a1c (4619f37)
- bigquerydatatransfer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3e1cb304228b00668d14385a925792c52db5c365 (4619f37)
- blockchainnodeengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5756086ba79c929ca6d3e9eda6711eb6ef2aa49e (4619f37)
- cloudbuild: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2a3329c6fe6d438484c0616a97ab2c4604c16ce7 (4619f37)
- cloudidentity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5c9c894235d2fe3de37153e0b3a154836f9ab766 (4619f37)
- cloudsupport: Update the api https://togithub.com/googleapis/google-api-python-client/commit/42e8caeceef94e95a930e6148c6da0cbb5b5ebde (4619f37)
- composer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5a252cae327ed573f76b0f85d284d928a68e9d8b (4619f37)
- compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1f7d3392f06381a180a24edf3efd9b7b4c7ec60e (4619f37)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4c143a01335a27da834fd11a943f490d05258c15 (4619f37)
- dfareporting: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0d1d764055c36b56150367db33b64055a1818160 (4619f37)
- discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/315dbd4864ee668602a39745b10fa23680499b79 (4619f37)
- gkeonprem: Update the api https://togithub.com/googleapis/google-api-python-client/commit/83a45f8c8fd02f39b3e3df59d56967dc820d7cec (4619f37)
- integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bafac20d5673ba75e2232dc93b66e304587c756b (4619f37)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7e148bc088b1254ac393a2badf74b563467b7266 (4619f37)
- networksecurity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/245f8d98781221ea15cb4cc570dc5f96657f225e (4619f37)
- paymentsresellersubscription: Update the api https://togithub.com/googleapis/google-api-python-client/commit/802c3be085eef4b9adcb8841b9b6534998611e05 (4619f37)
- pubsub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6343e29259a3aab079a43ba36ec8344b4b5ef1a6 (4619f37)
- run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/68b64e11cda74ed3cc8e27e61873618f8c8a4664 (4619f37)
- sasportal: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ea023b98a4530517d6fa6deb9ee6b1a718212899 (4619f37)
- secretmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1901ae50bd606eb3c8683a1775c857da9fd45c84 (4619f37)
- securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/07b448465e0788e2cb1b4e67fd292f03e8aa9dcb (4619f37)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a7263a2694ed6cc88bcb2ac331bb40dc88a3fb1b (4619f37)
- storagetransfer: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4e4dfe4964b3e9f1929d50e7dcf4e08a4c28a32b (4619f37)
- storage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e2a1014ec95a00d45133ffed067d2a66de9d8e30 (4619f37)
- tpu: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2c7c86dfa917f099aeed22a52eaa8ee847529d0a (4619f37)
- transcoder: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ba68b165736584ac87ec8f460b1646820032572e (4619f37)
- walletobjects: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4fa9f4802b9bf066bc32314c7b0f76ae75e051a0 (4619f37)
- workstations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9658875675e736ab90a98e88774f18cb796bd7c3 (4619f37)
Bug Fixes
- admin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d31209915a95e5f3917a50a969b8e01ee51eaafe (4619f37)
v2.116.0
Features
- aiplatform: Update the api https://github.com/googleapis/google-api-python-client/commit/901407b25814273c07e29015035f65450df56d89 (33feee4)
- androidmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/653a59fd788f9bb99a0757c743b45265cefd952b (cde60cc)
- androidpublisher: Update the api https://github.com/googleapis/google-api-python-client/commit/3620d113f2d4cffd21c3389eb2f647bcdc82d2d4 (33feee4)
- artifactregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8b0301475d47c204089bff68ea42cab065b31d19 (cde60cc)
- bigqueryconnection: Update the api https://github.com/googleapis/google-api-python-client/commit/633b5bc9c9f4ea70a536ecacae93be3d158330d4 (33feee4)
- bigquery: Update the api https://github.com/googleapis/google-api-python-client/commit/33618015fd06c09862d48e5fb2036b3b322b9c6a (33feee4)
- bigtableadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/75da3aed9ae377fa947ea3ae0acdacddc842f3d7 (cde60cc)
- blockchainnodeengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/42cd3fcb14766faf92349e0f770ac44cebfaa140 (cde60cc)
- cloudasset: Update the api https://github.com/googleapis/google-api-python-client/commit/73c9e86c544f312e69037cce81981630dae1a1d1 (33feee4)
- clouddeploy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e64391ed451bbd5c943d8d275b8177032e621c84 (cde60cc)
- container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cfeab0f6049ed92383d4289ba6bcedc7ad60e96d (cde60cc)
- content: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a8a7ec6bb272d712b86e2798c4d9c3fc58ea6670 (cde60cc)
- dataflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7e688536fe32a5412f3573f4712cd9eab8285cad (cde60cc)
- dataform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/284d912071a61474b6c04c567c6072d73fee6586 (cde60cc)
- datastore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d7dd78b5b5a7628df740ae9d66a7892ded4eb654 (cde60cc)
- displayvideo: Update the api https://togithub.com/googleapis/google-api-python-client/commit/34b7ed93c711ca365ca573724502f577d561d993 (cde60cc)
- drive: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4ec8c92088b7e6abb7d82fb9791b8521e5a7df59 (cde60cc)
- firebaseappcheck: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2187670964445524991a61369b2f9f9442513198 (cde60cc)
- firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cf5c4d77260ec1c3744f3a06c9dcc23e0dbb1953 (cde60cc)
- migrationcenter: Update the api https://github.com/googleapis/google-api-python-client/commit/159a2ba3c2747fb53d8b613b4a567d713aa370da (33feee4)
- monitoring: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7166166991f71f1b3af688629db1f1405e4b6f78 (cde60cc)
- networkmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c6e5f56ad92873d44d094f9f01c38b1138e8beea (cde60cc)
- recommender: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8cfe053f573e0427f45e5e8a7357b811b393280b (cde60cc)
- retail: Update the api https://github.com/googleapis/google-api-python-client/commit/5b097e79c833f78c968a632fb540cd17406d4bd8 (33feee4)
- spanner: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ff4f78369433f222a97c2a8084ad49418a0e7b24 (cde60cc)
- sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dacb0be479a0f1701f02441e64ef1e2b3225d658 (cde60cc)
- workflowexecutions: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7f7eb7e9855f3a93f6a1800453344b3212a06a74 (cde60cc)
- workloadmanager: Update the api https://github.com/googleapis/google-api-python-client/commit/5632eea32e0f5c22d30d3b56014056b55652f7c9 (33feee4)
- youtube: Update the api https://togithub.com/googleapis/google-api-python-client/commit/02510b2422ef6207c313211253c574dd59b25860 (cde60cc)