docs: update generated docs (#981)

diff --git a/docs/dyn/indexing_v3.urlNotifications.html b/docs/dyn/indexing_v3.urlNotifications.html
index d4c1e65..aa0cc9e 100644
--- a/docs/dyn/indexing_v3.urlNotifications.html
+++ b/docs/dyn/indexing_v3.urlNotifications.html
@@ -100,7 +100,7 @@
     { # Summary of the most recent Indexing API notifications successfully received,
       # for a given URL.
     "url": "A String", # URL to which this metadata refers.
-    "latestRemove": { # `UrlNotification` is the resource used in all Indexing API calls. # Latest notification received with type `URL_REMOVED`.
+    "latestUpdate": { # `UrlNotification` is the resource used in all Indexing API calls. # Latest notification received with type `URL_UPDATED`.
           # It describes one event in the life cycle of a Web Document.
         "type": "A String", # The URL life cycle event that Google is being notified about.
         "url": "A String", # The object of this notification. The URL must be owned by the publisher
@@ -109,7 +109,7 @@
         "notifyTime": "A String", # Creation timestamp for this notification.
             # Users should _not_ specify it, the field is ignored at the request time.
       },
-    "latestUpdate": { # `UrlNotification` is the resource used in all Indexing API calls. # Latest notification received with type `URL_UPDATED`.
+    "latestRemove": { # `UrlNotification` is the resource used in all Indexing API calls. # Latest notification received with type `URL_REMOVED`.
           # It describes one event in the life cycle of a Web Document.
         "type": "A String", # The URL life cycle event that Google is being notified about.
         "url": "A String", # The object of this notification. The URL must be owned by the publisher
@@ -151,7 +151,7 @@
     "urlNotificationMetadata": { # Summary of the most recent Indexing API notifications successfully received, # Description of the notification events received for this URL.
         # for a given URL.
       "url": "A String", # URL to which this metadata refers.
-      "latestRemove": { # `UrlNotification` is the resource used in all Indexing API calls. # Latest notification received with type `URL_REMOVED`.
+      "latestUpdate": { # `UrlNotification` is the resource used in all Indexing API calls. # Latest notification received with type `URL_UPDATED`.
             # It describes one event in the life cycle of a Web Document.
           "type": "A String", # The URL life cycle event that Google is being notified about.
           "url": "A String", # The object of this notification. The URL must be owned by the publisher
@@ -160,7 +160,7 @@
           "notifyTime": "A String", # Creation timestamp for this notification.
               # Users should _not_ specify it, the field is ignored at the request time.
         },
-      "latestUpdate": { # `UrlNotification` is the resource used in all Indexing API calls. # Latest notification received with type `URL_UPDATED`.
+      "latestRemove": { # `UrlNotification` is the resource used in all Indexing API calls. # Latest notification received with type `URL_REMOVED`.
             # It describes one event in the life cycle of a Web Document.
           "type": "A String", # The URL life cycle event that Google is being notified about.
           "url": "A String", # The object of this notification. The URL must be owned by the publisher