Skip to content

Commit 9f18671

Browse files
feat(all): auto-regenerate discovery clients (#1896)
1 parent e88ee8a commit 9f18671

Some content is hidden

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

57 files changed

+12057
-1516
lines changed

admin/directory/v1/admin-api.json

+10-6
Original file line numberDiff line numberDiff line change
@@ -3303,7 +3303,7 @@
33033303
"type": "string"
33043304
},
33053305
"userKey": {
3306-
"description": "The user's primary email address, alias email address, or unique user ID. If included in the request, returns role assignments only for this user.",
3306+
"description": "The primary email address, alias email address, or unique user or group ID. If included in the request, returns role assignments only for this user or group.",
33073307
"location": "query",
33083308
"type": "string"
33093309
}
@@ -4630,7 +4630,7 @@
46304630
}
46314631
}
46324632
},
4633-
"revision": "20230124",
4633+
"revision": "20230307",
46344634
"rootUrl": "https://admin.googleapis.com/",
46354635
"schemas": {
46364636
"Alias": {
@@ -5895,7 +5895,8 @@
58955895
"SET_VOLUME",
58965896
"WIPE_USERS",
58975897
"REMOTE_POWERWASH",
5898-
"DEVICE_START_CRD_SESSION"
5898+
"DEVICE_START_CRD_SESSION",
5899+
"CAPTURE_LOGS"
58995900
],
59005901
"enumDescriptions": [
59015902
"The command type was unspecified.",
@@ -5904,7 +5905,8 @@
59045905
"Set the volume of the device. Can only be issued to Kiosk and managed guest session devices.",
59055906
"Wipe all the users off of the device. Executing this command in the device will remove all user profile data, but it will keep device policy and enrollment.",
59065907
"Wipes the device by performing a power wash. Executing this command in the device will remove all data including user policies, device policies and enrollment policies. Warning: This will revert the device back to a factory state with no enrollment unless the device is subject to forced or auto enrollment. Use with caution, as this is an irreversible action!",
5907-
"Starts a Chrome Remote Desktop session."
5908+
"Starts a Chrome Remote Desktop session.",
5909+
"Capture the system logs of a kiosk device. The logs can be downloaded from the downloadUrl link present in deviceFiles field of [chromeosdevices](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)"
59085910
],
59095911
"type": "string"
59105912
}
@@ -5960,7 +5962,8 @@
59605962
"SET_VOLUME",
59615963
"WIPE_USERS",
59625964
"REMOTE_POWERWASH",
5963-
"DEVICE_START_CRD_SESSION"
5965+
"DEVICE_START_CRD_SESSION",
5966+
"CAPTURE_LOGS"
59645967
],
59655968
"enumDescriptions": [
59665969
"The command type was unspecified.",
@@ -5969,7 +5972,8 @@
59695972
"Set the volume of the device. Can only be issued to Kiosk and managed guest session devices.",
59705973
"Wipe all the users off of the device. Executing this command in the device will remove all user profile data, but it will keep device policy and enrollment.",
59715974
"Wipes the device by performing a power wash. Executing this command in the device will remove all data including user policies, device policies and enrollment policies. Warning: This will revert the device back to a factory state with no enrollment unless the device is subject to forced or auto enrollment. Use with caution, as this is an irreversible action!",
5972-
"Starts a Chrome Remote Desktop session."
5975+
"Starts a Chrome Remote Desktop session.",
5976+
"Capture the system logs of a kiosk device. The logs can be downloaded from the downloadUrl link present in deviceFiles field of [chromeosdevices](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)"
59735977
],
59745978
"type": "string"
59755979
},

admin/directory/v1/admin-gen.go

+14-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)