Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1896)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 8, 2023
1 parent e88ee8a commit 9f18671
Show file tree
Hide file tree
Showing 57 changed files with 12,057 additions and 1,516 deletions.
16 changes: 10 additions & 6 deletions admin/directory/v1/admin-api.json
Expand Up @@ -3303,7 +3303,7 @@
"type": "string"
},
"userKey": {
"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.",
"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.",
"location": "query",
"type": "string"
}
Expand Down Expand Up @@ -4630,7 +4630,7 @@
}
}
},
"revision": "20230124",
"revision": "20230307",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down Expand Up @@ -5895,7 +5895,8 @@
"SET_VOLUME",
"WIPE_USERS",
"REMOTE_POWERWASH",
"DEVICE_START_CRD_SESSION"
"DEVICE_START_CRD_SESSION",
"CAPTURE_LOGS"
],
"enumDescriptions": [
"The command type was unspecified.",
Expand All @@ -5904,7 +5905,8 @@
"Set the volume of the device. Can only be issued to Kiosk and managed guest session devices.",
"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.",
"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!",
"Starts a Chrome Remote Desktop session."
"Starts a Chrome Remote Desktop session.",
"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)"
],
"type": "string"
}
Expand Down Expand Up @@ -5960,7 +5962,8 @@
"SET_VOLUME",
"WIPE_USERS",
"REMOTE_POWERWASH",
"DEVICE_START_CRD_SESSION"
"DEVICE_START_CRD_SESSION",
"CAPTURE_LOGS"
],
"enumDescriptions": [
"The command type was unspecified.",
Expand All @@ -5969,7 +5972,8 @@
"Set the volume of the device. Can only be issued to Kiosk and managed guest session devices.",
"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.",
"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!",
"Starts a Chrome Remote Desktop session."
"Starts a Chrome Remote Desktop session.",
"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)"
],
"type": "string"
},
Expand Down
18 changes: 14 additions & 4 deletions admin/directory/v1/admin-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f18671

Please sign in to comment.