google-api-python-client 2.156.0__py2.py3-none-any.whl → 2.158.0__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.158.0.dist-info}/METADATA +1 -1
  2. {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.158.0.dist-info}/RECORD +62 -61
  3. googleapiclient/discovery_cache/documents/accesscontextmanager.v1.json +2 -2
  4. googleapiclient/discovery_cache/documents/adsenseplatform.v1alpha.json +55 -1
  5. googleapiclient/discovery_cache/documents/aiplatform.v1.json +2 -2
  6. googleapiclient/discovery_cache/documents/aiplatform.v1beta1.json +33 -4
  7. googleapiclient/discovery_cache/documents/analyticshub.v1.json +74 -2
  8. googleapiclient/discovery_cache/documents/analyticshub.v1beta1.json +29 -1
  9. googleapiclient/discovery_cache/documents/androidenterprise.v1.json +5 -60
  10. googleapiclient/discovery_cache/documents/androidpublisher.v3.json +10 -6
  11. googleapiclient/discovery_cache/documents/apigee.v1.json +32 -1
  12. googleapiclient/discovery_cache/documents/areainsights.v1.json +402 -0
  13. googleapiclient/discovery_cache/documents/bigquery.v2.json +15 -15
  14. googleapiclient/discovery_cache/documents/chat.v1.json +64 -17
  15. googleapiclient/discovery_cache/documents/chromemanagement.v1.json +151 -2
  16. googleapiclient/discovery_cache/documents/cloudsupport.v2.json +1 -1
  17. googleapiclient/discovery_cache/documents/cloudsupport.v2beta.json +1 -1
  18. googleapiclient/discovery_cache/documents/connectors.v1.json +1 -16
  19. googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json +144 -1
  20. googleapiclient/discovery_cache/documents/content.v2.1.json +38 -1
  21. googleapiclient/discovery_cache/documents/css.v1.json +35 -1
  22. googleapiclient/discovery_cache/documents/datamigration.v1.json +42 -8
  23. googleapiclient/discovery_cache/documents/deploymentmanager.v2.json +3 -3
  24. googleapiclient/discovery_cache/documents/deploymentmanager.v2beta.json +3 -3
  25. googleapiclient/discovery_cache/documents/dialogflow.v2.json +234 -1
  26. googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json +183 -2
  27. googleapiclient/discovery_cache/documents/dialogflow.v3.json +230 -1
  28. googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json +253 -1
  29. googleapiclient/discovery_cache/documents/discoveryengine.v1.json +1346 -244
  30. googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json +1609 -140
  31. googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json +1173 -71
  32. googleapiclient/discovery_cache/documents/dlp.v2.json +13 -3
  33. googleapiclient/discovery_cache/documents/firebase.v1beta1.json +3 -3
  34. googleapiclient/discovery_cache/documents/firebaseml.v2beta.json +42 -1
  35. googleapiclient/discovery_cache/documents/jobs.v3.json +10 -10
  36. googleapiclient/discovery_cache/documents/jobs.v3p1beta1.json +10 -10
  37. googleapiclient/discovery_cache/documents/jobs.v4.json +30 -12
  38. googleapiclient/discovery_cache/documents/merchantapi.products_v1beta.json +38 -1
  39. googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json +34 -2
  40. googleapiclient/discovery_cache/documents/monitoring.v1.json +35 -1
  41. googleapiclient/discovery_cache/documents/places.v1.json +2 -2
  42. googleapiclient/discovery_cache/documents/pubsub.v1.json +2 -2
  43. googleapiclient/discovery_cache/documents/retail.v2.json +35 -30
  44. googleapiclient/discovery_cache/documents/retail.v2alpha.json +35 -30
  45. googleapiclient/discovery_cache/documents/retail.v2beta.json +35 -30
  46. googleapiclient/discovery_cache/documents/run.v2.json +6 -1
  47. googleapiclient/discovery_cache/documents/runtimeconfig.v1.json +2 -2
  48. googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1.json +5 -1
  49. googleapiclient/discovery_cache/documents/serviceusage.v1.json +14 -6
  50. googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json +14 -6
  51. googleapiclient/discovery_cache/documents/sqladmin.v1.json +1 -2
  52. googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json +1 -2
  53. googleapiclient/discovery_cache/documents/testing.v1.json +2 -2
  54. googleapiclient/discovery_cache/documents/texttospeech.v1.json +5 -3
  55. googleapiclient/discovery_cache/documents/texttospeech.v1beta1.json +5 -3
  56. googleapiclient/discovery_cache/documents/translate.v3.json +10 -2
  57. googleapiclient/discovery_cache/documents/translate.v3beta1.json +7 -3
  58. googleapiclient/discovery_cache/documents/youtube.v3.json +2 -2
  59. googleapiclient/version.py +1 -1
  60. {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.158.0.dist-info}/LICENSE +0 -0
  61. {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.158.0.dist-info}/WHEEL +0 -0
  62. {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.158.0.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: google-api-python-client
3
- Version: 2.156.0
3
+ Version: 2.158.0
4
4
  Summary: Google API Client Library for Python
5
5
  Home-page: https://github.com/googleapis/google-api-python-client/
6
6
  Author: Google LLC
@@ -10,7 +10,7 @@ googleapiclient/mimeparse.py,sha256=wwouQMCjppTocJtiQhkkTa27kocYwlFRALL2z11Xo1Y,
10
10
  googleapiclient/model.py,sha256=NQDO1GhOGNVCJlSSCLOecdA11yf8RDXfSLFxYb3R7EE,14085
11
11
  googleapiclient/sample_tools.py,sha256=hDBLJNwLluN6AGhaBR-3GXWDrOwRNPvXyseLOyz9l30,4315
12
12
  googleapiclient/schema.py,sha256=rR3u8WPQ_V8a7GCUsNuvtf6GxzwuMO0HaqsTBp3tnyM,10414
13
- googleapiclient/version.py,sha256=7V06Hn57W91fLeZbCvjrZ5wVIEHlak9RzWroyLloxz0,599
13
+ googleapiclient/version.py,sha256=Tf7IGbAoA7nIZfIqgGJrJ5TQSq6rI6ZM-Xzmbrw1OcU,599
14
14
  googleapiclient/discovery_cache/__init__.py,sha256=ww_vl0vhVLuHSEdRTv3-gq6EDG--Ff7rILYHHFifnzc,2315
15
15
  googleapiclient/discovery_cache/appengine_memcache.py,sha256=6T1pQj-toAhDwfgLuiggFGhxKNGw5y-NnLUzLIF_M4s,1657
16
16
  googleapiclient/discovery_cache/base.py,sha256=yCDPtxnbNN-p5_9fzBacC6P3wcUPlaCQIy5v_dXTons,1389
@@ -18,7 +18,7 @@ googleapiclient/discovery_cache/file_cache.py,sha256=sim3Mg4HgRYo3vX75jvcKy_aV56
18
18
  googleapiclient/discovery_cache/documents/abusiveexperiencereport.v1.json,sha256=S71sOgX6Jaa_CVbAYzdQANp6oxb8poocJieP6Q0KW0E,5671
19
19
  googleapiclient/discovery_cache/documents/acceleratedmobilepageurl.v1.json,sha256=pyMbFLPRkHJ-j_vpoXoTgLeJmB_Ff8aGoY94qtSIjC4,6729
20
20
  googleapiclient/discovery_cache/documents/accessapproval.v1.json,sha256=zk7qnoDt9iLceoLvoqKvyCfYMmMs4g_wO21SwHQktTY,49990
21
- googleapiclient/discovery_cache/documents/accesscontextmanager.v1.json,sha256=XPyg9uWVjY4T_34zNUCgo0jY8pHYv5xyEZ8H5NjvX18,116982
21
+ googleapiclient/discovery_cache/documents/accesscontextmanager.v1.json,sha256=DWXJ0iCxI9UhxsxfOG0OFXic7cstDmHKAXGAV-5Fuoc,116991
22
22
  googleapiclient/discovery_cache/documents/accesscontextmanager.v1beta.json,sha256=Vsv_nz7ubkkbGwNgxirN2AWgUuYH0mADUx9LFaqKu_c,51062
23
23
  googleapiclient/discovery_cache/documents/acmedns.v1.json,sha256=l4yO_s08Dowy9AdSBd857ZVqw6Ea4PWt1KE1OqOb9mE,6858
24
24
  googleapiclient/discovery_cache/documents/addressvalidation.v1.json,sha256=QBLcYw1_WBJJs7tYZyZc_rlfzCz4w_dqZilvazf11HQ,47286
@@ -38,10 +38,10 @@ googleapiclient/discovery_cache/documents/admob.v1beta.json,sha256=gcGNiedgQiUsi
38
38
  googleapiclient/discovery_cache/documents/adsense.v2.json,sha256=4JKnIONHrO-Ihxq8y7YayZIXhazygAs8Y7KB1iRc7RQ,103441
39
39
  googleapiclient/discovery_cache/documents/adsensehost.v4.1.json,sha256=kKGnNG3aFbYwLFOLJkIGph3m7vC2heaob68rlmV4J28,37965
40
40
  googleapiclient/discovery_cache/documents/adsenseplatform.v1.json,sha256=sxqJvzMQS0OW7i_spxKrvmpI2BTZ-fPguABRUzEeKWs,20170
41
- googleapiclient/discovery_cache/documents/adsenseplatform.v1alpha.json,sha256=aBC61MQcK4YginZMRg8TRUc3XLLA7KMXEBbYoBUqNUA,20290
41
+ googleapiclient/discovery_cache/documents/adsenseplatform.v1alpha.json,sha256=Ibnt9znSmma9V3bwSLaVnLF5McwZnFF53_Jk59U11TU,21475
42
42
  googleapiclient/discovery_cache/documents/advisorynotifications.v1.json,sha256=LjKYP_4Fy_is5k-nccRqXa9usXF5_rBxhE_qdN9FkqE,20673
43
- googleapiclient/discovery_cache/documents/aiplatform.v1.json,sha256=B4QE4NYHJON_HUcZsmDzrBfluXjLI2K-BODMSmenlZs,1741240
44
- googleapiclient/discovery_cache/documents/aiplatform.v1beta1.json,sha256=1DTQW1V64ElggnsG9vC7re3f8qtHfHaC1EYUxrcRYEk,1985023
43
+ googleapiclient/discovery_cache/documents/aiplatform.v1.json,sha256=kJ8yKsY0yymywj6zqjs6vzMgEZ9zXCmNPQe7_tBzXpU,1741177
44
+ googleapiclient/discovery_cache/documents/aiplatform.v1beta1.json,sha256=KmKuUR-xAXK7rCxpM5MbKYof6KrzYWotTcbPDE4dBhE,1986081
45
45
  googleapiclient/discovery_cache/documents/airquality.v1.json,sha256=Jid1ijxffWKiYwOdpwu_toVra3fOeowW8QuMkz2wpao,40963
46
46
  googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json,sha256=N6jVO1PseL3z9zGnMDcdALRExUU1iKKorZFkXOarqoM,67802
47
47
  googleapiclient/discovery_cache/documents/alloydb.v1.json,sha256=xQY0N_r_wcVpubGrA9CtDAtIdEtY5Xai4of1udJoJGA,190312
@@ -52,16 +52,16 @@ googleapiclient/discovery_cache/documents/analyticsadmin.v1alpha.json,sha256=7jx
52
52
  googleapiclient/discovery_cache/documents/analyticsadmin.v1beta.json,sha256=sNk2QtEExRGyIApsRZSD_ittxL5GjqrR4BsA81rRdvI,122761
53
53
  googleapiclient/discovery_cache/documents/analyticsdata.v1alpha.json,sha256=3rdVFqqDjQQ7-0qi_UkAYpRthvRKjoXJ8SJzulNHBn0,80445
54
54
  googleapiclient/discovery_cache/documents/analyticsdata.v1beta.json,sha256=-ptvrqUp-0rNGlell3IyH12yzL7LQbz9nBKOukMThkE,97076
55
- googleapiclient/discovery_cache/documents/analyticshub.v1.json,sha256=tnYkBHE7KuYEwc9lUelEHFjBA-bMIaIruBegD0CZxKk,99302
56
- googleapiclient/discovery_cache/documents/analyticshub.v1beta1.json,sha256=UZajUbbZkyMou33Q5nvHINYQMzZqlNGIULu5lJJ6zXk,55490
55
+ googleapiclient/discovery_cache/documents/analyticshub.v1.json,sha256=Kgg_XZ5mN7oj8MVyflAOa_lwkcUQKLwMM0Ix7uSIU2g,102096
56
+ googleapiclient/discovery_cache/documents/analyticshub.v1beta1.json,sha256=GHYQ2yb544a4cAceel10LI-mbs53yErbGWvykJpPiJw,56324
57
57
  googleapiclient/discovery_cache/documents/analyticsreporting.v4.json,sha256=8S4FyrAstnlesJ3ss4fYM7V18YvJgMh9S9jIo-vAOY8,61333
58
58
  googleapiclient/discovery_cache/documents/androiddeviceprovisioning.v1.json,sha256=HAGzsWbVR9lfecRlHW6S55tgQy1o1UWZ4YjX_ruMkIA,60978
59
- googleapiclient/discovery_cache/documents/androidenterprise.v1.json,sha256=b3ZhkCFTn0y1XLKIiCapycCbm76mCh6QdYG1LWw7Smk,156606
59
+ googleapiclient/discovery_cache/documents/androidenterprise.v1.json,sha256=h6-lBCFF1iMa3n1CYCc3_IV6_0lcaJDYSb774bTAgAY,154813
60
60
  googleapiclient/discovery_cache/documents/androidmanagement.v1.json,sha256=ZJOiS0t3JYPZFP775yednJqcDMczTZIaHlBNRL31bQU,267426
61
- googleapiclient/discovery_cache/documents/androidpublisher.v3.json,sha256=Xjmt1rvF3yMhxaECL1GQN1GZWxoa--ytjTVf-VueOk0,313410
61
+ googleapiclient/discovery_cache/documents/androidpublisher.v3.json,sha256=90iIRPt5cNZz88CoPh9cdSwy1sXuD_gCuG0fAFnulVY,313821
62
62
  googleapiclient/discovery_cache/documents/apigateway.v1.json,sha256=xEY_-eczVl_UTFcrEO0GHrGNEDIIdls-MxvVbcZYC1w,67399
63
63
  googleapiclient/discovery_cache/documents/apigateway.v1beta.json,sha256=xXuSF3RPRJ8q-_XaBNx4M2O-9IYlanSW5NVi5gtkoNs,69112
64
- googleapiclient/discovery_cache/documents/apigee.v1.json,sha256=6HhmqRds_O1Ux2sSL1YEQ2xY9R97TdoaGZkzf4TjlP8,663208
64
+ googleapiclient/discovery_cache/documents/apigee.v1.json,sha256=8NT7GiKG2y5cZ-MehLN7UK9cUFl6baZKjm_ZyGG7kiE,664811
65
65
  googleapiclient/discovery_cache/documents/apigeeregistry.v1.json,sha256=hCu1irwJNFHGEQgiTM5HJtqvF1JUeqpBVA8SGUn9syQ,156027
66
66
  googleapiclient/discovery_cache/documents/apikeys.v2.json,sha256=FZBL7LZgNkiOp8cChbkg38Xd0oRqDyn9MQRFouSiqRg,22352
67
67
  googleapiclient/discovery_cache/documents/apim.v1alpha.json,sha256=kktY7aRouoMlByWAQ1dvEa89Uf_hu26exnk8D8mu5Fs,48179
@@ -73,6 +73,7 @@ googleapiclient/discovery_cache/documents/appengine.v1beta5.json,sha256=OHCPs6iz
73
73
  googleapiclient/discovery_cache/documents/apphub.v1.json,sha256=ygrOA6zBTqjN_v4DgTxBbrbHl7Q1DKYkI2L-91zHG7c,99910
74
74
  googleapiclient/discovery_cache/documents/apphub.v1alpha.json,sha256=flxM20XL_iSm-40n239ICU_OhWEAjAqTakClsQl_R4g,104528
75
75
  googleapiclient/discovery_cache/documents/area120tables.v1alpha1.json,sha256=W3nRxsh01aYTWrEV05o-14Ubu4UvIqDelbu01_s9Ve0,26671
76
+ googleapiclient/discovery_cache/documents/areainsights.v1.json,sha256=-lvkKcQIt9weSu_Ksg1nWjOTV8WCjBYxj-BQKwlwVe0,13722
76
77
  googleapiclient/discovery_cache/documents/artifactregistry.v1.json,sha256=xRYlS4T4C22eM_1v56tXuMwNhUEh52X2bfJ1saQJxlk,155456
77
78
  googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json,sha256=OGs1TZeDA3V64ZBxAuXI3C2wtHeZLxUHjeYpbHqU3Xw,63052
78
79
  googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json,sha256=Ch-AAmvOPXtRKwBrXZMHGxJlsMG5e621jsYITZ4FuHU,81649
@@ -88,7 +89,7 @@ googleapiclient/discovery_cache/documents/batch.v1.json,sha256=nwHoC9fWFc5QxSNfI
88
89
  googleapiclient/discovery_cache/documents/beyondcorp.v1.json,sha256=X-dzEo0czEXDzbdFZ4xbb-peetG66xdS8fAh5O1R4pw,170832
89
90
  googleapiclient/discovery_cache/documents/beyondcorp.v1alpha.json,sha256=k6DBKchf0XygfOkO_XV6d9mUPG9x3O9G5cExOTXk2ws,295421
90
91
  googleapiclient/discovery_cache/documents/biglake.v1.json,sha256=JiAvdp7lTnDjHSpeG0RZ_mZFOtNCW5lXWrok81NGECs,26554
91
- googleapiclient/discovery_cache/documents/bigquery.v2.json,sha256=dXEaA8d8KNp6Ddb_ZqcGb0yHY8T_u8uL0nfwkijxRzc,389227
92
+ googleapiclient/discovery_cache/documents/bigquery.v2.json,sha256=9Y88rM3uZj_jE-kynEy64-H60BNbLiOxPUARn12YQDM,389333
92
93
  googleapiclient/discovery_cache/documents/bigqueryconnection.v1.json,sha256=uogtso7Bp7eexOLF2Syb3hapjEHyOU1Wx62pnBGwefI,43660
93
94
  googleapiclient/discovery_cache/documents/bigqueryconnection.v1beta1.json,sha256=d45MeNg37AdYm_s8hO7ZqLd8hDw3qbpif9ecV1OMYIA,32721
94
95
  googleapiclient/discovery_cache/documents/bigquerydatapolicy.v1.json,sha256=2p0Fd_kv8GXO5lhd0GOcZAcQ1jPmSxwX44z-aL3cOqo,35006
@@ -109,9 +110,9 @@ googleapiclient/discovery_cache/documents/books.v1.json,sha256=dWEew3bc3mDWbAhR-
109
110
  googleapiclient/discovery_cache/documents/businessprofileperformance.v1.json,sha256=2FQwtRgx3ObOq_qdL-a_M9evFaluSAUCpPAXZ15JpmM,24459
110
111
  googleapiclient/discovery_cache/documents/calendar.v3.json,sha256=obiH3_E4LOmalnwJs0oduIxQEteyiOz4E0RO4BUVsgw,117327
111
112
  googleapiclient/discovery_cache/documents/certificatemanager.v1.json,sha256=wVbFC_h-aH7qeCdlto-d5Sx8jvcEehWw2VeBmG2zkqM,72783
112
- googleapiclient/discovery_cache/documents/chat.v1.json,sha256=m6mPvUUaj7PY_xWZKCKsaeSk3IRS0Wbzl6JaTNa64gw,262317
113
+ googleapiclient/discovery_cache/documents/chat.v1.json,sha256=ytk2Q1odJ1-IKiPlet3FcDZMBeV799uZlWNwBux_5eA,265618
113
114
  googleapiclient/discovery_cache/documents/checks.v1alpha.json,sha256=_Ko7Qb9yYJxCarWZa3mlQg08Y5azaxIAj7smjiqmviA,91808
114
- googleapiclient/discovery_cache/documents/chromemanagement.v1.json,sha256=5RoG7VesNG-_RXkAWmX-vCW75-tvJaKumqVeU_wwBJs,188805
115
+ googleapiclient/discovery_cache/documents/chromemanagement.v1.json,sha256=nmTclryXsGfcWh-SyUAZgVOdkezBfvPpu4kUONEKBEM,195311
115
116
  googleapiclient/discovery_cache/documents/chromepolicy.v1.json,sha256=av8BIAE-PVDBuAvnIqnLuIqIFM-8G57lsZHLO_-8o2g,62003
116
117
  googleapiclient/discovery_cache/documents/chromeuxreport.v1.json,sha256=airhc_AoDt3AlPYikhaq16oCnZ3SqpKfHRIZG-v_7xM,22401
117
118
  googleapiclient/discovery_cache/documents/civicinfo.v2.json,sha256=89wbEDm24KZJ7NjNtDOWjFvf9kcG4dRhjJdk4KfzkLU,38357
@@ -155,8 +156,8 @@ googleapiclient/discovery_cache/documents/cloudscheduler.v1beta1.json,sha256=PeK
155
156
  googleapiclient/discovery_cache/documents/cloudsearch.v1.json,sha256=zioYxBar0l7onDdnYAfGKjcguMEdRkybFuuQlawHHDE,247310
156
157
  googleapiclient/discovery_cache/documents/cloudshell.v1.json,sha256=pRDGK9lNQ9_ADOmlBcTUVzBX422WFWCijv2LK--rzUA,22895
157
158
  googleapiclient/discovery_cache/documents/cloudshell.v1alpha1.json,sha256=XoIskUrEjFBy7Saxe7cApOT6ShmcKZlwzRDAiIoxgSI,25615
158
- googleapiclient/discovery_cache/documents/cloudsupport.v2.json,sha256=p6n6yMkMnOZ2CuNAIsnHHwuSPToKr4cM8njXGhFS7pI,52938
159
- googleapiclient/discovery_cache/documents/cloudsupport.v2beta.json,sha256=MdVGkIKNBVKhdtr-P_9-Q19PGmh0cJzj_n3nsIsYnsM,58928
159
+ googleapiclient/discovery_cache/documents/cloudsupport.v2.json,sha256=uW5kjaBY4fC_ZTPrCSKmsiT7m9h5LLCpnz2qC2kJIBE,52938
160
+ googleapiclient/discovery_cache/documents/cloudsupport.v2beta.json,sha256=yV-RtmOBsz7Vkvob7wzXa8sdVxxKTk8zKlL39ivHr1w,58928
160
161
  googleapiclient/discovery_cache/documents/cloudtasks.v2.json,sha256=sS7OMASEA2oAj4bBCCGXeOzqWEkT-ZhGDE3H5r24xjM,96162
161
162
  googleapiclient/discovery_cache/documents/cloudtasks.v2beta2.json,sha256=OYFSBiChmrIXvCZKqqxV7TXmODreStoBzmhpV1FTmkw,113198
162
163
  googleapiclient/discovery_cache/documents/cloudtasks.v2beta3.json,sha256=NAzGvDNnJTXjz4CIj3qYNp9eOmCoOzW3r-eNVvjQAoM,103153
@@ -169,19 +170,19 @@ googleapiclient/discovery_cache/documents/compute.alpha.json,sha256=QugtDj63rwDs
169
170
  googleapiclient/discovery_cache/documents/compute.beta.json,sha256=u8MhYpK3A78zEgMYx5xiC28PjM-AT-xU9N4YERr1Kzg,4158401
170
171
  googleapiclient/discovery_cache/documents/compute.v1.json,sha256=erFtOnWMaYx0vwFEm9GIFPZB2vw02OOiJy1SqF7gm2g,3815835
171
172
  googleapiclient/discovery_cache/documents/config.v1.json,sha256=uqfK15vv9vJ7nzYoxqTyBbG5bO0550iKpIJvBVoDxEk,101104
172
- googleapiclient/discovery_cache/documents/connectors.v1.json,sha256=RWcbAvsfgCZzqfghI_5PdceKkzVFfuQwBEgEYe3XkNE,234885
173
+ googleapiclient/discovery_cache/documents/connectors.v1.json,sha256=Qy6dCmMc6rB1624-G3FT4vGolNS_SUiGyO6YFSIgHjc,234527
173
174
  googleapiclient/discovery_cache/documents/connectors.v2.json,sha256=3oFlR5Bk3brELU4t2y52i-fPRfwrY0Lj62EUBsSVMx4,70153
174
175
  googleapiclient/discovery_cache/documents/contactcenteraiplatform.v1alpha1.json,sha256=YqDsesIVwnOMZfFQdoSWdImUhvlTBFU-Yj8MTA1BvwQ,43944
175
- googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json,sha256=E3Y2Bxa5upIKixRzH5qEoDtdx6Vdi_kOO5x0MYuJ0Ek,322868
176
+ googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json,sha256=Yu3NjiO_kWBXU730_tcjC1hI9_PZWA8p7cIWS2GJzQA,326830
176
177
  googleapiclient/discovery_cache/documents/container.v1.json,sha256=SK6LbttQTisypLhNkw-Ae71kQW98yoZXWcYeWdYw64Q,309458
177
178
  googleapiclient/discovery_cache/documents/container.v1beta1.json,sha256=1cKvNZRM_JFryj1FheFYyTS8y4pBNEwMzXCk4mBzC98,345140
178
179
  googleapiclient/discovery_cache/documents/containeranalysis.v1.json,sha256=UfbzOfSdF5AwiBfmEW-d-JVU7bpD28jjMsk4hgXpXaE,223841
179
180
  googleapiclient/discovery_cache/documents/containeranalysis.v1alpha1.json,sha256=b7J1ha6J1BZnZKGoAp5l1LNj73yV2Ne2gp0sidv8dH0,247765
180
181
  googleapiclient/discovery_cache/documents/containeranalysis.v1beta1.json,sha256=z9rOvR5m2M0ajXP_aCfRZFAWTTJe-wsKDgWhezu6BrQ,239061
181
- googleapiclient/discovery_cache/documents/content.v2.1.json,sha256=603Q2-UCTZUWHcLmVy7XdjArxeUau4cDvv3qc70nYEk,459829
182
+ googleapiclient/discovery_cache/documents/content.v2.1.json,sha256=ymgq0aLEknRSoO2CavtUe3f_7GOZSVyGDwkR99vlBbU,461136
182
183
  googleapiclient/discovery_cache/documents/content.v2.json,sha256=PuV1X8AOtI9T1gaQphOf14GgA06gplme2e31cRNVSlU,389993
183
184
  googleapiclient/discovery_cache/documents/contentwarehouse.v1.json,sha256=mvMFtg4zcLO64JQheZ2qUKQCg3I69Wm9TE3TMKuVn6U,226184
184
- googleapiclient/discovery_cache/documents/css.v1.json,sha256=OhHnTw7Vv2ninok44PArMFt_bXK1o3cz-y-sx9q3on8,38276
185
+ googleapiclient/discovery_cache/documents/css.v1.json,sha256=5rMXw9kpFcY8mo8ZgTPohgGXOFlXYi9FfT7CpaqPpa4,39795
185
186
  googleapiclient/discovery_cache/documents/customsearch.v1.json,sha256=gkOUqUMB14JgNUySDvnSooKihyAmZWmbBYJ6Jpz0wHs,63076
186
187
  googleapiclient/discovery_cache/documents/datacatalog.v1.json,sha256=Qc9aGPU7flalDIjfmXSSAHIPeDc6RWklFWZJdnvU9Xs,190705
187
188
  googleapiclient/discovery_cache/documents/datacatalog.v1beta1.json,sha256=c2ROJXcXGwQKZRJB6c3hvIFIMxWjDxBRnF_kwAsRFuE,181608
@@ -191,7 +192,7 @@ googleapiclient/discovery_cache/documents/datafusion.v1.json,sha256=8iHFfjfx3OPH
191
192
  googleapiclient/discovery_cache/documents/datafusion.v1beta1.json,sha256=XX79TAGCboA4YoKDQO0kK4mahYMdhomkuL5sLkBbov4,73850
192
193
  googleapiclient/discovery_cache/documents/datalabeling.v1beta1.json,sha256=lns1w3E-3LgdtmfUfJyqVwbwZzQ3g6B74vHroVp6DAI,202101
193
194
  googleapiclient/discovery_cache/documents/datalineage.v1.json,sha256=6AWaukW2Ga1WYNgxlrkit7tEkBkob53s3EEuL0tn3BE,52135
194
- googleapiclient/discovery_cache/documents/datamigration.v1.json,sha256=-CLIjJzmNwawvjZKOawYHjru_n_Sad6o6_HBHIsMyXU,233865
195
+ googleapiclient/discovery_cache/documents/datamigration.v1.json,sha256=nkesiVQs7Ec-ZA0-aUEejNe_C5SGp6V-vMMoVlgu6do,234856
195
196
  googleapiclient/discovery_cache/documents/datamigration.v1beta1.json,sha256=T5QcBH2cZMvW_DeBUlaA722nIv72-aFp-wgK64Xamyk,83904
196
197
  googleapiclient/discovery_cache/documents/datapipelines.v1.json,sha256=vocmGOA8i7K12Yy3kAeZ1IsUfm3fza3QWFE6taPqP6Y,38301
197
198
  googleapiclient/discovery_cache/documents/dataplex.v1.json,sha256=NhmwhtTqZEEP6YQE78o2F3FDGoQMHLWowfavDS9rkMs,450804
@@ -205,27 +206,27 @@ googleapiclient/discovery_cache/documents/datastore.v1beta3.json,sha256=qLI1HDg2
205
206
  googleapiclient/discovery_cache/documents/datastream.v1.json,sha256=4TJCVVTy0MAdph9-NYa-1u1dACA5qIwcewRP812vWIw,101227
206
207
  googleapiclient/discovery_cache/documents/datastream.v1alpha1.json,sha256=KmKvG9YWrllDYs58ftVhmvjhHmpOU_LrjEfuxzP6FtQ,78746
207
208
  googleapiclient/discovery_cache/documents/deploymentmanager.alpha.json,sha256=sNAG3Bbf697zL_56xxd7Me0bv5GvAa-mvvtF_Xza6YE,156351
208
- googleapiclient/discovery_cache/documents/deploymentmanager.v2.json,sha256=ADwYRq-oYGxgPiiS-uRZ_CQVzIa4LrNIZQ7O0xv9ikg,110093
209
- googleapiclient/discovery_cache/documents/deploymentmanager.v2beta.json,sha256=PY_kYAEsbE0HOXErUQjQHGpScvZW7Nn11v2Y8UpCr34,152441
209
+ googleapiclient/discovery_cache/documents/deploymentmanager.v2.json,sha256=AjumIeDDOEv1i8PFvUxjCq6xYMPOJ2GS_mc-WKXTX8w,110123
210
+ googleapiclient/discovery_cache/documents/deploymentmanager.v2beta.json,sha256=ZhxaduE9vyakPZy18EkHdLWhBZ0xX_CvHlSz7LpJnqw,152471
210
211
  googleapiclient/discovery_cache/documents/developerconnect.v1.json,sha256=zCoiMEsZqTO5bRMEfWG8UEZDGYBf3WkWScTCZCtL2SU,60139
211
212
  googleapiclient/discovery_cache/documents/dfareporting.v3.3.json,sha256=AaucsfQ-9Hx6evOCWHX3E6n6llRjAlvVFEqLD2bpYXE,721039
212
213
  googleapiclient/discovery_cache/documents/dfareporting.v3.4.json,sha256=0KvRG3-gvfK5CunHotnX5uTGYwl8W_af_vg0LX0q_NU,748283
213
214
  googleapiclient/discovery_cache/documents/dfareporting.v3.5.json,sha256=E0e7bs-i0WQg8X-rLjIOn5DpeCDtiE9yDB_-J4VuCAw,17300
214
215
  googleapiclient/discovery_cache/documents/dfareporting.v4.json,sha256=23kvdMdJDjisuIu1O1MbQ9DRnU01m1tZpPpcoRtFKq8,561870
215
- googleapiclient/discovery_cache/documents/dialogflow.v2.json,sha256=tBMThOeedxRODUqr46VoT-X50B_UpY9-mPqkTcu26nE,888647
216
- googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json,sha256=0kS9tuWZnSDpnyadGrLqi_AhDZrAjBTco8tVNbVsoec,902222
217
- googleapiclient/discovery_cache/documents/dialogflow.v3.json,sha256=m2PC7sg6f3TWhlfg0_o6p51YSIHD00jUwJ1ppvToVQI,707881
218
- googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json,sha256=nJ0hSFhb4WsdcfRzXrKxxskulp94oJt9HdMqJbQLCMA,788290
216
+ googleapiclient/discovery_cache/documents/dialogflow.v2.json,sha256=d53lhq8tXcT-GouB9x_dVxhv-9eS31aw80wyjUijp20,902676
217
+ googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json,sha256=4ZU8fBKGLp21pR59a4bhkqvIRQCScWKXgeeANoyQNCU,915329
218
+ googleapiclient/discovery_cache/documents/dialogflow.v3.json,sha256=Ov0D6zv5dlgFszzHcbTOqpbvc9D__2-oqg7AMJcu_PY,721498
219
+ googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json,sha256=30TL2zzKDBur8MfezLyhuAHIs29mZElHOOCrGAds1I0,802613
219
220
  googleapiclient/discovery_cache/documents/digitalassetlinks.v1.json,sha256=tBdQ_zbFY3nWgAoYEu7xENFSCGOPE8fdB4DP5AR0LmU,23160
220
221
  googleapiclient/discovery_cache/documents/discovery.v1.json,sha256=OQvmfp6aUxzASZk9m__FvI0wuRXNWI_41RykyxtDkzU,18215
221
- googleapiclient/discovery_cache/documents/discoveryengine.v1.json,sha256=9Z7qh_vMRk9QtGWZOTa-h4saSdSQq9WBkit56GCmugw,828274
222
- googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json,sha256=ZI2SM1IPVLNOp_t_2tIVayskheKMVgSgLfiCd98Xl6U,914449
223
- googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json,sha256=A6P1UWbPTDdvLQX1Qmbpmh4wvd4MB4a7m_rxdMErcCs,882746
222
+ googleapiclient/discovery_cache/documents/discoveryengine.v1.json,sha256=h6iLG2F-SQ0HGcImI_PhF7CFgkcH2Rs9yR1JXZu75wo,871789
223
+ googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json,sha256=wGBzCKPLEM-ujk2nuyeZdlQkx6m-80LiJgJZnPdzwBI,971983
224
+ googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json,sha256=EU1e25D6mKhGB_aE7xAbuvIwWpSbWb1mL4qAnkug4ak,926513
224
225
  googleapiclient/discovery_cache/documents/displayvideo.v1.json,sha256=RRZQfVKtGzhfs9Kx6Rp2mrBcfaRJ9p5B9I76uIcVf4c,737810
225
226
  googleapiclient/discovery_cache/documents/displayvideo.v2.json,sha256=oSWt-G3-tMflgniO0-P8CeSQdHBBof8bugoGhoOLVlo,866709
226
227
  googleapiclient/discovery_cache/documents/displayvideo.v3.json,sha256=a4ZWSkikc85rTgtrlxo0Yg9o-IwWo7kIWkLmQcoCtv0,890041
227
228
  googleapiclient/discovery_cache/documents/displayvideo.v4.json,sha256=ZawYORuamvnE2jVpVNrXpFwg7zEdTwNcHKxcGREHJ1k,9032
228
- googleapiclient/discovery_cache/documents/dlp.v2.json,sha256=AEplTCDejJyI9F9h83ZoSMVlsa42sho_0WHLsHAzrQ4,502828
229
+ googleapiclient/discovery_cache/documents/dlp.v2.json,sha256=HC9znz4yqMyQuq2BZwrxQqw69Hmz9tLb51nCjIH5JyM,503058
229
230
  googleapiclient/discovery_cache/documents/dns.v1.json,sha256=fvdiy9RNIOiWPijhaySQLNn3wuFi2LMAkyuYZrngZuA,120283
230
231
  googleapiclient/discovery_cache/documents/dns.v1beta2.json,sha256=ouCdW33KUXkKOhDICc9bCf6MImPCHm-XO7i4XqSAhG4,120667
231
232
  googleapiclient/discovery_cache/documents/dns.v2.json,sha256=uMSPBTHSlq6gMc-OC9ap_C9WuE34lwbub8U8wOlwoTY,136579
@@ -254,7 +255,7 @@ googleapiclient/discovery_cache/documents/fcm.v1.json,sha256=m7236CktCpc2kWNwVCK
254
255
  googleapiclient/discovery_cache/documents/fcmdata.v1beta1.json,sha256=MyF9jSa11RwspABXDPfTYu7GVCMRxKoOOAeb6FkJiIY,15964
255
256
  googleapiclient/discovery_cache/documents/file.v1.json,sha256=peVFkE2FejtY2dS208tSulzrk7-fUb3eK6fzo9ci-7s,83404
256
257
  googleapiclient/discovery_cache/documents/file.v1beta1.json,sha256=PV7fB3cbJVOUpawLDPokrKl5o54-jj5wGvDpt51fxVQ,94032
257
- googleapiclient/discovery_cache/documents/firebase.v1beta1.json,sha256=s3u-YoGiHOBz5efnNxMIge5rsMP4dUeJwi7S3Mk6KJM,115701
258
+ googleapiclient/discovery_cache/documents/firebase.v1beta1.json,sha256=TA1KauI05zHxK1g8QbW77VCjJOuTlb7yNlQWIyGK2bM,115911
258
259
  googleapiclient/discovery_cache/documents/firebaseappcheck.v1.json,sha256=4sJ6aL6BDdt90T5PJa-4W5DbSIrHL0SvxCL4Dp5Xyxw,101098
259
260
  googleapiclient/discovery_cache/documents/firebaseappcheck.v1beta.json,sha256=ZgX4sBB3YsiZzB1iKf47-uyZKWS4hKs9F9UriqctAcI,119685
260
261
  googleapiclient/discovery_cache/documents/firebaseappdistribution.v1.json,sha256=mU5U6Iw-dcVvFKKcCWGDW9yf_gCJH3CxgYobhvNNqpU,65376
@@ -266,7 +267,7 @@ googleapiclient/discovery_cache/documents/firebasehosting.v1.json,sha256=iUmcrmw
266
267
  googleapiclient/discovery_cache/documents/firebasehosting.v1beta1.json,sha256=35WM0roy6_pJoCwTgml7DPn-xXi3QU5jaZZDMfESBfc,133655
267
268
  googleapiclient/discovery_cache/documents/firebaseml.v1.json,sha256=fshZd5QIjB4RNnuMlW2r_7Sa50JKTyE-UHjmIEwDPik,10356
268
269
  googleapiclient/discovery_cache/documents/firebaseml.v1beta2.json,sha256=1Ajl7yL81dyXtz5SQPKdh6GpKMR6W3dw-tdYjI1Sky4,16713
269
- googleapiclient/discovery_cache/documents/firebaseml.v2beta.json,sha256=5sZTyBbpPlZAOOL10YF2fE6FU4M9X3r7SKZtF_5L0vc,60742
270
+ googleapiclient/discovery_cache/documents/firebaseml.v2beta.json,sha256=7luCzjXobG7Dwg608hOloGuQyAiRP5MXN8ZBkacwcsY,61961
270
271
  googleapiclient/discovery_cache/documents/firebaserules.v1.json,sha256=ZJDkeRQTv28Vjex0ru4YEllbvnZbXMHPNxknLMZrUE4,34267
271
272
  googleapiclient/discovery_cache/documents/firebasestorage.v1beta.json,sha256=clNrtfns3fMKmhdIn7ezSHq3k2Hi0FOgQF31gJFQ4_4,15347
272
273
  googleapiclient/discovery_cache/documents/firestore.v1.json,sha256=oUIEHZOtzHtn5Tr6YQAD71NmvUE7jC1NXHZrCBkO178,175534
@@ -317,9 +318,9 @@ googleapiclient/discovery_cache/documents/indexing.v3.json,sha256=VniFOPVeV6ho_S
317
318
  googleapiclient/discovery_cache/documents/integrations.v1.json,sha256=2_U6ybDIDigcfRcIGfac-_kPtu5ipCyH26f3IfnsHqM,456558
318
319
  googleapiclient/discovery_cache/documents/integrations.v1alpha.json,sha256=-bp1QUgLeateldClVafXg6Z8lbasIk1B9x0Vc5UwSKk,376245
319
320
  googleapiclient/discovery_cache/documents/jobs.v2.json,sha256=L-aDKIJ86eq-tEmOrHZfKD2MmQkCP_uTwCCTQHSJcoQ,227088
320
- googleapiclient/discovery_cache/documents/jobs.v3.json,sha256=oxzw_ie-ILrImgW8m89_33pGGnrKhuLE6_tynb8QYYU,120844
321
- googleapiclient/discovery_cache/documents/jobs.v3p1beta1.json,sha256=TWb7a8DiTnarTUV0xc2sQct1_Cw8l6iU91XIF8i366g,134833
322
- googleapiclient/discovery_cache/documents/jobs.v4.json,sha256=E5MKVRkT-35lS3UKRlTVUQIdmKcQxKPFFBpKlogtm-Q,134349
321
+ googleapiclient/discovery_cache/documents/jobs.v3.json,sha256=P-J5VqtIGG6H5Rxl2hevQTdxPTAjJO-orVKw_Fi2PfM,121084
322
+ googleapiclient/discovery_cache/documents/jobs.v3p1beta1.json,sha256=CZjL4LfwMkUytRs_RspqoFAD8jj_daJEqCho0OPFkNg,135073
323
+ googleapiclient/discovery_cache/documents/jobs.v4.json,sha256=-VKniKmKFhS7MMIwuCrmtz6ZDCHRuJm897uqJX0j6YU,135198
323
324
  googleapiclient/discovery_cache/documents/keep.v1.json,sha256=H6RV6WhCGGmCNNLyLnwEAADc099e1wuw0vsnnJVrx34,16988
324
325
  googleapiclient/discovery_cache/documents/kgsearch.v1.json,sha256=ZwTdiUrvYERjzOanj4JdPhI2Z9Y_A43vI79EmFRr6io,4886
325
326
  googleapiclient/discovery_cache/documents/kmsinventory.v1.json,sha256=EOJj0RNpmBO4TdluNCDMC9x4bqM12kdSBbJyopJZJOs,37255
@@ -347,7 +348,7 @@ googleapiclient/discovery_cache/documents/merchantapi.datasources_v1beta.json,sh
347
348
  googleapiclient/discovery_cache/documents/merchantapi.inventories_v1beta.json,sha256=Vxj_Om5hnX52OjAZuqQ95yqTi3AFBQjsr4NnM00MatM,23280
348
349
  googleapiclient/discovery_cache/documents/merchantapi.lfp_v1beta.json,sha256=VHfn9DdlpaNTifQyeuD39LjFMJ4sR0fACw3qaK4bgGU,21985
349
350
  googleapiclient/discovery_cache/documents/merchantapi.notifications_v1beta.json,sha256=3KuiqB9rXb0KRXAGSEgZkgMkKZ5U1-1q6TPUTKUd4TU,14756
350
- googleapiclient/discovery_cache/documents/merchantapi.products_v1beta.json,sha256=HFfJTLfzGoshiRdqsv-7VpcIB0Ty0eMWBqGdaEssKuc,58964
351
+ googleapiclient/discovery_cache/documents/merchantapi.products_v1beta.json,sha256=2oLTD72VdIu3y4ASpbdTgL-jDpmxcZE8KEoQShADEvM,60231
351
352
  googleapiclient/discovery_cache/documents/merchantapi.promotions_v1beta.json,sha256=7ZjVcPPamg5_s7uPocX8SGnWF8oDqLRYRknb9CdagI4,38469
352
353
  googleapiclient/discovery_cache/documents/merchantapi.quota_v1beta.json,sha256=fHdAw0J-7XZfBpS1fGyBa6Pgbc6Sm9puiLMFu-Ok5M4,10803
353
354
  googleapiclient/discovery_cache/documents/merchantapi.reports_v1beta.json,sha256=icEEi9IIHJEKPYIcQ0GwWanIrTvRx697OcCQFGl9VRs,57674
@@ -359,9 +360,9 @@ googleapiclient/discovery_cache/documents/metastore.v2.json,sha256=VaZVzO_cq-76q
359
360
  googleapiclient/discovery_cache/documents/metastore.v2alpha.json,sha256=4ihtsmqBSjloKlXpeJSzEAOKxY3gVZZ0FBsXQ15TizI,87082
360
361
  googleapiclient/discovery_cache/documents/metastore.v2beta.json,sha256=mmZbhWSL0S2tI_rMSV3O9ykdcQNPhjLBxXfTw2gtANo,86926
361
362
  googleapiclient/discovery_cache/documents/migrationcenter.v1.json,sha256=Y9OsRWLjxNr-sZjnWMDo7EUTsT0nEHmeU_NdIYZUnMc,201846
362
- googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json,sha256=Dq7rbjtFwszI6RK3MBz2EsuJR5f5TJeSiQDmvaJrrp4,260343
363
+ googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json,sha256=6wzHokSknoipMJPtcWk6pEnsl-AFbzoGCdtLl-ZpPrc,260994
363
364
  googleapiclient/discovery_cache/documents/ml.v1.json,sha256=40Cfcaow97DrLVDBP6ywNVc6vJnPRr3o8aYbJa9wNvk,175519
364
- googleapiclient/discovery_cache/documents/monitoring.v1.json,sha256=Ne0hyA1VQw2M2G0_8C_fCb9Jdutu1bb6QmkazqujrhI,110148
365
+ googleapiclient/discovery_cache/documents/monitoring.v1.json,sha256=khwaKAtHT_z_pDcpIbEnJ6oCXm72UR4e-iAYXG8Oyz0,111103
365
366
  googleapiclient/discovery_cache/documents/monitoring.v3.json,sha256=docIE7Tvb51MlzQhXev0oMFVEyUVM1HmzFaAyuX3uPM,340233
366
367
  googleapiclient/discovery_cache/documents/mybusinessaccountmanagement.v1.json,sha256=U7RlX8MHt_8J5EjbR8Hd5AfnGxWixiSz8C3Bk-bkYNM,31877
367
368
  googleapiclient/discovery_cache/documents/mybusinessbusinesscalls.v1.json,sha256=w_OnSvJZU62j-5J8o3Mt3CmA2Rk7_GKu5DuhsIV574Y,16209
@@ -400,7 +401,7 @@ googleapiclient/discovery_cache/documents/parallelstore.v1.json,sha256=OzTKNO9nq
400
401
  googleapiclient/discovery_cache/documents/parallelstore.v1beta.json,sha256=NCAMQbcwo5ZI4SzowFdJgYsENCPR3N5SC8neqX6gfrc,33761
401
402
  googleapiclient/discovery_cache/documents/paymentsresellersubscription.v1.json,sha256=GMReyufqCc1r4q61sacnTqvCNti7oRlSoRBncFKt7Jw,63907
402
403
  googleapiclient/discovery_cache/documents/people.v1.json,sha256=J4mQcN80Mg6uuLYNkT4mBIZsTRc7STO1J57hLurIhCg,112444
403
- googleapiclient/discovery_cache/documents/places.v1.json,sha256=wHDiy87InR_e6tO-kXdzf9OSepxHZBTjFnbeRAdjBoA,101973
404
+ googleapiclient/discovery_cache/documents/places.v1.json,sha256=Ae8Bz1mSaVA9V1svetbl3hw9mI3tt3tjciM0ZJ_zEGQ,101979
404
405
  googleapiclient/discovery_cache/documents/playablelocations.v3.json,sha256=wbkjdTm2IPCudHBKwwIOaAWwsRxfcinsOiKPR_C5G4M,25906
405
406
  googleapiclient/discovery_cache/documents/playcustomapp.v1.json,sha256=pG8LwuC9yO1R9lSyNXVskFTrZaBm_MQCl3JPegK2yck,5201
406
407
  googleapiclient/discovery_cache/documents/playdeveloperreporting.v1alpha1.json,sha256=3BaSj01eeG_qmG8QeeOp1jMzOe2jI8AEGDXkIxGVpnQ,138589
@@ -423,7 +424,7 @@ googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json,sha256
423
424
  googleapiclient/discovery_cache/documents/publicca.v1.json,sha256=msybmT2yjAQKtsnvMrA37fvWwf6i92SS9zU5RiUMne0,4849
424
425
  googleapiclient/discovery_cache/documents/publicca.v1alpha1.json,sha256=lZTujGOmJFdOVOrYFlqse4jJOM85qOAYcV_4WhALNcU,4873
425
426
  googleapiclient/discovery_cache/documents/publicca.v1beta1.json,sha256=TamTpQDX3VRyn6vt6k89HyKLcMSf9UaI8pebzVqpWSw,4869
426
- googleapiclient/discovery_cache/documents/pubsub.v1.json,sha256=xX7zhHiKuQnCpOuf9GJtaU6pQQwjddvVZqK5i3F6-9A,123658
427
+ googleapiclient/discovery_cache/documents/pubsub.v1.json,sha256=qclLgKCCnv_RFrlG77w3Q2-99-pe1_ZUU4oTNmfmV-w,123659
427
428
  googleapiclient/discovery_cache/documents/pubsub.v1beta1a.json,sha256=BANlfJnV40qmdfOkDwirxdhSc11PDRjaeV7lh2QsBuQ,26028
428
429
  googleapiclient/discovery_cache/documents/pubsub.v1beta2.json,sha256=3Y211hPblsfNRtfZ1J1PhPJy3sn5y_knPVAaxndVWPU,51138
429
430
  googleapiclient/discovery_cache/documents/pubsublite.v1.json,sha256=WMbpgrapU3kLiHERlUxjwYWKRYbm5FRYPQd4j514NI4,53052
@@ -442,14 +443,14 @@ googleapiclient/discovery_cache/documents/remotebuildexecution.v1alpha.json,sha2
442
443
  googleapiclient/discovery_cache/documents/remotebuildexecution.v2.json,sha256=EII61EfJ8sqYPcx-Ilk5j-XosxGTIfrN48mLKLkGfnQ,148991
443
444
  googleapiclient/discovery_cache/documents/reseller.v1.json,sha256=MMZDdYWwbKSR_7hjA60PCGweytxQc56EQN_NvbnppY4,48941
444
445
  googleapiclient/discovery_cache/documents/resourcesettings.v1.json,sha256=PBtggh9NeN9JMcNY29fETTCUnggc6vP3cjwFXEEp_jo,22442
445
- googleapiclient/discovery_cache/documents/retail.v2.json,sha256=Ic7OqwFDaT6ARsAj91HMutwvrQJRTZMfC90rm4TpvR8,368434
446
- googleapiclient/discovery_cache/documents/retail.v2alpha.json,sha256=6B4CbyaZHKr_ZDbcPsFr90A0Gx7DWl9xgxZ4a4utVao,414153
447
- googleapiclient/discovery_cache/documents/retail.v2beta.json,sha256=8W0PRT9LVRRgTkOp1Kj1tmWN750omsaU_026eV_sCQo,387464
446
+ googleapiclient/discovery_cache/documents/retail.v2.json,sha256=ZjOlsdLN-MuKGmWvj_6FY5mPaK7XGwKXYxDGYfzvWCU,368856
447
+ googleapiclient/discovery_cache/documents/retail.v2alpha.json,sha256=Ir0GbgKinulHrAFEpnogFjqma5oQYBW2w2xcGXDRzAk,414590
448
+ googleapiclient/discovery_cache/documents/retail.v2beta.json,sha256=qT9y7T73ziDdzOzkZwiA_8klYiCaRpv7nhaECQ83PIc,387898
448
449
  googleapiclient/discovery_cache/documents/run.v1.json,sha256=8vCM3Mi7NK_Xw8s8z4Garmaqj7Jy9nlACS_3v3CdWIs,237881
449
450
  googleapiclient/discovery_cache/documents/run.v1alpha1.json,sha256=Z0H_iXudGt7JDmcS4XZx09xCSBXPBv9MCktQqrAiayA,69965
450
451
  googleapiclient/discovery_cache/documents/run.v1beta1.json,sha256=huF9CDeN1HdW5tai_neIoAPtXOqg1t_KxstLag14WiE,40411
451
- googleapiclient/discovery_cache/documents/run.v2.json,sha256=RzMHhH6PN73A63-sn-0gn64itHFIyvxz-ZYRvZjSGA0,222522
452
- googleapiclient/discovery_cache/documents/runtimeconfig.v1.json,sha256=-cTwsQcyDwyMqTP_4ziC_ogawBTjmNbGjnyOs0AJzdE,10287
452
+ googleapiclient/discovery_cache/documents/run.v2.json,sha256=a2VE1PYbF3dmVmXX4A0rhJ1PXAHX4x2fMzySznivE1c,222780
453
+ googleapiclient/discovery_cache/documents/runtimeconfig.v1.json,sha256=a9eko6S6zJLWmkOlnqRstqEfiRhdFG2KKWgrFmk2NCY,10289
453
454
  googleapiclient/discovery_cache/documents/runtimeconfig.v1beta1.json,sha256=U-Eglt6hR7I2J8zmVDlWhGK3R2gs1Iy4SRZ25Z9TmD8,55381
454
455
  googleapiclient/discovery_cache/documents/safebrowsing.v4.json,sha256=swfVWEKVKLtGSoSNbRdA0LdXy48qohgK8Pnwf6yiIjE,38346
455
456
  googleapiclient/discovery_cache/documents/safebrowsing.v5.json,sha256=3oJ7cp9dBRijO_NtBpVIsfppwxMmm-L11zmWH3EQUP4,9639
@@ -464,7 +465,7 @@ googleapiclient/discovery_cache/documents/securitycenter.v1.json,sha256=SoFOoqGw
464
465
  googleapiclient/discovery_cache/documents/securitycenter.v1beta1.json,sha256=8V_f4Wq1MCOLxw52CVt2cfluJxafrcv-ANz0sRoxgLs,331558
465
466
  googleapiclient/discovery_cache/documents/securitycenter.v1beta2.json,sha256=lZ8zUJ6lvWEQIOgvW37RA4qrJKO4OtJlpJYTVdxaJLk,354390
466
467
  googleapiclient/discovery_cache/documents/securityposture.v1.json,sha256=zgsy-R2KfQLxl6qocgr1Mv_T9iALdMSvdHk7ewz0QbU,71185
467
- googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1.json,sha256=wFnzEo2C5MMej7HB2VINYBcPnokS0ZPMwoT_8lrjvlA,159620
468
+ googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1.json,sha256=TIUPq5N4g6h1iU_CcqpitaLFdQe88aKdoobGW5me6mg,159824
468
469
  googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1beta1.json,sha256=oucIio6BLajJAs64ywZdY2tvfhZuA3w9pYlg4GwAcq4,167066
469
470
  googleapiclient/discovery_cache/documents/servicecontrol.v1.json,sha256=k4lqJQlKshjoqDIR4oU30MGLdxDmBJ0kWn3j7FGie5Y,98399
470
471
  googleapiclient/discovery_cache/documents/servicecontrol.v2.json,sha256=TEpkDRnv8VAj_gbgA7lQ4bi1vmjTn-uy025uaBhnLuc,54994
@@ -473,8 +474,8 @@ googleapiclient/discovery_cache/documents/servicedirectory.v1beta1.json,sha256=P
473
474
  googleapiclient/discovery_cache/documents/servicemanagement.v1.json,sha256=pqdWtW3MyJsXLaclbJoZ06qY8t5X_nrY2R6dF7OgVjg,180450
474
475
  googleapiclient/discovery_cache/documents/servicenetworking.v1.json,sha256=SIvYpFIUd4_0iSqCBsv3ZkWDytd6NLm76_naYZ77WO0,194520
475
476
  googleapiclient/discovery_cache/documents/servicenetworking.v1beta.json,sha256=IkpBsVi9PUGCQRtwz9eEex7SROOXM1MwaJUXIWVJUOw,147234
476
- googleapiclient/discovery_cache/documents/serviceusage.v1.json,sha256=hP9kcdmLPBksQCfvl8xlm6_Znp_IOyfLwoml2RyM2kQ,165020
477
- googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json,sha256=VQG8CssvalIKcRIdyfiM683eBK-QIMLj37s3DNyRWWU,202618
477
+ googleapiclient/discovery_cache/documents/serviceusage.v1.json,sha256=KNqeYY9mGch3iimfRU2HLOfSfx-OMGqJydXyzD6yONI,165913
478
+ googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json,sha256=dEe1yToSlvKH9OLcUPHsySZwvSs9lJdn5KusSJriYaw,203511
478
479
  googleapiclient/discovery_cache/documents/sheets.v4.json,sha256=dtEpx-E6ZxFYyz99XSyHjkgfUMXCFU-8PUD18m84u68,290121
479
480
  googleapiclient/discovery_cache/documents/siteVerification.v1.json,sha256=xvq_xsL575_6zsUckW9eo-jWWdxW6Ng13g8ohB2uGLA,8419
480
481
  googleapiclient/discovery_cache/documents/slides.v1.json,sha256=zJid0TPXb1gvEe8QX6RihzxQqaXLsxCMKjbBPjQiuOQ,184797
@@ -485,8 +486,8 @@ googleapiclient/discovery_cache/documents/spanner.v1.json,sha256=IamEUZFV8uGzI6G
485
486
  googleapiclient/discovery_cache/documents/speech.v1.json,sha256=GGEKtQoIBpaSPC5aUoJ2ITnTKiz6pdQDynndl3t5xvQ,64012
486
487
  googleapiclient/discovery_cache/documents/speech.v1p1beta1.json,sha256=DRXTB7k62NiHvh0Ba2x1DZKAot2Hs6svqTAuKtOhVEU,65166
487
488
  googleapiclient/discovery_cache/documents/speech.v2beta1.json,sha256=uKUcKcn6zNl_egbyhzSYNTlr_o2tpGelQ0WctfRAU54,18493
488
- googleapiclient/discovery_cache/documents/sqladmin.v1.json,sha256=mxni9Wb9Jw2Zrt6ca0UoX7ehpVMVOdb3XEFoHYasHow,202810
489
- googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json,sha256=87qF6OjEgD7xwTv8OAcJxJ9MWtV3lr1emGpCMjEZmQ4,204067
489
+ googleapiclient/discovery_cache/documents/sqladmin.v1.json,sha256=denBcqpJWyWNSQRIJB0CjHCx8RZW1yqpPS3fNyBKJo8,202735
490
+ googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json,sha256=Ff-V3MDed7-gG8cGiujozC1706lbvq9E8XLHqBbmOqM,203992
490
491
  googleapiclient/discovery_cache/documents/storage.v1.json,sha256=2cHmcdOMLDaBE70IJdLPshboKARsCMxizBvB5x1m2Mk,192296
491
492
  googleapiclient/discovery_cache/documents/storagetransfer.v1.json,sha256=7ia7DoUsn5RPGGPoDpssg-zxVbDOJBIaFpo_ns37djw,82953
492
493
  googleapiclient/discovery_cache/documents/streetviewpublish.v1.json,sha256=6yewpIR1whuQeotQcU0Z5FM9nNBtK4KxCT2nE6ihTz0,48408
@@ -495,9 +496,9 @@ googleapiclient/discovery_cache/documents/sts.v1beta.json,sha256=ehLhFjz7BpJx-iM
495
496
  googleapiclient/discovery_cache/documents/tagmanager.v1.json,sha256=9u8cRaa2VO73YcijZyb32qCs5dSqz5pgaKCjk7aaFJQ,90841
496
497
  googleapiclient/discovery_cache/documents/tagmanager.v2.json,sha256=9J9qOoc1aNsGoKJN5vxK5VSnll5zAv3g4_bLfJXFHuY,182143
497
498
  googleapiclient/discovery_cache/documents/tasks.v1.json,sha256=pgWlhOxU9LQEhvqASdZ-IcM1uFm7TcvnW_Ph057NHlo,23200
498
- googleapiclient/discovery_cache/documents/testing.v1.json,sha256=clDTCAPodqydj-6lf3GTND8Rxqg1ptP7BsVtxdbNnJ4,96459
499
- googleapiclient/discovery_cache/documents/texttospeech.v1.json,sha256=q1mE_eHN-nXJjTb5PBk1oEgdBYdTwRIrrr6DKXil0zw,28155
500
- googleapiclient/discovery_cache/documents/texttospeech.v1beta1.json,sha256=eQkEXG1eLKNf26W17gca_U4V18eGOAXhH6-zix59YWQ,26994
499
+ googleapiclient/discovery_cache/documents/testing.v1.json,sha256=ErfSznw1TuhDGknp5PpvGU0dlohFtSZL1NrvV6V2hYE,96517
500
+ googleapiclient/discovery_cache/documents/texttospeech.v1.json,sha256=iiSSItIP3Bv8enBtFz5H1lKQQUouEqd079_zC6M_qMI,28320
501
+ googleapiclient/discovery_cache/documents/texttospeech.v1beta1.json,sha256=Hp9IgnoLIe9FKePOjSaZmlg7TlPSSdFfGhDtuDhqPGg,27159
501
502
  googleapiclient/discovery_cache/documents/toolresults.v1beta3.json,sha256=aqB8d2Kyf1og8vOrKeqefs7FyViD8R312S-_j9dFpAw,129572
502
503
  googleapiclient/discovery_cache/documents/tpu.v1.json,sha256=igugYiMzWlYHyIf_RrAsSWSewSPU6RlX8qorT0gu6ig,32177
503
504
  googleapiclient/discovery_cache/documents/tpu.v1alpha1.json,sha256=h70ROvpgj-SJ2bx_8kubK7xTIBkx7IW-Td-WA2Im3Jw,32592
@@ -508,8 +509,8 @@ googleapiclient/discovery_cache/documents/trafficdirector.v3.json,sha256=XEqVGLM
508
509
  googleapiclient/discovery_cache/documents/transcoder.v1.json,sha256=exIC2RnxSzTHHPhw_hOpsdv8ttiBQKiRys2ZfF7q4xA,68230
509
510
  googleapiclient/discovery_cache/documents/transcoder.v1beta1.json,sha256=nj-9u_qqRm_1H3tlaTpWZ2AEkXlgI6uIzwTqj7DZQYg,60514
510
511
  googleapiclient/discovery_cache/documents/translate.v2.json,sha256=uIVhWVyniBow5R6_BxTdei59xpeUcu2hPy_fLyX8Jig,11984
511
- googleapiclient/discovery_cache/documents/translate.v3.json,sha256=fnZSCQQpVHILLv3SYc6hKeS2p17K65BLzorf-gC2kQI,119244
512
- googleapiclient/discovery_cache/documents/translate.v3beta1.json,sha256=E5O7dbvoc8IsW9XKC4A2ckWYsPNKSQd8Ad0gCkOjcwM,68578
512
+ googleapiclient/discovery_cache/documents/translate.v3.json,sha256=HrtBCxOpNG7Hri8Lfujl8wbLiB6QqObKW9I5pAw7Eaw,119552
513
+ googleapiclient/discovery_cache/documents/translate.v3beta1.json,sha256=aasVPL7Ane3L5JyALevOO-QaOx1gxQ-yFV7klIXf8sU,68811
513
514
  googleapiclient/discovery_cache/documents/travelimpactmodel.v1.json,sha256=eDKYeRQqM2TzYd6p5wtwmApjKvJxBBmcsC_YFSxfhNY,9794
514
515
  googleapiclient/discovery_cache/documents/vault.v1.json,sha256=1SkrgZdLQzz1GPlHNTBK0r1j5yIeXZ_821BasBvKzgQ,74876
515
516
  googleapiclient/discovery_cache/documents/vectortile.v1.json,sha256=ox05W0ZLG7Yn-6uUQOP3yeXgibQfaQ6tqA6iv865DQg,47652
@@ -544,12 +545,12 @@ googleapiclient/discovery_cache/documents/workloadmanager.v1.json,sha256=LQrc6sF
544
545
  googleapiclient/discovery_cache/documents/workspaceevents.v1.json,sha256=xyHj_UBJyQrs7Soj4IqyvOq5OsqQlWHMuXSS2pk1btA,30827
545
546
  googleapiclient/discovery_cache/documents/workstations.v1.json,sha256=eHw_KRBgImqpfKKT3FYhZIIMSHfHf7b1V4BLl5ruwBE,103237
546
547
  googleapiclient/discovery_cache/documents/workstations.v1beta.json,sha256=SA-73yT8HTDa1ZWbI8wT6kX4210ZgdxtC5ffUl8Jjc8,102639
547
- googleapiclient/discovery_cache/documents/youtube.v3.json,sha256=GMUps7sguKbZ7KBI_wBBllUKru9cP6hVBcyjx0RTvVo,372791
548
+ googleapiclient/discovery_cache/documents/youtube.v3.json,sha256=W0gQY8maCA1W8mYW6aTa3mFEYT_oDLT_ty9LgLvB8S0,372790
548
549
  googleapiclient/discovery_cache/documents/youtubeAnalytics.v1.json,sha256=KLPoKHO_XT4-LyIZjwSGh44f_htMwjePD2PXR8MH-YY,3220
549
550
  googleapiclient/discovery_cache/documents/youtubeAnalytics.v2.json,sha256=Ixl98t7bVU4LpG2rai6RgzSeW-TUmk4abOVGzzttGKQ,28888
550
551
  googleapiclient/discovery_cache/documents/youtubereporting.v1.json,sha256=fez-pYUk5gzTFG4W4mPJ7crQV1F1msk1Zdxf2DzpLl0,23094
551
- google_api_python_client-2.156.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
552
- google_api_python_client-2.156.0.dist-info/METADATA,sha256=4KdBIGUkM8moVDJ2trJQ-i7XKfNg9Zc4LcKvAhCPJz8,6652
553
- google_api_python_client-2.156.0.dist-info/WHEEL,sha256=OpXWERl2xLPRHTvd2ZXo_iluPEQd8uSbYkJ53NAER_Y,109
554
- google_api_python_client-2.156.0.dist-info/top_level.txt,sha256=lbWgdDwQ3oww0ub0pmZ3fmIYAOTHf18Two4U9CxRlnw,58
555
- google_api_python_client-2.156.0.dist-info/RECORD,,
552
+ google_api_python_client-2.158.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
553
+ google_api_python_client-2.158.0.dist-info/METADATA,sha256=xruK0co4AgXDmjP9R3LGhfMNH_ZS_AvpIMe0Dwz5QjM,6652
554
+ google_api_python_client-2.158.0.dist-info/WHEEL,sha256=OpXWERl2xLPRHTvd2ZXo_iluPEQd8uSbYkJ53NAER_Y,109
555
+ google_api_python_client-2.158.0.dist-info/top_level.txt,sha256=lbWgdDwQ3oww0ub0pmZ3fmIYAOTHf18Two4U9CxRlnw,58
556
+ google_api_python_client-2.158.0.dist-info/RECORD,,
@@ -1295,7 +1295,7 @@
1295
1295
  }
1296
1296
  }
1297
1297
  },
1298
- "revision": "20241209",
1298
+ "revision": "20241216",
1299
1299
  "rootUrl": "https://accesscontextmanager.googleapis.com/",
1300
1300
  "schemas": {
1301
1301
  "AccessContextManagerOperationMetadata": {
@@ -1931,7 +1931,7 @@
1931
1931
  "type": "object"
1932
1932
  },
1933
1933
  "GcpUserAccessBindingOperationMetadata": {
1934
- "description": "Metadata of GCP Access Binding Long Running Operations.",
1934
+ "description": "Metadata of Google Cloud Access Binding Long Running Operations.",
1935
1935
  "id": "GcpUserAccessBindingOperationMetadata",
1936
1936
  "properties": {},
1937
1937
  "type": "object"
@@ -108,6 +108,40 @@
108
108
  },
109
109
  "protocol": "rest",
110
110
  "resources": {
111
+ "accounts": {
112
+ "resources": {
113
+ "platforms": {
114
+ "methods": {
115
+ "get": {
116
+ "description": "Gets a platform.",
117
+ "flatPath": "v1alpha/accounts/{accountsId}/platforms/{platformsId}",
118
+ "httpMethod": "GET",
119
+ "id": "adsenseplatform.accounts.platforms.get",
120
+ "parameterOrder": [
121
+ "name"
122
+ ],
123
+ "parameters": {
124
+ "name": {
125
+ "description": "Required. The name of the platform to retrieve. Format: accounts/{account}/platforms/{platform}",
126
+ "location": "path",
127
+ "pattern": "^accounts/[^/]+/platforms/[^/]+$",
128
+ "required": true,
129
+ "type": "string"
130
+ }
131
+ },
132
+ "path": "v1alpha/{+name}",
133
+ "response": {
134
+ "$ref": "Platform"
135
+ },
136
+ "scopes": [
137
+ "https://www.googleapis.com/auth/adsense",
138
+ "https://www.googleapis.com/auth/adsense.readonly"
139
+ ]
140
+ }
141
+ }
142
+ }
143
+ }
144
+ },
111
145
  "platforms": {
112
146
  "resources": {
113
147
  "accounts": {
@@ -446,7 +480,7 @@
446
480
  }
447
481
  }
448
482
  },
449
- "revision": "20241203",
483
+ "revision": "20250106",
450
484
  "rootUrl": "https://adsenseplatform.googleapis.com/",
451
485
  "schemas": {
452
486
  "Account": {
@@ -657,6 +691,26 @@
657
691
  },
658
692
  "type": "object"
659
693
  },
694
+ "Platform": {
695
+ "description": "Representation of a Transparent Platform.",
696
+ "id": "Platform",
697
+ "properties": {
698
+ "defaultPlatformGroup": {
699
+ "description": "Default platform group for the platform.",
700
+ "type": "string"
701
+ },
702
+ "description": {
703
+ "description": "Output only. Description of the platform.",
704
+ "readOnly": true,
705
+ "type": "string"
706
+ },
707
+ "name": {
708
+ "description": "Identifier. Resource name of a platform. Format: accounts/{account}/platforms/{platform}",
709
+ "type": "string"
710
+ }
711
+ },
712
+ "type": "object"
713
+ },
660
714
  "RequestSiteReviewResponse": {
661
715
  "description": "Response definition for the site request review rpc.",
662
716
  "id": "RequestSiteReviewResponse",
@@ -19327,7 +19327,7 @@
19327
19327
  }
19328
19328
  }
19329
19329
  },
19330
- "revision": "20241210",
19330
+ "revision": "20241214",
19331
19331
  "rootUrl": "https://aiplatform.googleapis.com/",
19332
19332
  "schemas": {
19333
19333
  "CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -20936,7 +20936,7 @@
20936
20936
  "type": "object"
20937
20937
  },
20938
20938
  "GoogleCloudAiplatformV1Blob": {
20939
- "description": "Content blob. It's preferred to send as text directly rather than raw bytes.",
20939
+ "description": "Content blob.",
20940
20940
  "id": "GoogleCloudAiplatformV1Blob",
20941
20941
  "properties": {
20942
20942
  "data": {
@@ -21964,7 +21964,7 @@
21964
21964
  }
21965
21965
  }
21966
21966
  },
21967
- "revision": "20241210",
21967
+ "revision": "20241214",
21968
21968
  "rootUrl": "https://aiplatform.googleapis.com/",
21969
21969
  "schemas": {
21970
21970
  "CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -23781,7 +23781,7 @@
23781
23781
  "type": "object"
23782
23782
  },
23783
23783
  "GoogleCloudAiplatformV1beta1Blob": {
23784
- "description": "Content blob. It's preferred to send as text directly rather than raw bytes.",
23784
+ "description": "Content blob.",
23785
23785
  "id": "GoogleCloudAiplatformV1beta1Blob",
23786
23786
  "properties": {
23787
23787
  "data": {
@@ -26578,7 +26578,7 @@
26578
26578
  },
26579
26579
  "pipelineRootDirectory": {
26580
26580
  "deprecated": true,
26581
- "description": "Required. Deprecated. A path in a Cloud Storage bucket, which will be treated as the root output directory of the distillation pipeline. It is used by the system to generate the paths of output artifacts.",
26581
+ "description": "Deprecated. A path in a Cloud Storage bucket, which will be treated as the root output directory of the distillation pipeline. It is used by the system to generate the paths of output artifacts.",
26582
26582
  "type": "string"
26583
26583
  },
26584
26584
  "studentModel": {
@@ -26588,7 +26588,7 @@
26588
26588
  },
26589
26589
  "trainingDatasetUri": {
26590
26590
  "deprecated": true,
26591
- "description": "Required. Cloud Storage path to file containing training dataset for tuning. The dataset must be formatted as a JSONL file.",
26591
+ "description": "Deprecated. Cloud Storage path to file containing training dataset for tuning. The dataset must be formatted as a JSONL file.",
26592
26592
  "type": "string"
26593
26593
  },
26594
26594
  "tunedTeacherModelSource": {
@@ -37346,6 +37346,10 @@ false
37346
37346
  "description": "Optional. Text part (can be code).",
37347
37347
  "type": "string"
37348
37348
  },
37349
+ "thought": {
37350
+ "description": "Optional. Indicates if the part is thought from the model.",
37351
+ "type": "boolean"
37352
+ },
37349
37353
  "videoMetadata": {
37350
37354
  "$ref": "GoogleCloudAiplatformV1beta1VideoMetadata",
37351
37355
  "description": "Optional. Video metadata. The metadata should only be specified while the video data is presented in inline_data or file_data."
@@ -39872,6 +39876,10 @@ false
39872
39876
  "$ref": "GoogleCloudAiplatformV1beta1RagFileParsingConfigLayoutParser",
39873
39877
  "description": "The Layout Parser to use for RagFiles."
39874
39878
  },
39879
+ "llmParser": {
39880
+ "$ref": "GoogleCloudAiplatformV1beta1RagFileParsingConfigLlmParser",
39881
+ "description": "The LLM Parser to use for RagFiles."
39882
+ },
39875
39883
  "useAdvancedPdfParsing": {
39876
39884
  "deprecated": true,
39877
39885
  "description": "Whether to use advanced PDF parsing.",
@@ -39907,6 +39915,26 @@ false
39907
39915
  },
39908
39916
  "type": "object"
39909
39917
  },
39918
+ "GoogleCloudAiplatformV1beta1RagFileParsingConfigLlmParser": {
39919
+ "description": "Specifies the advanced parsing for RagFiles.",
39920
+ "id": "GoogleCloudAiplatformV1beta1RagFileParsingConfigLlmParser",
39921
+ "properties": {
39922
+ "customParsingPrompt": {
39923
+ "description": "The prompt to use for parsing. If not specified, a default prompt will be used.",
39924
+ "type": "string"
39925
+ },
39926
+ "maxParsingRequestsPerMin": {
39927
+ "description": "The maximum number of requests the job is allowed to make to the LLM model per minute. Consult https://cloud.google.com/vertex-ai/generative-ai/docs/quotas and your document size to set an appropriate value here. If unspecified, a default value of 5000 QPM would be used.",
39928
+ "format": "int32",
39929
+ "type": "integer"
39930
+ },
39931
+ "modelName": {
39932
+ "description": "The name of a LLM model used for parsing. Format: `gemini-1.5-pro-002`",
39933
+ "type": "string"
39934
+ }
39935
+ },
39936
+ "type": "object"
39937
+ },
39910
39938
  "GoogleCloudAiplatformV1beta1RagFileTransformationConfig": {
39911
39939
  "description": "Specifies the transformation config for RagFiles.",
39912
39940
  "id": "GoogleCloudAiplatformV1beta1RagFileTransformationConfig",
@@ -49556,6 +49584,7 @@ false
49556
49584
  "description": "Tuning Spec for open sourced and third party Partner models."
49557
49585
  },
49558
49586
  "pipelineJob": {
49587
+ "deprecated": true,
49559
49588
  "description": "Output only. The resource name of the PipelineJob associated with the TuningJob. Format: `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`.",
49560
49589
  "readOnly": true,
49561
49590
  "type": "string"