Skip to content

Commit ced0c09

Browse files
feat(all): auto-regenerate discovery clients (#2443)
1 parent 9f9c0cf commit ced0c09

33 files changed

+11670
-6236
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": "20240220",
4674+
"revision": "20240227",
46754675
"rootUrl": "https://admin.googleapis.com/",
46764676
"schemas": {
46774677
"Alias": {
@@ -6083,7 +6083,8 @@
60836083
"WIPE_USERS",
60846084
"REMOTE_POWERWASH",
60856085
"DEVICE_START_CRD_SESSION",
6086-
"CAPTURE_LOGS"
6086+
"CAPTURE_LOGS",
6087+
"FETCH_SUPPORT_PACKET"
60876088
],
60886089
"enumDescriptions": [
60896090
"The command type was unspecified.",
@@ -6093,7 +6094,8 @@
60936094
"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.",
60946095
"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!",
60956096
"Starts a Chrome Remote Desktop session.",
6096-
"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)"
6097+
"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)",
6098+
"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)"
60976099
],
60986100
"type": "string"
60996101
}
@@ -6150,7 +6152,8 @@
61506152
"WIPE_USERS",
61516153
"REMOTE_POWERWASH",
61526154
"DEVICE_START_CRD_SESSION",
6153-
"CAPTURE_LOGS"
6155+
"CAPTURE_LOGS",
6156+
"FETCH_SUPPORT_PACKET"
61546157
],
61556158
"enumDescriptions": [
61566159
"The command type was unspecified.",
@@ -6160,12 +6163,13 @@
61606163
"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.",
61616164
"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!",
61626165
"Starts a Chrome Remote Desktop session.",
6163-
"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)"
6166+
"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)",
6167+
"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)"
61646168
],
61656169
"type": "string"
61666170
},
61676171
"payload": {
6168-
"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. By default, `ackedUserPresence` is set to `false`. To start a Chrome Remote Desktop session for an active device, set `ackedUserPresence` to `true`. * `REBOOT`: Payload is a stringified JSON object in the form: { \"user_session_delay_seconds\": 300 }. The delay has to be in the range [0, 300].",
6172+
"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. By default, `ackedUserPresence` is set to `false`. To start a Chrome Remote Desktop session for an active device, set `ackedUserPresence` to `true`. * `REBOOT`: Payload is a stringified JSON object in the form: { \"user_session_delay_seconds\": 300 }. The delay has to be in the range [0, 300]. * `FETCH_SUPPORT_PACKET`: Payload is optionally a stringified JSON object in the form: {\"supportPacketDetails\":{ \"issueCaseId\": optional_support_case_id_string, \"issueDescription\": optional_issue_description_string, \"requestedDataCollectors\": []}} The list of available `data_collector_enums` are as following: Chrome System Information (1), Crash IDs (2), Memory Details (3), UI Hierarchy (4), Additional ChromeOS Platform Logs (5), Device Event (6), Intel WiFi NICs Debug Dump (7), Touch Events (8), Lacros (9), Lacros System Information (10), ChromeOS Flex Logs (11), DBus Details (12), ChromeOS Network Routes (13), ChromeOS Shill (Connection Manager) Logs (14), Policies (15), ChromeOS System State and Logs (16), ChromeOS System Logs (17), ChromeOS Chrome User Logs (18), ChromeOS Bluetooth (19), ChromeOS Connected Input Devices (20), ChromeOS Traffic Counters (21), ChromeOS Virtual Keyboard (22), ChromeOS Network Health (23). See more details in [help article](https://support.google.com/chrome/a?p=remote-log).",
61696173
"type": "string"
61706174
}
61716175
},

admin/directory/v1/admin-gen.go

Lines changed: 30 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

androidmanagement/v1/androidmanagement-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
]
149149
},
150150
"delete": {
151-
"description": "Deletes an enterprise. Only available for EMM-managed enterprises.",
151+
"description": "Permanently deletes an enterprise and all accounts and data associated with it. Warning: this will result in a cascaded deletion of all AM API devices associated with the deleted enterprise. Only available for EMM-managed enterprises.",
152152
"flatPath": "v1/enterprises/{enterprisesId}",
153153
"httpMethod": "DELETE",
154154
"id": "androidmanagement.enterprises.delete",
@@ -1163,7 +1163,7 @@
11631163
}
11641164
}
11651165
},
1166-
"revision": "20240213",
1166+
"revision": "20240221",
11671167
"rootUrl": "https://androidmanagement.googleapis.com/",
11681168
"schemas": {
11691169
"AdbShellCommandEvent": {

androidmanagement/v1/androidmanagement-gen.go

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

bigtableadmin/v2/bigtableadmin-api.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@
18751875
}
18761876
}
18771877
},
1878-
"revision": "20240126",
1878+
"revision": "20240221",
18791879
"rootUrl": "https://bigtableadmin.googleapis.com/",
18801880
"schemas": {
18811881
"AppProfile": {
@@ -2146,10 +2146,6 @@
21462146
"consistencyToken": {
21472147
"description": "Required. The token created using GenerateConsistencyToken for the Table.",
21482148
"type": "string"
2149-
},
2150-
"standardReadRemoteWrites": {
2151-
"$ref": "StandardReadRemoteWrites",
2152-
"description": "Checks that reads using an app profile with `StandardIsolation` can see all writes committed before the token was created, even if the read and write target different clusters."
21532149
}
21542150
},
21552151
"type": "object"
@@ -3324,12 +3320,6 @@
33243320
},
33253321
"type": "object"
33263322
},
3327-
"StandardReadRemoteWrites": {
3328-
"description": "Checks that all writes before the consistency token was generated is replicated in every cluster and readable.",
3329-
"id": "StandardReadRemoteWrites",
3330-
"properties": {},
3331-
"type": "object"
3332-
},
33333323
"Status": {
33343324
"description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
33353325
"id": "Status",

bigtableadmin/v2/bigtableadmin-gen.go

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

chromemanagement/v1/chromemanagement-api.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@
10401040
}
10411041
}
10421042
},
1043-
"revision": "20240221",
1043+
"revision": "20240227",
10441044
"rootUrl": "https://chromemanagement.googleapis.com/",
10451045
"schemas": {
10461046
"GoogleChromeManagementV1AndroidAppInfo": {
@@ -3113,6 +3113,38 @@
31133113
},
31143114
"type": "object"
31153115
},
3116+
"GoogleChromeManagementV1RuntimeCountersReport": {
3117+
"description": "Runtime counters retrieved from CPU. Currently the runtime counters telemetry is only supported by Intel vPro PSR on Gen 14+.",
3118+
"id": "GoogleChromeManagementV1RuntimeCountersReport",
3119+
"properties": {
3120+
"enterHibernationCount": {
3121+
"description": "Number of times that the device has entered into the hibernation state. Currently obtained via the PSR, count from S0-\u003eS4.",
3122+
"format": "int64",
3123+
"type": "string"
3124+
},
3125+
"enterPoweroffCount": {
3126+
"description": "Number of times that the device has entered into the power-off state. Currently obtained via the PSR, count from S0-\u003eS5.",
3127+
"format": "int64",
3128+
"type": "string"
3129+
},
3130+
"enterSleepCount": {
3131+
"description": "Number of times that the device has entered into the sleep state. Currently obtained via the PSR, count from S0-\u003eS3.",
3132+
"format": "int64",
3133+
"type": "string"
3134+
},
3135+
"reportTime": {
3136+
"description": "Timestamp when the report was collected.",
3137+
"format": "google-datetime",
3138+
"type": "string"
3139+
},
3140+
"uptimeRuntimeDuration": {
3141+
"description": "Total lifetime runtime. Currently always S0 runtime from Intel vPro PSR.",
3142+
"format": "google-duration",
3143+
"type": "string"
3144+
}
3145+
},
3146+
"type": "object"
3147+
},
31163148
"GoogleChromeManagementV1StorageInfo": {
31173149
"description": "Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_STORAGE_INFO",
31183150
"id": "GoogleChromeManagementV1StorageInfo",
@@ -3344,6 +3376,14 @@
33443376
"readOnly": true,
33453377
"type": "array"
33463378
},
3379+
"runtimeCountersReport": {
3380+
"description": "Output only. Runtime counters reports collected device lifetime runtime, as well as the counts of S0-\u003eS3, S0-\u003eS4, and S0-\u003eS5 transitions, meaning entering into sleep, hibernation, and power-off states",
3381+
"items": {
3382+
"$ref": "GoogleChromeManagementV1RuntimeCountersReport"
3383+
},
3384+
"readOnly": true,
3385+
"type": "array"
3386+
},
33473387
"serialNumber": {
33483388
"description": "Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab.",
33493389
"readOnly": true,

0 commit comments

Comments
 (0)