Skip to content

Commit 39f5432

Browse files
authored
Update APIs, prepare for v15 (#689)
1 parent 7a42c79 commit 39f5432

File tree

464 files changed

+273413
-64912
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

464 files changed

+273413
-64912
lines changed

config.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# should be ignored.
33
packages:
44
- googleapis:
5-
version: 14.1.0-wip
5+
version: 15.0.0
66
repository: https://github.com/google/googleapis.dart/tree/master/generated/googleapis
77
readme: resources/README.md
88
license: resources/LICENSE
@@ -76,12 +76,14 @@ packages:
7676
- cloudbuild:v1 # https://cloud.google.com/container-builder/docs/
7777
- cloudbuild:v2
7878
- cloudchannel:v1
79+
- cloudcommerceprocurement:v1
7980
- cloudcontrolspartner:v1
8081
- clouddeploy:v1
8182
- cloudfunctions:v1 # https://cloud.google.com/functions/docs/
8283
- cloudfunctions:v2
8384
- cloudidentity:v1 # https://cloud.google.com/identity/
8485
- cloudkms:v1 # https://cloud.google.com/kms/docs/
86+
- cloudlocationfinder:v1
8587
- cloudprofiler:v2 # https://cloud.google.com/profiler/
8688
- cloudresourcemanager:v1 # https://cloud.google.com/resource-manager/
8789
- cloudresourcemanager:v2 # https://cloud.google.com/resource-manager/
@@ -118,6 +120,7 @@ packages:
118120
- developerconnect:v1
119121
- dfareporting:v3.5
120122
- dfareporting:v4
123+
- dfareporting:v5
121124
- dialogflow:v2 # https://cloud.google.com/dialogflow-enterprise/
122125
- dialogflow:v3 # https://cloud.google.com/dialogflow-enterprise/
123126
- digitalassetlinks:v1 # https://developers.google.com/digital-asset-links/
@@ -191,6 +194,18 @@ packages:
191194
- manufacturers:v1 # https://developers.google.com/manufacturers/
192195
- meet:v2
193196
- memcache:v1
197+
- merchantapi:accounts_v1
198+
- merchantapi:conversions_v1
199+
- merchantapi:datasources_v1
200+
- merchantapi:inventories_v1
201+
- merchantapi:issueresolution_v1
202+
- merchantapi:lfp_v1
203+
- merchantapi:notifications_v1
204+
- merchantapi:ordertracking_v1
205+
- merchantapi:products_v1
206+
- merchantapi:promotions_v1
207+
- merchantapi:quota_v1
208+
- merchantapi:reports_v1
194209
- metastore:v1
195210
- migrationcenter:v1
196211
- ml:v1 # https://cloud.google.com/ml-engine/
@@ -333,7 +348,6 @@ packages:
333348
- firebasedatabase:v1beta
334349
- firebasestorage:v1beta
335350
- gkehub:v2alpha
336-
- lifesciences:v2beta
337351
- prod_tt_sasportal:v1alpha1
338352
- recommendationengine:v1beta1
339353
- sasportal:v1alpha1
@@ -365,7 +379,6 @@ skipped_apis:
365379
- beyondcorp:v1alpha
366380
- billingbudgets:v1beta1 # v1 included
367381
- binaryauthorization:v1beta1 # v1 included
368-
- blogger:v2 # v3 included
369382
- checks:v1alpha
370383
- cloudasset:v1beta1
371384
- cloudasset:v1p1beta1 # v1 included

discovery-artifact-manager

discovery/googleapis/accessapproval__v1.json

Lines changed: 36 additions & 36 deletions
Large diffs are not rendered by default.

discovery/googleapis/admin__directory_v1.json

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"ownerName": "Google",
111111
"packagePath": "admin",
112112
"protocol": "rest",
113-
"revision": "20250707",
113+
"revision": "20250916",
114114
"rootUrl": "https://admin.googleapis.com/",
115115
"servicePath": "",
116116
"title": "Admin SDK API",
@@ -1662,7 +1662,7 @@
16621662
"type": "string"
16631663
},
16641664
"query": {
1665-
"description": "Query string search. Should be of the form \"\". Complete documentation is at https: //developers.google.com/admin-sdk/directory/v1/guides/search-groups",
1665+
"description": "Query string search. Should be of the form \"\". Complete documentation is at https://developers.google.com/workspace/admin/directory/v1/guides/search-groups",
16661666
"location": "query",
16671667
"type": "string"
16681668
},
@@ -4301,7 +4301,7 @@
43014301
"type": "string"
43024302
},
43034303
"query": {
4304-
"description": "Query string search. Should be of the form \"\". Complete documentation is at https: //developers.google.com/admin-sdk/directory/v1/guides/search-users",
4304+
"description": "Query string search. Should be of the form \"\". Complete documentation is at https://developers.google.com/workspace/admin/directory/v1/guides/search-users",
43054305
"location": "query",
43064306
"type": "string"
43074307
},
@@ -5841,6 +5841,23 @@
58415841
"description": "The Chrome device's operating system version.",
58425842
"type": "string"
58435843
},
5844+
"osVersionCompliance": {
5845+
"description": "Output only. Device policy compliance status of the OS version.",
5846+
"enum": [
5847+
"complianceUnspecified",
5848+
"compliant",
5849+
"pending",
5850+
"notCompliant"
5851+
],
5852+
"enumDescriptions": [
5853+
"Compliance status unspecified.",
5854+
"Compliance status compliant.",
5855+
"Compliance status pending.",
5856+
"Compliance status not compliant."
5857+
],
5858+
"readOnly": true,
5859+
"type": "string"
5860+
},
58445861
"platformVersion": {
58455862
"description": "The Chrome device's platform version.",
58465863
"type": "string"

discovery/googleapis/admin__reports_v1.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"ownerName": "Google",
3030
"packagePath": "admin",
3131
"protocol": "rest",
32-
"revision": "20250707",
32+
"revision": "20250818",
3333
"rootUrl": "https://admin.googleapis.com/",
3434
"servicePath": "",
3535
"title": "Admin SDK API",
@@ -138,6 +138,7 @@
138138
"chat",
139139
"drive",
140140
"gcp",
141+
"gmail",
141142
"gplus",
142143
"groups",
143144
"groups_enterprise",
@@ -154,7 +155,8 @@
154155
"data_studio",
155156
"keep",
156157
"vault",
157-
"gemini_in_workspace_apps"
158+
"gemini_in_workspace_apps",
159+
"classroom"
158160
],
159161
"enumDescriptions": [
160162
"The Google Workspace Access Transparency activity reports return information about different types of Access Transparency activity events.",
@@ -163,6 +165,7 @@
163165
"The Chat activity reports return information about various Chat activity events.",
164166
"The Google Drive application's activity reports return information about various Google Drive activity events. The Drive activity report is only available for Google Workspace Business and Enterprise customers.",
165167
"The Google Cloud Platform application's activity reports return information about various GCP activity events.",
168+
"The Gmail application's activity reports return information about various [Gmail activity events](/admin-sdk/reports/v1/appendix/activity/gmail).",
166169
"The Google+ application's activity reports return information about various Google+ activity events.",
167170
"The Google Groups application's activity reports return information about various Groups activity events.",
168171
"The Enterprise Groups activity reports return information about various Enterprise group activity events.",
@@ -179,10 +182,11 @@
179182
"The Data Studio activity reports return information about various types of Data Studio activity events.",
180183
"The Keep application's activity reports return information about various Google Keep activity events. The Keep activity report is only available for Google Workspace Business and Enterprise customers.",
181184
"The Vault activity reports return information about various types of Vault activity events.",
182-
"The Gemini for Workspace activity reports return information about various types of Gemini activity events performed by users within a Workspace application."
185+
"The Gemini for Workspace activity reports return information about various types of Gemini activity events performed by users within a Workspace application.",
186+
"The Classroom activity reports return information about different types of [Classroom activity events](https://developers.google.com/workspace/admin/reports/v1/appendix/activity/classroom)."
183187
],
184188
"location": "path",
185-
"pattern": "(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)|(vault)|(gemini_in_workspace_apps)",
189+
"pattern": "(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(classroom)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gmail)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)|(vault)|(gemini_in_workspace_apps)",
186190
"required": true,
187191
"type": "string"
188192
},
@@ -193,7 +197,7 @@
193197
"type": "string"
194198
},
195199
"endTime": {
196-
"description": "Sets the end of the range of time shown in the report. The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z. The default value is the approximate time of the API request. An API report has three basic time concepts: - *Date of the API's request for a report*: When the API created and retrieved the report. - *Report's start time*: The beginning of the timespan shown in the report. The `startTime` must be before the `endTime` (if specified) and the current time when the request is made, or the API returns an error. - *Report's end time*: The end of the timespan shown in the report. For example, the timespan of events summarized in a report can start in April and end in May. The report itself can be requested in August. If the `endTime` is not specified, the report returns all activities from the `startTime` until the current time or the most recent 180 days if the `startTime` is more than 180 days in the past.",
200+
"description": "Sets the end of the range of time shown in the report. The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z. The default value is the approximate time of the API request. An API report has three basic time concepts: - *Date of the API's request for a report*: When the API created and retrieved the report. - *Report's start time*: The beginning of the timespan shown in the report. The `startTime` must be before the `endTime` (if specified) and the current time when the request is made, or the API returns an error. - *Report's end time*: The end of the timespan shown in the report. For example, the timespan of events summarized in a report can start in April and end in May. The report itself can be requested in August. If the `endTime` is not specified, the report returns all activities from the `startTime` until the current time or the most recent 180 days if the `startTime` is more than 180 days in the past. For Gmail requests, `startTime` and `endTime` must be provided and the difference must not be greater than 30 days.",
197201
"location": "query",
198202
"pattern": "(\\d\\d\\d\\d)-(\\d\\d)-(\\d\\d)T(\\d\\d):(\\d\\d):(\\d\\d)(?:\\.(\\d+))?(?:(Z)|([-+])(\\d\\d):(\\d\\d))",
199203
"type": "string"
@@ -237,7 +241,7 @@
237241
"type": "string"
238242
},
239243
"startTime": {
240-
"description": "Sets the beginning of the range of time shown in the report. The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z. The report returns all activities from `startTime` until `endTime`. The `startTime` must be before the `endTime` (if specified) and the current time when the request is made, or the API returns an error.",
244+
"description": "Sets the beginning of the range of time shown in the report. The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z. The report returns all activities from `startTime` until `endTime`. The `startTime` must be before the `endTime` (if specified) and the current time when the request is made, or the API returns an error. For Gmail requests, `startTime` and `endTime` must be provided and the difference must not be greater than 30 days.",
241245
"location": "query",
242246
"pattern": "(\\d\\d\\d\\d)-(\\d\\d)-(\\d\\d)T(\\d\\d):(\\d\\d):(\\d\\d)(?:\\.(\\d+))?(?:(Z)|([-+])(\\d\\d):(\\d\\d))",
243247
"type": "string"
@@ -295,7 +299,8 @@
295299
"context_aware_access",
296300
"chrome",
297301
"data_studio",
298-
"keep"
302+
"keep",
303+
"classroom"
299304
],
300305
"enumDescriptions": [
301306
"The Google Workspace Access Transparency activity reports return information about different types of Access Transparency activity events.",
@@ -318,10 +323,11 @@
318323
"The Context-aware access activity reports return information about users' access denied events due to Context-aware access rules.",
319324
"The Chrome activity reports return information about Chrome browser and Chrome OS events.",
320325
"The Data Studio activity reports return information about various types of Data Studio activity events.",
321-
"The Keep application's activity reports return information about various Google Keep activity events. The Keep activity report is only available for Google Workspace Business and Enterprise customers."
326+
"The Keep application's activity reports return information about various Google Keep activity events. The Keep activity report is only available for Google Workspace Business and Enterprise customers.",
327+
"The Classroom activity reports return information about different types of [Classroom activity events](https://developers.google.com/workspace/admin/reports/v1/appendix/activity/classroom)."
322328
],
323329
"location": "path",
324-
"pattern": "(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)",
330+
"pattern": "(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(classroom)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)",
325331
"required": true,
326332
"type": "string"
327333
},

0 commit comments

Comments
 (0)