Skip to content

Commit d2b41b6

Browse files
feat(all): auto-regenerate discovery clients (#3284)
1 parent 4d1d336 commit d2b41b6

File tree

84 files changed

+5391
-2628
lines changed

Some content is hidden

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

84 files changed

+5391
-2628
lines changed

admin/reports/v1/admin-api.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
"chat",
136136
"drive",
137137
"gcp",
138+
"gmail",
138139
"gplus",
139140
"groups",
140141
"groups_enterprise",
@@ -161,6 +162,7 @@
161162
"The Chat activity reports return information about various Chat activity events.",
162163
"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.",
163164
"The Google Cloud Platform application's activity reports return information about various GCP activity events.",
165+
"The Gmail application's activity reports return information about various [Gmail activity events](/admin-sdk/reports/v1/appendix/activity/gmail).",
164166
"The Google+ application's activity reports return information about various Google+ activity events.",
165167
"The Google Groups application's activity reports return information about various Groups activity events.",
166168
"The Enterprise Groups activity reports return information about various Enterprise group activity events.",
@@ -181,7 +183,7 @@
181183
"The Classroom activity reports return information about different types of [Classroom activity events](https://developers.google.com/workspace/admin/reports/v1/appendix/activity/classroom)."
182184
],
183185
"location": "path",
184-
"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)|(vault)|(gemini_in_workspace_apps)",
186+
"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)",
185187
"required": true,
186188
"type": "string"
187189
},
@@ -192,7 +194,7 @@
192194
"type": "string"
193195
},
194196
"endTime": {
195-
"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.",
197+
"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.",
196198
"location": "query",
197199
"pattern": "(\\d\\d\\d\\d)-(\\d\\d)-(\\d\\d)T(\\d\\d):(\\d\\d):(\\d\\d)(?:\\.(\\d+))?(?:(Z)|([-+])(\\d\\d):(\\d\\d))",
198200
"type": "string"
@@ -236,7 +238,7 @@
236238
"type": "string"
237239
},
238240
"startTime": {
239-
"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.",
241+
"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.",
240242
"location": "query",
241243
"pattern": "(\\d\\d\\d\\d)-(\\d\\d)-(\\d\\d)T(\\d\\d):(\\d\\d):(\\d\\d)(?:\\.(\\d+))?(?:(Z)|([-+])(\\d\\d):(\\d\\d))",
242244
"type": "string"
@@ -633,7 +635,7 @@
633635
}
634636
}
635637
},
636-
"revision": "20250813",
638+
"revision": "20250818",
637639
"rootUrl": "https://admin.googleapis.com/",
638640
"schemas": {
639641
"Activities": {

admin/reports/v1/admin-gen.go

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

androidpublisher/v3/androidpublisher-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5521,7 +5521,7 @@
55215521
}
55225522
}
55235523
},
5524-
"revision": "20250819",
5524+
"revision": "20250820",
55255525
"rootUrl": "https://androidpublisher.googleapis.com/",
55265526
"schemas": {
55275527
"Abi": {
@@ -6176,7 +6176,7 @@
61766176
},
61776177
"recurringPrice": {
61786178
"$ref": "Money",
6179-
"description": "The current recurring price of the auto renewing plan. Note that the price does not take into account discounts and taxes, call orders.get API instead if transaction details are needed."
6179+
"description": "The current recurring price of the auto renewing plan. Note that the price does not take into account discounts and does not include taxes for tax-exclusive pricing, please call orders.get API instead if transaction details are needed."
61806180
}
61816181
},
61826182
"type": "object"
@@ -11901,7 +11901,7 @@
1190111901
"properties": {
1190211902
"countryTargeting": {
1190311903
"$ref": "CountryTargeting",
11904-
"description": "Restricts a release to a specific set of countries."
11904+
"description": "Restricts a release to a specific set of countries. Note this is only allowed to be set for inProgress releases in the production track."
1190511905
},
1190611906
"inAppUpdatePriority": {
1190711907
"description": "In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.",

androidpublisher/v3/androidpublisher-gen.go

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

certificatemanager/v1/certificatemanager-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -1320,7 +1320,7 @@
13201320
}
13211321
}
13221322
},
1323-
"revision": "20250423",
1323+
"revision": "20250813",
13241324
"rootUrl": "https://certificatemanager.googleapis.com/",
13251325
"schemas": {
13261326
"AllowlistedCertificate": {

certificatemanager/v1/certificatemanager-gen.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clouddeploy/v1/clouddeploy-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
],
170170
"parameters": {
171171
"extraLocationTypes": {
172-
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
172+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
173173
"location": "query",
174174
"repeated": true,
175175
"type": "string"
@@ -2354,7 +2354,7 @@
23542354
}
23552355
}
23562356
},
2357-
"revision": "20250416",
2357+
"revision": "20250813",
23582358
"rootUrl": "https://clouddeploy.googleapis.com/",
23592359
"schemas": {
23602360
"AbandonReleaseRequest": {

clouddeploy/v1/clouddeploy-gen.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudfunctions/v1/cloudfunctions-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
],
186186
"parameters": {
187187
"extraLocationTypes": {
188-
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
188+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
189189
"location": "query",
190190
"repeated": true,
191191
"type": "string"
@@ -558,7 +558,7 @@
558558
}
559559
}
560560
},
561-
"revision": "20250430",
561+
"revision": "20250814",
562562
"rootUrl": "https://cloudfunctions.googleapis.com/",
563563
"schemas": {
564564
"AuditConfig": {

cloudfunctions/v1/cloudfunctions-gen.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)