Skip to content

Commit 0a7c671

Browse files
fix(sqladmin): update the API
#### sqladmin:v1beta4 The following keys were changed: - schemas.Settings.properties.edition.description - schemas.Settings.properties.edition.enum - schemas.Settings.properties.edition.enumDescriptions #### sqladmin:v1 The following keys were changed: - schemas.Settings.properties.edition.description - schemas.Settings.properties.edition.enum - schemas.Settings.properties.edition.enumDescriptions
1 parent 1c66182 commit 0a7c671

5 files changed

Lines changed: 15 additions & 11 deletions

File tree

discovery/sqladmin-v1.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": {
@@ -8106,16 +8106,18 @@
81068106
"type": "array"
81078107
},
81088108
"edition": {
8109-
"description": "Optional. The edition of the instance.",
8109+
"description": "Optional. The edition type of the Cloud SQL instance.",
81108110
"enum": [
81118111
"EDITION_UNSPECIFIED",
81128112
"ENTERPRISE",
8113-
"ENTERPRISE_PLUS"
8113+
"ENTERPRISE_PLUS",
8114+
"DEVELOPER"
81148115
],
81158116
"enumDescriptions": [
81168117
"The instance did not specify the edition.",
81178118
"The instance is an enterprise edition.",
8118-
"The instance is an Enterprise Plus edition."
8119+
"The instance is an Enterprise Plus edition.",
8120+
"This instance is a Cloud SQL developer edition instance."
81198121
],
81208122
"type": "string"
81218123
},

discovery/sqladmin-v1beta4.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
},

src/apis/sqladmin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# sqladmin
44

5-
> API for Cloud SQL database instance management
5+
> Cloud SQL Admin API
66
77
## Support status
88
**Note**: Google provides multiple libraries for this service. This library is in

src/apis/sqladmin/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2697,7 +2697,7 @@ export namespace sqladmin_v1 {
26972697
*/
26982698
denyMaintenancePeriods?: Schema$DenyMaintenancePeriod[];
26992699
/**
2700-
* Optional. The edition of the instance.
2700+
* Optional. The edition type of the Cloud SQL instance.
27012701
*/
27022702
edition?: string | null;
27032703
/**

src/apis/sqladmin/v1beta4.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2700,7 +2700,7 @@ export namespace sqladmin_v1beta4 {
27002700
*/
27012701
denyMaintenancePeriods?: Schema$DenyMaintenancePeriod[];
27022702
/**
2703-
* Optional. The edition of the instance.
2703+
* Optional. The edition type of the Cloud SQL instance.
27042704
*/
27052705
edition?: string | null;
27062706
/**

0 commit comments

Comments
 (0)