Skip to content

Commit 5cf231b

Browse files
feat(sqladmin): update the api
#### sqladmin:v1 The following keys were added: - schemas.ConnectSettings.properties.customSubjectAlternativeNames (Total Keys: 2) - schemas.DatabaseInstance.properties.tags (Total Keys: 2) - schemas.IpConfiguration.properties.customSubjectAlternativeNames (Total Keys: 2) - schemas.IpConfiguration.properties.serverCaPool.type (Total Keys: 1) - schemas.Operation.properties.subOperationType.$ref (Total Keys: 1) - schemas.SqlSubOperationType (Total Keys: 3) #### sqladmin:v1beta4 The following keys were added: - schemas.ConnectSettings.properties.customSubjectAlternativeNames (Total Keys: 2) - schemas.DatabaseInstance.properties.tags (Total Keys: 2) - schemas.IpConfiguration.properties.customSubjectAlternativeNames (Total Keys: 2) - schemas.IpConfiguration.properties.serverCaPool.type (Total Keys: 1) - schemas.Operation.properties.subOperationType.$ref (Total Keys: 1) - schemas.SqlSubOperationType (Total Keys: 3)
1 parent 297f497 commit 5cf231b

18 files changed

+476
-48
lines changed

docs/dyn/sqladmin_v1.backupRuns.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@ <h3>Method Details</h3>
226226
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
227227
&quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
228228
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.
229+
&quot;subOperationType&quot;: { # The sub operation type based on the operation type. # Optional. The sub operation based on the operation type.
230+
&quot;maintenanceType&quot;: &quot;A String&quot;, # The type of maintenance to be performed on the instance.
231+
},
229232
&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
230233
&quot;targetLink&quot;: &quot;A String&quot;,
231234
&quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
@@ -442,6 +445,9 @@ <h3>Method Details</h3>
442445
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
443446
&quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
444447
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.
448+
&quot;subOperationType&quot;: { # The sub operation type based on the operation type. # Optional. The sub operation based on the operation type.
449+
&quot;maintenanceType&quot;: &quot;A String&quot;, # The type of maintenance to be performed on the instance.
450+
},
445451
&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
446452
&quot;targetLink&quot;: &quot;A String&quot;,
447453
&quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.

docs/dyn/sqladmin_v1.connect.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ <h3>Method Details</h3>
147147

148148
{ # Connect settings retrieval response.
149149
&quot;backendType&quot;: &quot;A String&quot;, # `SECOND_GEN`: Cloud SQL database instance. `EXTERNAL`: A database server that is not managed by Google. This property is read-only; use the `tier` property in the `settings` object to determine the database type.
150+
&quot;customSubjectAlternativeNames&quot;: [ # Custom subject alternative names for the server certificate.
151+
&quot;A String&quot;,
152+
],
150153
&quot;databaseVersion&quot;: &quot;A String&quot;, # The database engine type and version. The `databaseVersion` field cannot be changed after instance creation. MySQL instances: `MYSQL_8_0`, `MYSQL_5_7` (default), or `MYSQL_5_6`. PostgreSQL instances: `POSTGRES_9_6`, `POSTGRES_10`, `POSTGRES_11`, `POSTGRES_12` (default), `POSTGRES_13`, or `POSTGRES_14`. SQL Server instances: `SQLSERVER_2017_STANDARD` (default), `SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`, `SQLSERVER_2019_STANDARD`, `SQLSERVER_2019_ENTERPRISE`, `SQLSERVER_2019_EXPRESS`, or `SQLSERVER_2019_WEB`.
151154
&quot;dnsName&quot;: &quot;A String&quot;, # The dns name of the instance.
152155
&quot;ipAddresses&quot;: [ # The assigned IP addresses for the instance.

docs/dyn/sqladmin_v1.databases.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ <h3>Method Details</h3>
229229
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
230230
&quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
231231
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.
232+
&quot;subOperationType&quot;: { # The sub operation type based on the operation type. # Optional. The sub operation based on the operation type.
233+
&quot;maintenanceType&quot;: &quot;A String&quot;, # The type of maintenance to be performed on the instance.
234+
},
232235
&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
233236
&quot;targetLink&quot;: &quot;A String&quot;,
234237
&quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
@@ -413,6 +416,9 @@ <h3>Method Details</h3>
413416
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
414417
&quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
415418
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.
419+
&quot;subOperationType&quot;: { # The sub operation type based on the operation type. # Optional. The sub operation based on the operation type.
420+
&quot;maintenanceType&quot;: &quot;A String&quot;, # The type of maintenance to be performed on the instance.
421+
},
416422
&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
417423
&quot;targetLink&quot;: &quot;A String&quot;,
418424
&quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
@@ -602,6 +608,9 @@ <h3>Method Details</h3>
602608
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
603609
&quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
604610
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.
611+
&quot;subOperationType&quot;: { # The sub operation type based on the operation type. # Optional. The sub operation based on the operation type.
612+
&quot;maintenanceType&quot;: &quot;A String&quot;, # The type of maintenance to be performed on the instance.
613+
},
605614
&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
606615
&quot;targetLink&quot;: &quot;A String&quot;,
607616
&quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
@@ -755,6 +764,9 @@ <h3>Method Details</h3>
755764
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
756765
&quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
757766
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.
767+
&quot;subOperationType&quot;: { # The sub operation type based on the operation type. # Optional. The sub operation based on the operation type.
768+
&quot;maintenanceType&quot;: &quot;A String&quot;, # The type of maintenance to be performed on the instance.
769+
},
758770
&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
759771
&quot;targetLink&quot;: &quot;A String&quot;,
760772
&quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.

0 commit comments

Comments
 (0)