You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discovery/gkebackup-v1.json
+28-1Lines changed: 28 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2227,7 +2227,7 @@
2227
2227
}
2228
2228
}
2229
2229
},
2230
-
"revision": "20250528",
2230
+
"revision": "20250723",
2231
2231
"rootUrl": "https://gkebackup.googleapis.com/",
2232
2232
"schemas": {
2233
2233
"AuditConfig": {
@@ -2447,6 +2447,11 @@
2447
2447
"readOnly": true,
2448
2448
"type": "string"
2449
2449
},
2450
+
"troubleshootingInfo": {
2451
+
"$ref": "TroubleshootingInfo",
2452
+
"description": "Output only. Information about the troubleshooting steps which will provide debugging information to the end users.",
2453
+
"readOnly": true
2454
+
},
2450
2455
"uid": {
2451
2456
"description": "Output only. Server generated global unique identifier of [UUID4](https://en.wikipedia.org/wiki/Universally_unique_identifier)",
2452
2457
"readOnly": true,
@@ -3779,6 +3784,11 @@
3779
3784
"readOnly": true,
3780
3785
"type": "string"
3781
3786
},
3787
+
"troubleshootingInfo": {
3788
+
"$ref": "TroubleshootingInfo",
3789
+
"description": "Output only. Information about the troubleshooting steps which will provide debugging information to the end users.",
3790
+
"readOnly": true
3791
+
},
3782
3792
"uid": {
3783
3793
"description": "Output only. Server generated global unique identifier of [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier) format.",
3784
3794
"readOnly": true,
@@ -4357,6 +4367,23 @@
4357
4367
},
4358
4368
"type": "object"
4359
4369
},
4370
+
"TroubleshootingInfo": {
4371
+
"description": "Stores information about troubleshooting doc for debugging a particular state of an operation (eg - backup/restore). This will be used by the end user to debug their operation failure scenario easily.",
4372
+
"id": "TroubleshootingInfo",
4373
+
"properties": {
4374
+
"stateReasonCode": {
4375
+
"description": "Output only. Unique code for each backup/restore operation failure message which helps user identify the failure.",
4376
+
"readOnly": true,
4377
+
"type": "string"
4378
+
},
4379
+
"stateReasonUri": {
4380
+
"description": "Output only. URL for the troubleshooting doc which will help the user fix the failing backup/restore operation.",
4381
+
"readOnly": true,
4382
+
"type": "string"
4383
+
}
4384
+
},
4385
+
"type": "object"
4386
+
},
4360
4387
"VolumeBackup": {
4361
4388
"description": "Represents the backup of a specific persistent volume as a component of a Backup - both the record of the operation and a pointer to the underlying storage-specific artifacts.",
* Output only. Human-readable description of why the backup is in the current `state`. This field is only meant for human readability and should not be used programmatically as this field is not guaranteed to be consistent.
267
267
*/
268
268
stateReason?: string|null;
269
+
/**
270
+
* Output only. Information about the troubleshooting steps which will provide debugging information to the end users.
271
+
*/
272
+
troubleshootingInfo?: Schema$TroubleshootingInfo;
269
273
/**
270
274
* Output only. Server generated global unique identifier of [UUID4](https://en.wikipedia.org/wiki/Universally_unique_identifier)
* Output only. Human-readable description of why the Restore is in its current state. This field is only meant for human readability and should not be used programmatically as this field is not guaranteed to be consistent.
1206
1210
*/
1207
1211
stateReason?: string|null;
1212
+
/**
1213
+
* Output only. Information about the troubleshooting steps which will provide debugging information to the end users.
1214
+
*/
1215
+
troubleshootingInfo?: Schema$TroubleshootingInfo;
1208
1216
/**
1209
1217
* Output only. Server generated global unique identifier of [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier) format.
* Stores information about troubleshooting doc for debugging a particular state of an operation (eg - backup/restore). This will be used by the end user to debug their operation failure scenario easily.
1611
+
*/
1612
+
exportinterfaceSchema$TroubleshootingInfo{
1613
+
/**
1614
+
* Output only. Unique code for each backup/restore operation failure message which helps user identify the failure.
1615
+
*/
1616
+
stateReasonCode?: string|null;
1617
+
/**
1618
+
* Output only. URL for the troubleshooting doc which will help the user fix the failing backup/restore operation.
1619
+
*/
1620
+
stateReasonUri?: string|null;
1621
+
}
1601
1622
/**
1602
1623
* Represents the backup of a specific persistent volume as a component of a Backup - both the record of the operation and a pointer to the underlying storage-specific artifacts.
0 commit comments