You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### sqladmin:v1
The following keys were added:
- schemas.GenerateEphemeralCertRequest.properties.validDuration (Total Keys: 2)
#### sqladmin:v1beta4
The following keys were added:
- schemas.GenerateEphemeralCertRequest.properties.validDuration (Total Keys: 2)
Copy file name to clipboardexpand all lines: docs/dyn/sqladmin_v1.backupRuns.html
+5-5
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ <h3>Method Details</h3>
105
105
Args:
106
106
project: string, Project ID of the project that contains the instance. (required)
107
107
instance: string, Cloud SQL instance ID. This does not include the project ID. (required)
108
-
id: string, The ID of the backup run to delete. To find a backup run ID, use the list method. (required)
108
+
id: string, The ID of the backup run to delete. To find a backup run ID, use the [list](https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1/backupRuns/list) method. (required)
109
109
x__xgafv: string, V1 error format.
110
110
Allowed values
111
111
1 - v1 error format
@@ -229,7 +229,7 @@ <h3>Method Details</h3>
229
229
},
230
230
"id": "A String", # The identifier for this backup run. Unique only for a specific Cloud SQL instance.
231
231
"instance": "A String", # Name of the database instance.
232
-
"kind": "A String", # This is always *sql#backupRun*.
232
+
"kind": "A String", # This is always **sql#backupRun**.
233
233
"location": "A String", # Location of the backups.
234
234
"selfLink": "A String", # The URI of this resource.
235
235
"startTime": "A String", # The time the backup operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
@@ -269,7 +269,7 @@ <h3>Method Details</h3>
269
269
},
270
270
"id": "A String", # The identifier for this backup run. Unique only for a specific Cloud SQL instance.
271
271
"instance": "A String", # Name of the database instance.
272
-
"kind": "A String", # This is always *sql#backupRun*.
272
+
"kind": "A String", # This is always **sql#backupRun**.
273
273
"location": "A String", # Location of the backups.
274
274
"selfLink": "A String", # The URI of this resource.
275
275
"startTime": "A String", # The time the backup operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
@@ -404,7 +404,7 @@ <h3>Method Details</h3>
404
404
},
405
405
"id": "A String", # The identifier for this backup run. Unique only for a specific Cloud SQL instance.
406
406
"instance": "A String", # Name of the database instance.
407
-
"kind": "A String", # This is always *sql#backupRun*.
407
+
"kind": "A String", # This is always **sql#backupRun**.
408
408
"location": "A String", # Location of the backups.
409
409
"selfLink": "A String", # The URI of this resource.
410
410
"startTime": "A String", # The time the backup operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
@@ -413,7 +413,7 @@ <h3>Method Details</h3>
413
413
"windowStartTime": "A String", # The start time of the backup window during which this the backup was attempted in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
414
414
},
415
415
],
416
-
"kind": "A String", # This is always *sql#backupRunsList*.
416
+
"kind": "A String", # This is always **sql#backupRunsList**.
417
417
"nextPageToken": "A String", # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
Copy file name to clipboardexpand all lines: docs/dyn/sqladmin_v1.operations.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,7 @@ <h3>Method Details</h3>
283
283
"user": "A String", # The email address of the user who initiated this operation.
284
284
},
285
285
],
286
-
"kind": "A String", # This is always *sql#operationsList*.
286
+
"kind": "A String", # This is always **sql#operationsList**.
287
287
"nextPageToken": "A String", # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
Copy file name to clipboardexpand all lines: docs/dyn/sqladmin_v1.sslCerts.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -295,7 +295,7 @@ <h3>Method Details</h3>
295
295
},
296
296
"certPrivateKey": "A String", # The private key for the client cert, in pem format. Keep private in order to protect your security.
297
297
},
298
-
"kind": "A String", # This is always *sql#sslCertsInsert*.
298
+
"kind": "A String", # This is always **sql#sslCertsInsert**.
299
299
"operation": { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource. # The operation to track the ssl certs insert request.
300
300
"backupContext": { # Backup context. # The context for backup operation, if applicable.
301
301
"backupId": "A String", # The identifier of the backup.
Copy file name to clipboardexpand all lines: docs/dyn/sqladmin_v1.users.html
+16-16
Original file line number
Diff line number
Diff line change
@@ -203,12 +203,12 @@ <h3>Method Details</h3>
203
203
204
204
{ # A Cloud SQL user resource.
205
205
"etag": "A String", # This field is deprecated and will be removed from a future version of the API.
206
-
"host": "A String", # The host name from which the user can connect. For *insert* operations, host defaults to an empty string. For *update* operations, host is specified as part of the request URL. The host name cannot be updated after insertion.
207
-
"instance": "A String", # The name of the Cloud SQL instance. This does not include the project ID. Can be omitted for *update* since it is already specified on the URL.
208
-
"kind": "A String", # This is always *sql#user*.
209
-
"name": "A String", # The name of the user in the Cloud SQL instance. Can be omitted for *update* since it is already specified in the URL.
206
+
"host": "A String", # The host name from which the user can connect. For **insert** operations, host defaults to an empty string. For **update** operations, host is specified as part of the request URL. The host name cannot be updated after insertion.
207
+
"instance": "A String", # The name of the Cloud SQL instance. This does not include the project ID. Can be omitted for **update** since it is already specified on the URL.
208
+
"kind": "A String", # This is always **sql#user**.
209
+
"name": "A String", # The name of the user in the Cloud SQL instance. Can be omitted for **update** since it is already specified in the URL.
210
210
"password": "A String", # The password for the user.
211
-
"project": "A String", # The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable. Can be omitted for *update* since it is already specified on the URL.
211
+
"project": "A String", # The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable. Can be omitted for **update** since it is already specified on the URL.
212
212
"sqlserverUserDetails": { # Represents a Sql Server user on the Cloud SQL instance.
213
213
"disabled": True or False, # If the user has been disabled
214
214
"serverRoles": [ # The server roles for this user
@@ -324,12 +324,12 @@ <h3>Method Details</h3>
324
324
"items": [ # List of user resources in the instance.
325
325
{ # A Cloud SQL user resource.
326
326
"etag": "A String", # This field is deprecated and will be removed from a future version of the API.
327
-
"host": "A String", # The host name from which the user can connect. For *insert* operations, host defaults to an empty string. For *update* operations, host is specified as part of the request URL. The host name cannot be updated after insertion.
328
-
"instance": "A String", # The name of the Cloud SQL instance. This does not include the project ID. Can be omitted for *update* since it is already specified on the URL.
329
-
"kind": "A String", # This is always *sql#user*.
330
-
"name": "A String", # The name of the user in the Cloud SQL instance. Can be omitted for *update* since it is already specified in the URL.
327
+
"host": "A String", # The host name from which the user can connect. For **insert** operations, host defaults to an empty string. For **update** operations, host is specified as part of the request URL. The host name cannot be updated after insertion.
328
+
"instance": "A String", # The name of the Cloud SQL instance. This does not include the project ID. Can be omitted for **update** since it is already specified on the URL.
329
+
"kind": "A String", # This is always **sql#user**.
330
+
"name": "A String", # The name of the user in the Cloud SQL instance. Can be omitted for **update** since it is already specified in the URL.
331
331
"password": "A String", # The password for the user.
332
-
"project": "A String", # The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable. Can be omitted for *update* since it is already specified on the URL.
332
+
"project": "A String", # The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable. Can be omitted for **update** since it is already specified on the URL.
333
333
"sqlserverUserDetails": { # Represents a Sql Server user on the Cloud SQL instance.
334
334
"disabled": True or False, # If the user has been disabled
335
335
"serverRoles": [ # The server roles for this user
@@ -339,7 +339,7 @@ <h3>Method Details</h3>
339
339
"type": "A String", # The user type. It determines the method to authenticate the user during login. The default is the database's built-in user type.
340
340
},
341
341
],
342
-
"kind": "A String", # This is always *sql#usersList*.
342
+
"kind": "A String", # This is always **sql#usersList**.
343
343
"nextPageToken": "A String", # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.
344
344
}</pre>
345
345
</div>
@@ -356,12 +356,12 @@ <h3>Method Details</h3>
356
356
357
357
{ # A Cloud SQL user resource.
358
358
"etag": "A String", # This field is deprecated and will be removed from a future version of the API.
359
-
"host": "A String", # The host name from which the user can connect. For *insert* operations, host defaults to an empty string. For *update* operations, host is specified as part of the request URL. The host name cannot be updated after insertion.
360
-
"instance": "A String", # The name of the Cloud SQL instance. This does not include the project ID. Can be omitted for *update* since it is already specified on the URL.
361
-
"kind": "A String", # This is always *sql#user*.
362
-
"name": "A String", # The name of the user in the Cloud SQL instance. Can be omitted for *update* since it is already specified in the URL.
359
+
"host": "A String", # The host name from which the user can connect. For **insert** operations, host defaults to an empty string. For **update** operations, host is specified as part of the request URL. The host name cannot be updated after insertion.
360
+
"instance": "A String", # The name of the Cloud SQL instance. This does not include the project ID. Can be omitted for **update** since it is already specified on the URL.
361
+
"kind": "A String", # This is always **sql#user**.
362
+
"name": "A String", # The name of the user in the Cloud SQL instance. Can be omitted for **update** since it is already specified in the URL.
363
363
"password": "A String", # The password for the user.
364
-
"project": "A String", # The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable. Can be omitted for *update* since it is already specified on the URL.
364
+
"project": "A String", # The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable. Can be omitted for **update** since it is already specified on the URL.
365
365
"sqlserverUserDetails": { # Represents a Sql Server user on the Cloud SQL instance.
366
366
"disabled": True or False, # If the user has been disabled
367
367
"serverRoles": [ # The server roles for this user
0 commit comments