Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1896

Merged
merged 1 commit into from
Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 10 additions & 6 deletions admin/directory/v1/admin-api.json
Original file line number Diff line number Diff line change
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.