Skip to content

Commit 26da395

Browse files
feat(all): auto-regenerate discovery clients (#3154)
1 parent 8bd18c1 commit 26da395

32 files changed

+21119
-92
lines changed

admin/directory/v1/admin-api.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4671,7 +4671,7 @@
46714671
}
46724672
}
46734673
},
4674-
"revision": "20250505",
4674+
"revision": "20250513",
46754675
"rootUrl": "https://admin.googleapis.com/",
46764676
"schemas": {
46774677
"Alias": {
@@ -5671,10 +5671,10 @@
56715671
"The device has a perpetual standalone Chrome Education Upgrade.",
56725672
"The device is bundled with a perpetual Chrome Education Upgrade.",
56735673
"The device has an annual Kiosk Upgrade.",
5674-
"Indicating the device is consumming a standalone, perpetual Chrome Enterprise Upgrade, a Chrome Enterprise license.",
5675-
"Indicating the device is consuming a standalone, fixed-term Chrome Enterprise Upgrade, a Chrome Enterprise license.",
5676-
"Indicating the device is consuming a standalone, perpetual Chrome Education Upgrade(AKA Chrome EDU perpetual license).",
5677-
"Indicating the device is consuming a standalone, fixed-term Chrome Education Upgrade(AKA Chrome EDU fixed-term license)."
5674+
"Indicates that the device is consuming a standalone, perpetual Chrome Enterprise Upgrade, a Chrome Enterprise license.",
5675+
"Indicates that the device is consuming a standalone, fixed-term Chrome Enterprise Upgrade, a Chrome Enterprise license.",
5676+
"Indicates that the device is consuming a standalone, perpetual Chrome Education Upgrade(AKA Chrome EDU perpetual license).",
5677+
"Indicates that the device is consuming a standalone, fixed-term Chrome Education Upgrade(AKA Chrome EDU fixed-term license)."
56785678
],
56795679
"readOnly": true,
56805680
"type": "string"
@@ -6204,6 +6204,7 @@
62046204
"REMOTE_POWERWASH",
62056205
"DEVICE_START_CRD_SESSION",
62066206
"CAPTURE_LOGS",
6207+
"FETCH_CRD_AVAILABILITY_INFO",
62076208
"FETCH_SUPPORT_PACKET"
62086209
],
62096210
"enumDescriptions": [
@@ -6215,6 +6216,7 @@
62156216
"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!",
62166217
"Starts a Chrome Remote Desktop session.",
62176218
"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)",
6219+
"Fetches available type(s) of Chrome Remote Desktop sessions (private or shared) that can be used to remotely connect to the device.",
62186220
"Fetch support packet from a device remotely. Support packet is a zip archive that contains various system logs and debug data from a ChromeOS device. The support packet can be downloaded from the downloadURL link present in the `deviceFiles` field of [`chromeosdevices`](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)"
62196221
],
62206222
"type": "string"
@@ -6227,7 +6229,7 @@
62276229
"id": "DirectoryChromeosdevicesCommandResult",
62286230
"properties": {
62296231
"commandResultPayload": {
6230-
"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 Chrome Remote Desktop session.",
6232+
"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 Chrome Remote Desktop session. * `FETCH_CRD_AVAILABILITY_INFO`: Payload is a stringified JSON object in the form: { \"deviceIdleTimeInSeconds\": number, \"userSessionType\": string, \"remoteSupportAvailability\": string, \"remoteAccessAvailability\": string }. The \"remoteSupportAvailability\" field is set to \"AVAILABLE\" if `shared` CRD session to the device is available. The \"remoteAccessAvailability\" field is set to \"AVAILABLE\" if `private` CRD session to the device is available.",
62316233
"type": "string"
62326234
},
62336235
"errorMessage": {
@@ -6273,6 +6275,7 @@
62736275
"REMOTE_POWERWASH",
62746276
"DEVICE_START_CRD_SESSION",
62756277
"CAPTURE_LOGS",
6278+
"FETCH_CRD_AVAILABILITY_INFO",
62766279
"FETCH_SUPPORT_PACKET"
62776280
],
62786281
"enumDescriptions": [
@@ -6284,6 +6287,7 @@
62846287
"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!",
62856288
"Starts a Chrome Remote Desktop session.",
62866289
"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)",
6290+
"Fetches available type(s) of Chrome Remote Desktop sessions (private or shared) that can be used to remotely connect to the device.",
62876291
"Fetch support packet from a device remotely. Support packet is a zip archive that contains various system logs and debug data from a ChromeOS device. The support packet can be downloaded from the downloadURL link present in the `deviceFiles` field of [`chromeosdevices`](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)"
62886292
],
62896293
"type": "string"

admin/directory/v1/admin-gen.go

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

alloydb/v1alpha/alloydb-api.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@
16221622
}
16231623
}
16241624
},
1625-
"revision": "20250417",
1625+
"revision": "20250508",
16261626
"rootUrl": "https://alloydb.googleapis.com/",
16271627
"schemas": {
16281628
"AuthorizedNetwork": {
@@ -2427,7 +2427,7 @@
24272427
"id": "ContinuousBackupInfo",
24282428
"properties": {
24292429
"earliestRestorableTime": {
2430-
"description": "Output only. The earliest restorable time that can be restored to. Output only field.",
2430+
"description": "Output only. The earliest restorable time that can be restored to. If continuous backups and recovery was recently enabled, the earliest restorable time is the creation time of the earliest eligible backup within this cluster's continuous backup recovery window. After a cluster has had continuous backups enabled for the duration of its recovery window, the earliest restorable time becomes \"now minus the recovery window\". For example, assuming a point in time recovery is attempted at 04/16/2025 3:23:00PM with a 14d recovery window, the earliest restorable time would be 04/02/2025 3:23:00PM. This field is only visible if the CLUSTER_VIEW_CONTINUOUS_BACKUP cluster view is provided.",
24312431
"format": "google-datetime",
24322432
"readOnly": true,
24332433
"type": "string"
@@ -2444,7 +2444,7 @@
24442444
"readOnly": true
24452445
},
24462446
"schedule": {
2447-
"description": "Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.",
2447+
"description": "Output only. Days of the week on which a continuous backup is taken.",
24482448
"items": {
24492449
"enum": [
24502450
"DAY_OF_WEEK_UNSPECIFIED",
@@ -3094,6 +3094,10 @@
30943094
"description": "Metadata related to instance-level network configuration.",
30953095
"id": "InstanceNetworkConfig",
30963096
"properties": {
3097+
"allocatedIpRangeOverride": {
3098+
"description": "Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example: \"google-managed-services-default\". If set, the instance IPs will be created from this allocated range and will override the IP range used by the parent cluster. The range name must comply with [RFC 1035](http://go/rfc/1035). Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.",
3099+
"type": "string"
3100+
},
30973101
"authorizedExternalNetworks": {
30983102
"description": "Optional. A list of external network authorized to access this instance.",
30993103
"items": {

alloydb/v1alpha/alloydb-gen.go

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

0 commit comments

Comments
 (0)