Skip to content

Commit ae2f330

Browse files
feat(all): auto-regenerate discovery clients (#3598)
1 parent 4c77865 commit ae2f330

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

sqladmin/v1beta4/sqladmin-api.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3022,7 +3022,7 @@
30223022
}
30233023
}
30243024
},
3025-
"revision": "20260424",
3025+
"revision": "20260510",
30263026
"rootUrl": "https://sqladmin.googleapis.com/",
30273027
"schemas": {
30283028
"AclEntry": {
@@ -8116,16 +8116,18 @@
81168116
"type": "array"
81178117
},
81188118
"edition": {
8119-
"description": "Optional. The edition of the instance.",
8119+
"description": "Optional. The edition type of the Cloud SQL instance.",
81208120
"enum": [
81218121
"EDITION_UNSPECIFIED",
81228122
"ENTERPRISE",
8123-
"ENTERPRISE_PLUS"
8123+
"ENTERPRISE_PLUS",
8124+
"DEVELOPER"
81248125
],
81258126
"enumDescriptions": [
81268127
"The instance did not specify the edition.",
81278128
"The instance is an enterprise edition.",
8128-
"The instance is an Enterprise Plus edition."
8129+
"The instance is an Enterprise Plus edition.",
8130+
"This instance is a Cloud SQL developer edition instance."
81298131
],
81308132
"type": "string"
81318133
},

sqladmin/v1beta4/sqladmin-gen.go

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

0 commit comments

Comments
 (0)