Update docs for 1.4.1 release
diff --git a/docs/dyn/sqladmin_v1beta4.operations.html b/docs/dyn/sqladmin_v1beta4.operations.html
index 80970e8..9b0d89a 100644
--- a/docs/dyn/sqladmin_v1beta4.operations.html
+++ b/docs/dyn/sqladmin_v1beta4.operations.html
@@ -111,7 +111,7 @@
         ],
       },
     },
-    "kind": "sql#operation", # This is always sql#instanceOperation.
+    "kind": "sql#operation", # This is always sql#operation.
     "name": "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.
     "exportContext": { # Database instance export context. # The context for export operation, if applicable.
       "kind": "sql#exportContext", # This is always sql#exportContext.
@@ -134,10 +134,11 @@
     "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
     "targetProject": "A String", # The project ID of the target instance related to this operation.
     "targetId": "A String", # Name of the database instance related to this operation.
-    "operationType": "A String", # TODO(b/18431310): update this list to reflect current values. The type of the operation. Valid values are CREATE, DELETE, UPDATE, RESTART, IMPORT, EXPORT, BACKUP_VOLUME, RESTORE_VOLUME.
+    "operationType": "A String", # The type of the operation. Valid values are CREATE, DELETE, UPDATE, RESTART, IMPORT, EXPORT, BACKUP_VOLUME, RESTORE_VOLUME, CREATE_USER, DELETE_USER, CREATE_DATABASE, DELETE_DATABASE .
     "targetLink": "A String", # The URI of the instance related to the operation.
     "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
-    "error": { # If errors occurred during processing of this operation, this field will be populated.
+    "error": { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
+      "kind": "sql#operationErrors", # This is always sql#operationErrors.
       "errors": [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           "kind": "sql#operationError", # This is always sql#operationError.
@@ -184,7 +185,7 @@
             ],
           },
         },
-        "kind": "sql#operation", # This is always sql#instanceOperation.
+        "kind": "sql#operation", # This is always sql#operation.
         "name": "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.
         "exportContext": { # Database instance export context. # The context for export operation, if applicable.
           "kind": "sql#exportContext", # This is always sql#exportContext.
@@ -207,10 +208,11 @@
         "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
         "targetProject": "A String", # The project ID of the target instance related to this operation.
         "targetId": "A String", # Name of the database instance related to this operation.
-        "operationType": "A String", # TODO(b/18431310): update this list to reflect current values. The type of the operation. Valid values are CREATE, DELETE, UPDATE, RESTART, IMPORT, EXPORT, BACKUP_VOLUME, RESTORE_VOLUME.
+        "operationType": "A String", # The type of the operation. Valid values are CREATE, DELETE, UPDATE, RESTART, IMPORT, EXPORT, BACKUP_VOLUME, RESTORE_VOLUME, CREATE_USER, DELETE_USER, CREATE_DATABASE, DELETE_DATABASE .
         "targetLink": "A String", # The URI of the instance related to the operation.
         "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
-        "error": { # If errors occurred during processing of this operation, this field will be populated.
+        "error": { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
+          "kind": "sql#operationErrors", # This is always sql#operationErrors.
           "errors": [ # The list of errors encountered while processing this operation.
             { # Database instance operation error.
               "kind": "sql#operationError", # This is always sql#operationError.