Skip to content

Commit d721547

Browse files
feat(all): auto-regenerate discovery clients (#3081)
1 parent a420b42 commit d721547

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

gkebackup/v1/gkebackup-api.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@
143143
"name"
144144
],
145145
"parameters": {
146+
"extraLocationTypes": {
147+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
148+
"location": "query",
149+
"repeated": true,
150+
"type": "string"
151+
},
146152
"filter": {
147153
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
148154
"location": "query",
@@ -1718,7 +1724,7 @@
17181724
}
17191725
}
17201726
},
1721-
"revision": "20250305",
1727+
"revision": "20250317",
17221728
"rootUrl": "https://gkebackup.googleapis.com/",
17231729
"schemas": {
17241730
"AuditConfig": {

gkebackup/v1/gkebackup-gen.go

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

0 commit comments

Comments
 (0)