Skip to content

Commit 832516f

Browse files
feat(all): auto-regenerate discovery clients (#3494)
1 parent 62e5a8e commit 832516f

38 files changed

+8482
-267
lines changed

admin/reports/v1/admin-api.json

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@
126126
"location": "query",
127127
"type": "string"
128128
},
129+
"applicationInfoFilter": {
130+
"description": "Optional. Used to filter on the `oAuthClientId` field present in [`ApplicationInfo`](#applicationinfo) message. **Usage** ``` GET...\u0026applicationInfoFilter=oAuthClientId=\"clientId\" GET...\u0026applicationInfoFilter=oAuthClientId=%22clientId%22 ```",
131+
"location": "query",
132+
"type": "string"
133+
},
129134
"applicationName": {
130135
"description": "Application name for which the events are to be retrieved.",
131136
"enum": [
@@ -251,6 +256,11 @@
251256
"minimum": "1",
252257
"type": "integer"
253258
},
259+
"networkInfoFilter": {
260+
"description": "Optional. Used to filter on the `regionCode` field present in [`NetworkInfo`](#networkinfo) message. **Usage** ``` GET...\u0026networkInfoFilter=regionCode=\"IN\" GET...\u0026networkInfoFilter=regionCode=%22IN%22 ```",
261+
"location": "query",
262+
"type": "string"
263+
},
254264
"orgUnitID": {
255265
"default": "",
256266
"description": "ID of the organizational unit to report on. Activity records will be shown only for users who belong to the specified organizational unit. Data before Dec 17, 2018 doesn't appear in the filtered results.",
@@ -274,6 +284,11 @@
274284
"pattern": "(\\d\\d\\d\\d)-(\\d\\d)-(\\d\\d)T(\\d\\d):(\\d\\d):(\\d\\d)(?:\\.(\\d+))?(?:(Z)|([-+])(\\d\\d):(\\d\\d))",
275285
"type": "string"
276286
},
287+
"statusFilter": {
288+
"description": "Optional. Used to filter on the `statusCode` field present in [`Status`](#status) message. **Usage** ``` GET...\u0026statusFilter=statusCode=\"200\" GET...\u0026statusFilter=statusCode=%22200%22 ```",
289+
"location": "query",
290+
"type": "string"
291+
},
277292
"userKey": {
278293
"description": "Represents the profile ID or the user email for which the data should be filtered. Can be `all` for all information, or `userKey` for a user's unique Google Workspace profile ID or their primary email address. Must not be a deleted user. For a deleted user, call `users.list` in Directory API with `showDeleted=true`, then use the returned `ID` as the `userKey`.",
279294
"location": "path",
@@ -666,7 +681,7 @@
666681
}
667682
}
668683
},
669-
"revision": "20251202",
684+
"revision": "20260210",
670685
"rootUrl": "https://admin.googleapis.com/",
671686
"schemas": {
672687
"Activities": {
@@ -829,6 +844,10 @@
829844
},
830845
"type": "array"
831846
},
847+
"status": {
848+
"$ref": "ActivityEventsStatus",
849+
"description": "Status of the event. Note: Not all events have status."
850+
},
832851
"type": {
833852
"description": "Type of event. The Google Workspace service or feature that an administrator changes is identified in the `type` property which identifies an event using the `eventName` property. For a full list of the API's `type` categories, see the list of event names for various applications above in `applicationName`.",
834853
"type": "string"
@@ -889,6 +908,30 @@
889908
},
890909
"type": "object"
891910
},
911+
"ActivityEventsStatus": {
912+
"description": "Status of the event. Note: Not all events have status.",
913+
"id": "ActivityEventsStatus",
914+
"properties": {
915+
"errorCode": {
916+
"description": "Error code of the event. Note: Field can be empty.",
917+
"type": "string"
918+
},
919+
"errorMessage": {
920+
"description": "Error message of the event. Note: Field can be empty.",
921+
"type": "string"
922+
},
923+
"eventStatus": {
924+
"description": "* Status of the event. Possible values if not empty: - UNKNOWN_EVENT_STATUS - SUCCEEDED - SUCCEEDED_WITH_WARNINGS - FAILED - SKIPPED",
925+
"type": "string"
926+
},
927+
"httpStatusCode": {
928+
"description": "Status code of the event. Note: Field can be empty.",
929+
"format": "int32",
930+
"type": "integer"
931+
}
932+
},
933+
"type": "object"
934+
},
892935
"ActivityNetworkInfo": {
893936
"description": "Network information of the user doing the action.",
894937
"id": "ActivityNetworkInfo",

admin/reports/v1/admin-gen.go

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

appsmarket/v2/appsmarket-api.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"customerLicense": {
109109
"methods": {
110110
"get": {
111-
"description": "Gets the status of a license for a customer to determine if they have access for a given app.",
111+
"description": "Gets the customer's licensing status to determine if they have access to a given app. For more information, see [Getting app installation and licensing details](https://developers.google.com/workspace/marketplace/example-calls-marketplace-api).",
112112
"flatPath": "appsmarket/v2/customerLicense/{applicationId}/{customerId}",
113113
"httpMethod": "GET",
114114
"id": "appsmarket.customerLicense.get",
@@ -118,13 +118,13 @@
118118
],
119119
"parameters": {
120120
"applicationId": {
121-
"description": "Application Id",
121+
"description": "The ID of the application.",
122122
"location": "path",
123123
"required": true,
124124
"type": "string"
125125
},
126126
"customerId": {
127-
"description": "Customer Id",
127+
"description": "The ID of the customer.",
128128
"location": "path",
129129
"required": true,
130130
"type": "string"
@@ -143,7 +143,7 @@
143143
"userLicense": {
144144
"methods": {
145145
"get": {
146-
"description": "Gets the user's licensing status for their permission to use a given app.",
146+
"description": "Gets the user's licensing status to determine if they have permission to use a given app. For more information, see [Getting app installation and licensing details](https://developers.google.com/workspace/marketplace/example-calls-marketplace-api).",
147147
"flatPath": "appsmarket/v2/userLicense/{applicationId}/{userId}",
148148
"httpMethod": "GET",
149149
"id": "appsmarket.userLicense.get",
@@ -153,13 +153,13 @@
153153
],
154154
"parameters": {
155155
"applicationId": {
156-
"description": "Application Id",
156+
"description": "The ID of the application.",
157157
"location": "path",
158158
"required": true,
159159
"type": "string"
160160
},
161161
"userId": {
162-
"description": "User Id",
162+
"description": "The ID of the user.",
163163
"location": "path",
164164
"required": true,
165165
"type": "string"
@@ -176,7 +176,7 @@
176176
}
177177
}
178178
},
179-
"revision": "20251217",
179+
"revision": "20260209",
180180
"rootUrl": "https://appsmarket.googleapis.com/",
181181
"schemas": {
182182
"CustomerLicense": {
@@ -203,11 +203,11 @@
203203
"type": "string"
204204
},
205205
"kind": {
206-
"description": "The type of API resource. This is always appsmarket#customerLicense.",
206+
"description": "The type of API resource. This is always `appsmarket#customerLicense`.",
207207
"type": "string"
208208
},
209209
"state": {
210-
"description": "The customer's license status. One of: - `ACTIVE`: The customer has a valid license. - `UNLICENSED`: There is no license: either this customer has never installed your application, or else has deleted it.",
210+
"description": "The customer's license status. One of: - `ACTIVE`: The customer has a valid license. - `UNLICENSED`: There is no license. Either this customer has never installed your application or has deleted it.",
211211
"type": "string"
212212
}
213213
},
@@ -257,11 +257,11 @@
257257
"type": "boolean"
258258
},
259259
"id": {
260-
"description": "The ID of user license.",
260+
"description": "The ID of the user license.",
261261
"type": "string"
262262
},
263263
"kind": {
264-
"description": "The type of API resource. This is always appsmarket#userLicense.",
264+
"description": "The type of API resource. This is always `appsmarket#userLicense`.",
265265
"type": "string"
266266
},
267267
"state": {

appsmarket/v2/appsmarket-gen.go

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

clouderrorreporting/v1beta1/clouderrorreporting-api.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
"description": "Groups and counts similar errors from cloud services and applications, reports new errors, and provides access to error groups and their associated errors. ",
1616
"discoveryVersion": "v1",
1717
"documentationLink": "https://cloud.google.com/error-reporting/",
18+
"endpoints": [
19+
{
20+
"description": "Regional Endpoint",
21+
"endpointUrl": "https://clouderrorreporting.us.rep.googleapis.com/",
22+
"location": "us"
23+
}
24+
],
1825
"fullyEncodeReservedExpansion": true,
1926
"icons": {
2027
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -728,7 +735,7 @@
728735
}
729736
}
730737
},
731-
"revision": "20240705",
738+
"revision": "20260206",
732739
"rootUrl": "https://clouderrorreporting.googleapis.com/",
733740
"schemas": {
734741
"DeleteEventsResponse": {

0 commit comments

Comments
 (0)