Skip to content

Commit 71d4f18

Browse files
fix(sqladmin): update the API
#### sqladmin:v1beta4 The following keys were changed: - schemas.DemoteMasterMySqlReplicaConfiguration.properties.clientKey.description - schemas.MySqlReplicaConfiguration.properties.clientKey.description - schemas.OnPremisesConfiguration.properties.clientKey.description - schemas.Operation.properties.operationType.enum - schemas.Operation.properties.operationType.enumDeprecated - schemas.Operation.properties.operationType.enumDescriptions #### sqladmin:v1 The following keys were changed: - schemas.DemoteMasterMySqlReplicaConfiguration.properties.clientKey.description - schemas.MySqlReplicaConfiguration.properties.clientKey.description - schemas.OnPremisesConfiguration.properties.clientKey.description - schemas.Operation.properties.operationType.enum - schemas.Operation.properties.operationType.enumDeprecated - schemas.Operation.properties.operationType.enumDescriptions
1 parent cdee9dd commit 71d4f18

4 files changed

Lines changed: 24 additions & 18 deletions

File tree

discovery/sqladmin-v1.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,7 +2366,7 @@
23662366
}
23672367
}
23682368
},
2369-
"revision": "20250117",
2369+
"revision": "20250129",
23702370
"rootUrl": "https://sqladmin.googleapis.com/",
23712371
"schemas": {
23722372
"AclEntry": {
@@ -3677,7 +3677,7 @@
36773677
"type": "string"
36783678
},
36793679
"clientKey": {
3680-
"description": "PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.",
3680+
"description": "PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.",
36813681
"type": "string"
36823682
},
36833683
"kind": {
@@ -4869,7 +4869,7 @@
48694869
"type": "string"
48704870
},
48714871
"clientKey": {
4872-
"description": "PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate.",
4872+
"description": "PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate.",
48734873
"type": "string"
48744874
},
48754875
"connectRetryInterval": {
@@ -4936,7 +4936,7 @@
49364936
"type": "string"
49374937
},
49384938
"clientKey": {
4939-
"description": "PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate.",
4939+
"description": "PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate.",
49404940
"type": "string"
49414941
},
49424942
"dumpFilePath": {
@@ -5084,7 +5084,8 @@
50845084
"SELF_SERVICE_MAINTENANCE",
50855085
"SWITCHOVER_TO_REPLICA",
50865086
"MAJOR_VERSION_UPGRADE",
5087-
"ADVANCED_BACKUP"
5087+
"ADVANCED_BACKUP",
5088+
"MANAGE_BACKUP"
50885089
],
50895090
"enumDeprecated": [
50905091
false,
@@ -5133,6 +5134,7 @@
51335134
true,
51345135
false,
51355136
false,
5137+
false,
51365138
false
51375139
],
51385140
"enumDescriptions": [
@@ -5182,7 +5184,8 @@
51825184
"Indicates that the instance (and any of its replicas) are currently in maintenance. This is initiated as a self-service request by using SSM. Maintenance typically causes the instance to be unavailable for 1-3 minutes.",
51835185
"Switches a primary instance to a replica. This operation runs as part of a switchover operation to the original primary instance.",
51845186
"Updates the major version of a Cloud SQL instance.",
5185-
"Creates a backup for an Advanced BackupTier Cloud SQL instance."
5187+
"Creates a backup for an Advanced BackupTier Cloud SQL instance.",
5188+
"Changes the BackupTier of a Cloud SQL instance."
51865189
],
51875190
"type": "string"
51885191
},

discovery/sqladmin-v1beta4.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,7 +2366,7 @@
23662366
}
23672367
}
23682368
},
2369-
"revision": "20250117",
2369+
"revision": "20250129",
23702370
"rootUrl": "https://sqladmin.googleapis.com/",
23712371
"schemas": {
23722372
"AclEntry": {
@@ -3680,7 +3680,7 @@
36803680
"type": "string"
36813681
},
36823682
"clientKey": {
3683-
"description": "PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.",
3683+
"description": "PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.",
36843684
"type": "string"
36853685
},
36863686
"kind": {
@@ -4872,7 +4872,7 @@
48724872
"type": "string"
48734873
},
48744874
"clientKey": {
4875-
"description": "PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate.",
4875+
"description": "PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate.",
48764876
"type": "string"
48774877
},
48784878
"connectRetryInterval": {
@@ -4939,7 +4939,7 @@
49394939
"type": "string"
49404940
},
49414941
"clientKey": {
4942-
"description": "PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate.",
4942+
"description": "PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate.",
49434943
"type": "string"
49444944
},
49454945
"dumpFilePath": {
@@ -5087,7 +5087,8 @@
50875087
"SELF_SERVICE_MAINTENANCE",
50885088
"SWITCHOVER_TO_REPLICA",
50895089
"MAJOR_VERSION_UPGRADE",
5090-
"ADVANCED_BACKUP"
5090+
"ADVANCED_BACKUP",
5091+
"MANAGE_BACKUP"
50915092
],
50925093
"enumDeprecated": [
50935094
false,
@@ -5136,6 +5137,7 @@
51365137
true,
51375138
false,
51385139
false,
5140+
false,
51395141
false
51405142
],
51415143
"enumDescriptions": [
@@ -5185,7 +5187,8 @@
51855187
"Indicates that the instance (and any of its replicas) are currently in maintenance. This is initiated as a self-service request by using SSM. Maintenance typically causes the instance to be unavailable for 1-3 minutes.",
51865188
"Switches a primary instance to a replica. This operation runs as part of a switchover operation to the original primary instance.",
51875189
"Updates the major version of a Cloud SQL instance.",
5188-
"Creates a backup for an Advanced BackupTier Cloud SQL instance."
5190+
"Creates a backup for an Advanced BackupTier Cloud SQL instance.",
5191+
"Changes the BackupTier of a Cloud SQL instance."
51895192
],
51905193
"type": "string"
51915194
},

src/apis/sqladmin/v1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ export namespace sqladmin_v1 {
835835
*/
836836
clientCertificate?: string | null;
837837
/**
838-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
838+
* PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
839839
*/
840840
clientKey?: string | null;
841841
/**
@@ -1482,7 +1482,7 @@ export namespace sqladmin_v1 {
14821482
*/
14831483
clientCertificate?: string | null;
14841484
/**
1485-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate.
1485+
* PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate.
14861486
*/
14871487
clientKey?: string | null;
14881488
/**
@@ -1540,7 +1540,7 @@ export namespace sqladmin_v1 {
15401540
*/
15411541
clientCertificate?: string | null;
15421542
/**
1543-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate.
1543+
* PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate.
15441544
*/
15451545
clientKey?: string | null;
15461546
/**

src/apis/sqladmin/v1beta4.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ export namespace sqladmin_v1beta4 {
838838
*/
839839
clientCertificate?: string | null;
840840
/**
841-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
841+
* PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
842842
*/
843843
clientKey?: string | null;
844844
/**
@@ -1485,7 +1485,7 @@ export namespace sqladmin_v1beta4 {
14851485
*/
14861486
clientCertificate?: string | null;
14871487
/**
1488-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate.
1488+
* PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate.
14891489
*/
14901490
clientKey?: string | null;
14911491
/**
@@ -1543,7 +1543,7 @@ export namespace sqladmin_v1beta4 {
15431543
*/
15441544
clientCertificate?: string | null;
15451545
/**
1546-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate.
1546+
* PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate.
15471547
*/
15481548
clientKey?: string | null;
15491549
/**

0 commit comments

Comments
 (0)