Skip to content

Commit

Permalink
feat(sqladmin): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Dec 17, 2024
1 parent 297f497 commit 5cf231b
Show file tree
Hide file tree
Showing 18 changed files with 476 additions and 48 deletions.
6 changes: 6 additions & 0 deletions docs/dyn/sqladmin_v1.backupRuns.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ <h3>Method Details</h3>
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
&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`.
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.
&quot;subOperationType&quot;: { # The sub operation type based on the operation type. # Optional. The sub operation based on the operation type.
&quot;maintenanceType&quot;: &quot;A String&quot;, # The type of maintenance to be performed on the instance.
},
&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
&quot;targetLink&quot;: &quot;A String&quot;,
&quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
Expand Down Expand Up @@ -442,6 +445,9 @@ <h3>Method Details</h3>
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
&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`.
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.
&quot;subOperationType&quot;: { # The sub operation type based on the operation type. # Optional. The sub operation based on the operation type.
&quot;maintenanceType&quot;: &quot;A String&quot;, # The type of maintenance to be performed on the instance.
},
&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
&quot;targetLink&quot;: &quot;A String&quot;,
&quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
Expand Down
3 changes: 3 additions & 0 deletions docs/dyn/sqladmin_v1.connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ <h3>Method Details</h3>

{ # Connect settings retrieval response.
&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.
&quot;customSubjectAlternativeNames&quot;: [ # Custom subject alternative names for the server certificate.
&quot;A String&quot;,
],
&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`.
&quot;dnsName&quot;: &quot;A String&quot;, # The dns name of the instance.
&quot;ipAddresses&quot;: [ # The assigned IP addresses for the instance.
Expand Down
12 changes: 12 additions & 0 deletions docs/dyn/sqladmin_v1.databases.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ <h3>Method Details</h3>
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
&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`.
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.
&quot;subOperationType&quot;: { # The sub operation type based on the operation type. # Optional. The sub operation based on the operation type.
&quot;maintenanceType&quot;: &quot;A String&quot;, # The type of maintenance to be performed on the instance.
},
&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
&quot;targetLink&quot;: &quot;A String&quot;,
&quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
Expand Down Expand Up @@ -413,6 +416,9 @@ <h3>Method Details</h3>
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
&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`.
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.
&quot;subOperationType&quot;: { # The sub operation type based on the operation type. # Optional. The sub operation based on the operation type.
&quot;maintenanceType&quot;: &quot;A String&quot;, # The type of maintenance to be performed on the instance.
},
&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
&quot;targetLink&quot;: &quot;A String&quot;,
&quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
Expand Down Expand Up @@ -602,6 +608,9 @@ <h3>Method Details</h3>
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
&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`.
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.
&quot;subOperationType&quot;: { # The sub operation type based on the operation type. # Optional. The sub operation based on the operation type.
&quot;maintenanceType&quot;: &quot;A String&quot;, # The type of maintenance to be performed on the instance.
},
&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
&quot;targetLink&quot;: &quot;A String&quot;,
&quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
Expand Down Expand Up @@ -755,6 +764,9 @@ <h3>Method Details</h3>
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
&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`.
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.
&quot;subOperationType&quot;: { # The sub operation type based on the operation type. # Optional. The sub operation based on the operation type.
&quot;maintenanceType&quot;: &quot;A String&quot;, # The type of maintenance to be performed on the instance.
},
&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
&quot;targetLink&quot;: &quot;A String&quot;,
&quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
Expand Down
Loading

0 comments on commit 5cf231b

Please sign in to comment.