@maxim_mazurok/gapi.client.migrationcenter-v1 0.2.20260621 → 0.2.20260702
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3 -9
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://migrationcenter.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260702
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -517,11 +517,7 @@ declare namespace gapi.client {
|
|
|
517
517
|
source?: string;
|
|
518
518
|
/** Output only. Current state of the discovery client. */
|
|
519
519
|
state?:
|
|
520
|
-
| '
|
|
521
|
-
| 'ACTIVE'
|
|
522
|
-
| 'OFFLINE'
|
|
523
|
-
| 'DEGRADED'
|
|
524
|
-
| 'EXPIRED';
|
|
520
|
+
'STATE_UNSPECIFIED' | 'ACTIVE' | 'OFFLINE' | 'DEGRADED' | 'EXPIRED';
|
|
525
521
|
/** Optional. Input only. Client time-to-live. If specified, the backend will not accept new frames after this time. This field is input only. The derived expiration time is provided as output through the `expire_time` field. */
|
|
526
522
|
ttl?: string;
|
|
527
523
|
/** Output only. Time when the discovery client was last updated. This value is not updated by heartbeats, to view the last heartbeat time please refer to the `heartbeat_time` field. */
|
|
@@ -1003,9 +999,7 @@ declare namespace gapi.client {
|
|
|
1003
999
|
firmwareType?: 'FIRMWARE_TYPE_UNSPECIFIED' | 'BIOS' | 'EFI';
|
|
1004
1000
|
/** CPU hyper-threading support. */
|
|
1005
1001
|
hyperthreading?:
|
|
1006
|
-
| '
|
|
1007
|
-
| 'DISABLED'
|
|
1008
|
-
| 'ENABLED';
|
|
1002
|
+
'CPU_HYPER_THREADING_UNSPECIFIED' | 'DISABLED' | 'ENABLED';
|
|
1009
1003
|
/** Hardware vendor. */
|
|
1010
1004
|
vendor?: string;
|
|
1011
1005
|
}
|