Updated docs
diff --git a/docs/dyn/sqladmin_v1beta4.backupRuns.html b/docs/dyn/sqladmin_v1beta4.backupRuns.html
index fe25363..b9f5b58 100644
--- a/docs/dyn/sqladmin_v1beta4.backupRuns.html
+++ b/docs/dyn/sqladmin_v1beta4.backupRuns.html
@@ -94,7 +94,7 @@
 Args:
   project: string, Project ID of the project that contains the instance. (required)
   instance: string, Cloud SQL instance ID. This does not include the project ID. (required)
-  id: string, The ID of the Backup Run to delete. (required)
+  id: string, The ID of the Backup Run to delete. To find a Backup Run ID, use the list method. (required)
 
 Returns:
   An object of the form:
@@ -133,7 +133,7 @@
         "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.
           "A String",
         ],
-        "schemaOnly": True or False, # Export only schema.
+        "schemaOnly": True or False, # Export only schemas.
       },
     },
     "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.