Skip to content

Commit 93de455

Browse files
feat(all): auto-regenerate discovery clients (#1800)
1 parent ac7eb8f commit 93de455

File tree

425 files changed

+8690
-896
lines changed

Some content is hidden

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

425 files changed

+8690
-896
lines changed

abusiveexperiencereport/v1/abusiveexperiencereport-gen.go

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

acceleratedmobilepageurl/v1/acceleratedmobilepageurl-gen.go

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

accessapproval/v1/accessapproval-gen.go

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

accesscontextmanager/v1/accesscontextmanager-gen.go

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

accesscontextmanager/v1beta/accesscontextmanager-gen.go

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

adexchangebuyer2/v2beta1/adexchangebuyer2-gen.go

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

adexperiencereport/v1/adexperiencereport-gen.go

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

admin/datatransfer/v1/admin-gen.go

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

admin/directory/v1/admin-api.json

+49-7
Original file line numberDiff line numberDiff line change
@@ -4630,7 +4630,7 @@
46304630
}
46314631
}
46324632
},
4633-
"revision": "20221129",
4633+
"revision": "20230103",
46344634
"rootUrl": "https://admin.googleapis.com/",
46354635
"schemas": {
46364636
"Alias": {
@@ -5340,6 +5340,36 @@
53405340
},
53415341
"type": "array"
53425342
},
5343+
"deprovisionReason": {
5344+
"description": "(Read-only) Deprovision reason.",
5345+
"enum": [
5346+
"deprovisionReasonUnspecified",
5347+
"deprovisionReasonSameModelReplacement",
5348+
"deprovisionReasonUpgrade",
5349+
"deprovisionReasonDomainMove",
5350+
"deprovisionReasonServiceExpiration",
5351+
"deprovisionReasonOther",
5352+
"deprovisionReasonDifferentModelReplacement",
5353+
"deprovisionReasonRetiringDevice",
5354+
"deprovisionReasonUpgradeTransfer",
5355+
"deprovisionReasonNotRequired",
5356+
"deprovisionReasonRepairCenter"
5357+
],
5358+
"enumDescriptions": [
5359+
"The deprovision reason is unknown.",
5360+
"Same model replacement.",
5361+
"Device upgrade.",
5362+
"Domain move.",
5363+
"Service expiration.",
5364+
"Other.",
5365+
"Different model replacement.",
5366+
"Retiring device.",
5367+
"Transferring perpetual upgrade to a new device.",
5368+
"No reason required, i.e. licenses returned to customer's license pool.",
5369+
"Deprovisioned by a RMA (service center) caller."
5370+
],
5371+
"type": "string"
5372+
},
53435373
"deviceFiles": {
53445374
"description": "A list of device files to download (Read-only)",
53455375
"items": {
@@ -5431,6 +5461,10 @@
54315461
"description": "The type of resource. For the Chromeosdevices resource, the value is `admin#directory#chromeosdevice`.",
54325462
"type": "string"
54335463
},
5464+
"lastDeprovisionTimestamp": {
5465+
"description": "(Read-only) Date and time for the last deprovision of the device.",
5466+
"type": "string"
5467+
},
54345468
"lastEnrollmentTime": {
54355469
"description": "Date and time the device was last enrolled (Read-only)",
54365470
"format": "date-time",
@@ -5860,15 +5894,17 @@
58605894
"TAKE_A_SCREENSHOT",
58615895
"SET_VOLUME",
58625896
"WIPE_USERS",
5863-
"REMOTE_POWERWASH"
5897+
"REMOTE_POWERWASH",
5898+
"DEVICE_START_CRD_SESSION"
58645899
],
58655900
"enumDescriptions": [
58665901
"The command type was unspecified.",
58675902
"Reboot the device. Can only be issued to Kiosk and managed guest session devices.",
58685903
"Take a screenshot of the device. Only available if the device is in Kiosk Mode.",
58695904
"Set the volume of the device. Can only be issued to Kiosk and managed guest session devices.",
58705905
"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.",
5871-
"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!"
5906+
"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."
58725908
],
58735909
"type": "string"
58745910
}
@@ -5879,6 +5915,10 @@
58795915
"description": "The result of executing a command.",
58805916
"id": "DirectoryChromeosdevicesCommandResult",
58815917
"properties": {
5918+
"commandResultPayload": {
5919+
"description": "The payload for the command result. The following commands respond with a payload: - DEVICE_START_CRD_SESSION: Payload is a stringified JSON object in the form: { \"url\": url }. The URL provides a link to the CRD session.",
5920+
"type": "string"
5921+
},
58825922
"errorMessage": {
58835923
"description": "The error message with a short explanation as to why the command failed. Only present if the command failed.",
58845924
"type": "string"
@@ -5919,20 +5959,22 @@
59195959
"TAKE_A_SCREENSHOT",
59205960
"SET_VOLUME",
59215961
"WIPE_USERS",
5922-
"REMOTE_POWERWASH"
5962+
"REMOTE_POWERWASH",
5963+
"DEVICE_START_CRD_SESSION"
59235964
],
59245965
"enumDescriptions": [
59255966
"The command type was unspecified.",
59265967
"Reboot the device. Can only be issued to Kiosk and managed guest session devices.",
59275968
"Take a screenshot of the device. Only available if the device is in Kiosk Mode.",
59285969
"Set the volume of the device. Can only be issued to Kiosk and managed guest session devices.",
59295970
"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.",
5930-
"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!"
5971+
"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."
59315973
],
59325974
"type": "string"
59335975
},
59345976
"payload": {
5935-
"description": "The payload for the command, provide it only if command supports it. The following commands support adding payload: - SET_VOLUME: Payload is a stringified JSON object in the form: { \"volume\": 50 }. The volume has to be an integer in the range [0,100].",
5977+
"description": "The payload for the command, provide it only if command supports it. The following commands support adding payload: - SET_VOLUME: Payload is a stringified JSON object in the form: { \"volume\": 50 }. The volume has to be an integer in the range [0,100]. - DEVICE_START_CRD_SESSION: Payload is optionally a stringified JSON object in the form: { \"ackedUserPresence\": true }. ackedUserPresence is a boolean. If a device is being used, ackedUserPresence must be set to true to acknowledge that you want to start a CRD session anyways. It is false by default, so a CRD command will fail if used on an active device without this field.",
59365978
"type": "string"
59375979
}
59385980
},
@@ -6221,7 +6263,7 @@
62216263
"type": "object"
62226264
},
62236265
"Group": {
6224-
"description": "Google Groups provide your users the ability to send messages to groups of people using the group's email address. For more information about common tasks, see the [Developer's Guide](/admin-sdk/directory/v1/guides/manage-groups).",
6266+
"description": "Google Groups provide your users the ability to send messages to groups of people using the group's email address. For more information about common tasks, see the [Developer's Guide](https://developers.google.com/admin-sdk/directory/v1/guides/manage-groups). For information about other types of groups, see the [Cloud Identity Groups API documentation](https://cloud.google.com/identity/docs/groups). Note: The user calling the API (or being impersonated by a service account) must have an assigned [role](https://developers.google.com/admin-sdk/directory/v1/guides/manage-roles) that includes Admin API Groups permissions, such as Super Admin or Groups Admin.",
62256267
"id": "Group",
62266268
"properties": {
62276269
"adminCreated": {

admin/directory/v1/admin-gen.go

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

admin/reports/v1/admin-gen.go

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

admob/v1/admob-gen.go

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

admob/v1beta/admob-gen.go

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

adsense/v2/adsense-gen.go

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

adsensehost/v4.1/adsensehost-gen.go

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

alertcenter/v1beta1/alertcenter-gen.go

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

analytics/v3/analytics-gen.go

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

analyticsadmin/v1alpha/analyticsadmin-gen.go

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

analyticsadmin/v1beta/analyticsadmin-gen.go

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

analyticsdata/v1beta/analyticsdata-gen.go

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

analyticshub/v1/analyticshub-gen.go

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

analyticshub/v1beta1/analyticshub-gen.go

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

analyticsreporting/v4/analyticsreporting-gen.go

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

androiddeviceprovisioning/v1/androiddeviceprovisioning-gen.go

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

androidenterprise/v1/androidenterprise-gen.go

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

0 commit comments

Comments
 (0)