Skip to content

Commit 4584750

Browse files
feat(workloadmanager): update the api
#### workloadmanager:v1 The following keys were added: - schemas.SpannerLocation.properties.backupName (Total Keys: 2)
1 parent 3d7665d commit 4584750

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

googleapiclient/discovery_cache/documents/workloadmanager.v1.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@
772772
}
773773
}
774774
},
775-
"revision": "20240619",
775+
"revision": "20240626",
776776
"rootUrl": "https://workloadmanager.googleapis.com/",
777777
"schemas": {
778778
"AgentCommand": {
@@ -2318,7 +2318,15 @@
23182318
"SpannerLocation": {
23192319
"id": "SpannerLocation",
23202320
"properties": {
2321+
"backupName": {
2322+
"description": "Set of backups used by the resource with name in the same format as what is available at http://table/spanner_automon.backup_metadata",
2323+
"items": {
2324+
"type": "string"
2325+
},
2326+
"type": "array"
2327+
},
23212328
"dbName": {
2329+
"description": "Set of databases used by the resource in format /span//",
23222330
"items": {
23232331
"type": "string"
23242332
},

0 commit comments

Comments
 (0)