Skip to content

Commit 31c607e

Browse files
feat(sqladmin): update the api
#### sqladmin:v1 The following keys were added: - schemas.CloneContext.properties.allocatedIpRange.type (Total Keys: 1) #### sqladmin:v1beta4 The following keys were added: - schemas.CloneContext.properties.allocatedIpRange.type (Total Keys: 1)
1 parent 85d1f26 commit 31c607e

22 files changed

+2098
-2088
lines changed

docs/dyn/sqladmin_v1.backupRuns.html

Lines changed: 63 additions & 63 deletions
Large diffs are not rendered by default.

docs/dyn/sqladmin_v1.connect.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ <h3>Method Details</h3>
119119
&quot;cert&quot;: &quot;A String&quot;, # PEM representation.
120120
&quot;certSerialNumber&quot;: &quot;A String&quot;, # Serial number, as extracted from the certificate.
121121
&quot;commonName&quot;: &quot;A String&quot;, # User supplied name. Constrained to [a-zA-Z.-_ ]+.
122-
&quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**
123-
&quot;expirationTime&quot;: &quot;A String&quot;, # The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
122+
&quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`
123+
&quot;expirationTime&quot;: &quot;A String&quot;, # The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
124124
&quot;instance&quot;: &quot;A String&quot;, # Name of the database instance.
125-
&quot;kind&quot;: &quot;A String&quot;, # This is always **sql#sslCert**.
125+
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#sslCert`.
126126
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
127127
&quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
128128
},
@@ -146,25 +146,25 @@ <h3>Method Details</h3>
146146
An object of the form:
147147

148148
{ # Connect settings retrieval response.
149-
&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;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** or **POSTGRES_12** (default). SQL Server instances: **SQLSERVER_2017_STANDARD** (default), **SQLSERVER_2017_ENTERPRISE**, **SQLSERVER_2017_EXPRESS**, or **SQLSERVER_2017_WEB**.
149+
&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;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`.
151151
&quot;ipAddresses&quot;: [ # The assigned IP addresses for the instance.
152152
{ # Database instance IP Mapping.
153153
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address assigned.
154-
&quot;timeToRetire&quot;: &quot;A String&quot;, # The due time for this IP to be retired in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. This field is only available when the IP is scheduled to be retired.
155-
&quot;type&quot;: &quot;A String&quot;, # The type of this IP address. A **PRIMARY** address is a public address that can accept incoming connections. A **PRIVATE** address is a private address that can accept incoming connections. An **OUTGOING** address is the source address of connections originating from the instance, if supported.
154+
&quot;timeToRetire&quot;: &quot;A String&quot;, # The due time for this IP to be retired in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`. This field is only available when the IP is scheduled to be retired.
155+
&quot;type&quot;: &quot;A String&quot;, # The type of this IP address. A `PRIMARY` address is a public address that can accept incoming connections. A `PRIVATE` address is a private address that can accept incoming connections. An `OUTGOING` address is the source address of connections originating from the instance, if supported.
156156
},
157157
],
158158
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#connectSettings`.
159-
&quot;region&quot;: &quot;A String&quot;, # The cloud region for the instance. e.g. **us-central1**, **europe-west1**. The region cannot be changed after instance creation.
159+
&quot;region&quot;: &quot;A String&quot;, # The cloud region for the instance. For example, `us-central1`, `europe-west1`. The region cannot be changed after instance creation.
160160
&quot;serverCaCert&quot;: { # SslCerts Resource # SSL configuration.
161161
&quot;cert&quot;: &quot;A String&quot;, # PEM representation.
162162
&quot;certSerialNumber&quot;: &quot;A String&quot;, # Serial number, as extracted from the certificate.
163163
&quot;commonName&quot;: &quot;A String&quot;, # User supplied name. Constrained to [a-zA-Z.-_ ]+.
164-
&quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**
165-
&quot;expirationTime&quot;: &quot;A String&quot;, # The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
164+
&quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`
165+
&quot;expirationTime&quot;: &quot;A String&quot;, # The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
166166
&quot;instance&quot;: &quot;A String&quot;, # Name of the database instance.
167-
&quot;kind&quot;: &quot;A String&quot;, # This is always **sql#sslCert**.
167+
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#sslCert`.
168168
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
169169
&quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
170170
},

0 commit comments

Comments
 (0)