File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 30223022 }
30233023 }
30243024 },
3025- "revision" : " 20260424 " ,
3025+ "revision" : " 20260510 " ,
30263026 "rootUrl" : " https://sqladmin.googleapis.com/" ,
30273027 "schemas" : {
30283028 "AclEntry" : {
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 },
Original file line number Diff line number Diff line change 30223022 }
30233023 }
30243024 },
3025- "revision" : " 20260424 " ,
3025+ "revision" : " 20260510 " ,
30263026 "rootUrl" : " https://sqladmin.googleapis.com/" ,
30273027 "schemas" : {
30283028 "AclEntry" : {
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 },
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 /**
Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments