chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/content_v2.datafeedstatuses.html b/docs/dyn/content_v2.datafeedstatuses.html
index f56764a..271ef0b 100644
--- a/docs/dyn/content_v2.datafeedstatuses.html
+++ b/docs/dyn/content_v2.datafeedstatuses.html
@@ -106,12 +106,12 @@
 {
     "entries": [ # The request entries to be processed in the batch.
       { # A batch entry encoding a single non-batch datafeedstatuses request.
-        "method": "A String", # The method of the batch entry. Acceptable values are: - "`get`"
-        "datafeedId": "A String", # The ID of the data feed to get.
-        "merchantId": "A String", # The ID of the managing account.
-        "batchId": 42, # An entry ID, unique within the batch request.
-        "language": "A String", # The language for which to get the datafeed status. If this parameter is provided then country must also be provided. Note that for multi-target datafeeds this parameter is required.
         "country": "A String", # The country for which to get the datafeed status. If this parameter is provided then language must also be provided. Note that for multi-target datafeeds this parameter is required.
+        "method": "A String", # The method of the batch entry. Acceptable values are: - "`get`"
+        "language": "A String", # The language for which to get the datafeed status. If this parameter is provided then country must also be provided. Note that for multi-target datafeeds this parameter is required.
+        "merchantId": "A String", # The ID of the managing account.
+        "datafeedId": "A String", # The ID of the data feed to get.
+        "batchId": 42, # An entry ID, unique within the batch request.
       },
     ],
   }
@@ -128,56 +128,56 @@
     "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedstatusesCustomBatchResponse".
     "entries": [ # The result of the execution of the batch requests.
       { # A batch entry encoding a single non-batch datafeedstatuses response.
-        "batchId": 42, # The ID of the request entry this entry responds to.
-        "errors": { # A list of errors returned by a failed batch entry. # A list of errors defined if and only if the request failed.
-          "errors": [ # A list of errors.
-            { # An error returned by the API.
-              "domain": "A String", # The domain of the error.
-              "message": "A String", # A description of the error.
-              "reason": "A String", # The error code.
-            },
-          ],
-          "message": "A String", # The message of the first error in `errors`.
-          "code": 42, # The HTTP status of the first error in `errors`.
-        },
         "datafeedStatus": { # The status of a datafeed, i.e., the result of the last retrieval of the datafeed computed asynchronously when the feed processing is finished. # The requested data feed status. Defined if and only if the request was successful.
+          "language": "A String", # The two-letter ISO 639-1 language for which the status is reported.
           "warnings": [ # The list of errors occurring in the feed.
             { # An error occurring in the feed, like "invalid price".
-              "message": "A String", # The error message, e.g., "Invalid price".
-              "count": "A String", # The number of occurrences of the error in the feed.
               "examples": [ # A list of example occurrences of the error, grouped by product.
                 { # An example occurrence for a particular error.
-                  "itemId": "A String", # The ID of the example item.
                   "lineNumber": "A String", # Line number in the data feed where the example is found.
+                  "itemId": "A String", # The ID of the example item.
                   "value": "A String", # The problematic value.
                 },
               ],
               "code": "A String", # The code of the error, e.g., "validation/invalid_value".
-            },
-          ],
-          "datafeedId": "A String", # The ID of the feed for which the status is reported.
-          "lastUploadDate": "A String", # The last date at which the feed was uploaded.
-          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeedStatus`"
-          "language": "A String", # The two-letter ISO 639-1 language for which the status is reported.
-          "itemsValid": "A String", # The number of items in the feed that were valid.
-          "errors": [ # The list of errors occurring in the feed.
-            { # An error occurring in the feed, like "invalid price".
               "message": "A String", # The error message, e.g., "Invalid price".
               "count": "A String", # The number of occurrences of the error in the feed.
-              "examples": [ # A list of example occurrences of the error, grouped by product.
-                { # An example occurrence for a particular error.
-                  "itemId": "A String", # The ID of the example item.
-                  "lineNumber": "A String", # Line number in the data feed where the example is found.
-                  "value": "A String", # The problematic value.
-                },
-              ],
-              "code": "A String", # The code of the error, e.g., "validation/invalid_value".
             },
           ],
-          "processingStatus": "A String", # The processing status of the feed. Acceptable values are: - "`"`failure`": The feed could not be processed or all items had errors.`" - "`in progress`": The feed is being processed. - "`none`": The feed has not yet been processed. For example, a feed that has never been uploaded will have this processing status. - "`success`": The feed was processed successfully, though some items might have had errors.
           "itemsTotal": "A String", # The number of items in the feed that were processed.
           "country": "A String", # The country for which the status is reported, represented as a CLDR territory code.
+          "datafeedId": "A String", # The ID of the feed for which the status is reported.
+          "errors": [ # The list of errors occurring in the feed.
+            { # An error occurring in the feed, like "invalid price".
+              "examples": [ # A list of example occurrences of the error, grouped by product.
+                { # An example occurrence for a particular error.
+                  "lineNumber": "A String", # Line number in the data feed where the example is found.
+                  "itemId": "A String", # The ID of the example item.
+                  "value": "A String", # The problematic value.
+                },
+              ],
+              "code": "A String", # The code of the error, e.g., "validation/invalid_value".
+              "message": "A String", # The error message, e.g., "Invalid price".
+              "count": "A String", # The number of occurrences of the error in the feed.
+            },
+          ],
+          "lastUploadDate": "A String", # The last date at which the feed was uploaded.
+          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeedStatus`"
+          "itemsValid": "A String", # The number of items in the feed that were valid.
+          "processingStatus": "A String", # The processing status of the feed. Acceptable values are: - "`"`failure`": The feed could not be processed or all items had errors.`" - "`in progress`": The feed is being processed. - "`none`": The feed has not yet been processed. For example, a feed that has never been uploaded will have this processing status. - "`success`": The feed was processed successfully, though some items might have had errors.
         },
+        "errors": { # A list of errors returned by a failed batch entry. # A list of errors defined if and only if the request failed.
+          "message": "A String", # The message of the first error in `errors`.
+          "code": 42, # The HTTP status of the first error in `errors`.
+          "errors": [ # A list of errors.
+            { # An error returned by the API.
+              "message": "A String", # A description of the error.
+              "reason": "A String", # The error code.
+              "domain": "A String", # The domain of the error.
+            },
+          ],
+        },
+        "batchId": 42, # The ID of the request entry this entry responds to.
       },
     ],
   }</pre>
@@ -201,42 +201,42 @@
   An object of the form:
 
     { # The status of a datafeed, i.e., the result of the last retrieval of the datafeed computed asynchronously when the feed processing is finished.
+    &quot;language&quot;: &quot;A String&quot;, # The two-letter ISO 639-1 language for which the status is reported.
     &quot;warnings&quot;: [ # The list of errors occurring in the feed.
       { # An error occurring in the feed, like &quot;invalid price&quot;.
-        &quot;message&quot;: &quot;A String&quot;, # The error message, e.g., &quot;Invalid price&quot;.
-        &quot;count&quot;: &quot;A String&quot;, # The number of occurrences of the error in the feed.
         &quot;examples&quot;: [ # A list of example occurrences of the error, grouped by product.
           { # An example occurrence for a particular error.
-            &quot;itemId&quot;: &quot;A String&quot;, # The ID of the example item.
             &quot;lineNumber&quot;: &quot;A String&quot;, # Line number in the data feed where the example is found.
+            &quot;itemId&quot;: &quot;A String&quot;, # The ID of the example item.
             &quot;value&quot;: &quot;A String&quot;, # The problematic value.
           },
         ],
         &quot;code&quot;: &quot;A String&quot;, # The code of the error, e.g., &quot;validation/invalid_value&quot;.
-      },
-    ],
-    &quot;datafeedId&quot;: &quot;A String&quot;, # The ID of the feed for which the status is reported.
-    &quot;lastUploadDate&quot;: &quot;A String&quot;, # The last date at which the feed was uploaded.
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#datafeedStatus`&quot;
-    &quot;language&quot;: &quot;A String&quot;, # The two-letter ISO 639-1 language for which the status is reported.
-    &quot;itemsValid&quot;: &quot;A String&quot;, # The number of items in the feed that were valid.
-    &quot;errors&quot;: [ # The list of errors occurring in the feed.
-      { # An error occurring in the feed, like &quot;invalid price&quot;.
         &quot;message&quot;: &quot;A String&quot;, # The error message, e.g., &quot;Invalid price&quot;.
         &quot;count&quot;: &quot;A String&quot;, # The number of occurrences of the error in the feed.
-        &quot;examples&quot;: [ # A list of example occurrences of the error, grouped by product.
-          { # An example occurrence for a particular error.
-            &quot;itemId&quot;: &quot;A String&quot;, # The ID of the example item.
-            &quot;lineNumber&quot;: &quot;A String&quot;, # Line number in the data feed where the example is found.
-            &quot;value&quot;: &quot;A String&quot;, # The problematic value.
-          },
-        ],
-        &quot;code&quot;: &quot;A String&quot;, # The code of the error, e.g., &quot;validation/invalid_value&quot;.
       },
     ],
-    &quot;processingStatus&quot;: &quot;A String&quot;, # The processing status of the feed. Acceptable values are: - &quot;`&quot;`failure`&quot;: The feed could not be processed or all items had errors.`&quot; - &quot;`in progress`&quot;: The feed is being processed. - &quot;`none`&quot;: The feed has not yet been processed. For example, a feed that has never been uploaded will have this processing status. - &quot;`success`&quot;: The feed was processed successfully, though some items might have had errors.
     &quot;itemsTotal&quot;: &quot;A String&quot;, # The number of items in the feed that were processed.
     &quot;country&quot;: &quot;A String&quot;, # The country for which the status is reported, represented as a CLDR territory code.
+    &quot;datafeedId&quot;: &quot;A String&quot;, # The ID of the feed for which the status is reported.
+    &quot;errors&quot;: [ # The list of errors occurring in the feed.
+      { # An error occurring in the feed, like &quot;invalid price&quot;.
+        &quot;examples&quot;: [ # A list of example occurrences of the error, grouped by product.
+          { # An example occurrence for a particular error.
+            &quot;lineNumber&quot;: &quot;A String&quot;, # Line number in the data feed where the example is found.
+            &quot;itemId&quot;: &quot;A String&quot;, # The ID of the example item.
+            &quot;value&quot;: &quot;A String&quot;, # The problematic value.
+          },
+        ],
+        &quot;code&quot;: &quot;A String&quot;, # The code of the error, e.g., &quot;validation/invalid_value&quot;.
+        &quot;message&quot;: &quot;A String&quot;, # The error message, e.g., &quot;Invalid price&quot;.
+        &quot;count&quot;: &quot;A String&quot;, # The number of occurrences of the error in the feed.
+      },
+    ],
+    &quot;lastUploadDate&quot;: &quot;A String&quot;, # The last date at which the feed was uploaded.
+    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#datafeedStatus`&quot;
+    &quot;itemsValid&quot;: &quot;A String&quot;, # The number of items in the feed that were valid.
+    &quot;processingStatus&quot;: &quot;A String&quot;, # The processing status of the feed. Acceptable values are: - &quot;`&quot;`failure`&quot;: The feed could not be processed or all items had errors.`&quot; - &quot;`in progress`&quot;: The feed is being processed. - &quot;`none`&quot;: The feed has not yet been processed. For example, a feed that has never been uploaded will have this processing status. - &quot;`success`&quot;: The feed was processed successfully, though some items might have had errors.
   }</pre>
 </div>
 
@@ -257,48 +257,48 @@
   An object of the form:
 
     {
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of datafeed statuses.
+    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#datafeedstatusesListResponse&quot;.
     &quot;resources&quot;: [
       { # The status of a datafeed, i.e., the result of the last retrieval of the datafeed computed asynchronously when the feed processing is finished.
+        &quot;language&quot;: &quot;A String&quot;, # The two-letter ISO 639-1 language for which the status is reported.
         &quot;warnings&quot;: [ # The list of errors occurring in the feed.
           { # An error occurring in the feed, like &quot;invalid price&quot;.
-            &quot;message&quot;: &quot;A String&quot;, # The error message, e.g., &quot;Invalid price&quot;.
-            &quot;count&quot;: &quot;A String&quot;, # The number of occurrences of the error in the feed.
             &quot;examples&quot;: [ # A list of example occurrences of the error, grouped by product.
               { # An example occurrence for a particular error.
-                &quot;itemId&quot;: &quot;A String&quot;, # The ID of the example item.
                 &quot;lineNumber&quot;: &quot;A String&quot;, # Line number in the data feed where the example is found.
+                &quot;itemId&quot;: &quot;A String&quot;, # The ID of the example item.
                 &quot;value&quot;: &quot;A String&quot;, # The problematic value.
               },
             ],
             &quot;code&quot;: &quot;A String&quot;, # The code of the error, e.g., &quot;validation/invalid_value&quot;.
-          },
-        ],
-        &quot;datafeedId&quot;: &quot;A String&quot;, # The ID of the feed for which the status is reported.
-        &quot;lastUploadDate&quot;: &quot;A String&quot;, # The last date at which the feed was uploaded.
-        &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#datafeedStatus`&quot;
-        &quot;language&quot;: &quot;A String&quot;, # The two-letter ISO 639-1 language for which the status is reported.
-        &quot;itemsValid&quot;: &quot;A String&quot;, # The number of items in the feed that were valid.
-        &quot;errors&quot;: [ # The list of errors occurring in the feed.
-          { # An error occurring in the feed, like &quot;invalid price&quot;.
             &quot;message&quot;: &quot;A String&quot;, # The error message, e.g., &quot;Invalid price&quot;.
             &quot;count&quot;: &quot;A String&quot;, # The number of occurrences of the error in the feed.
-            &quot;examples&quot;: [ # A list of example occurrences of the error, grouped by product.
-              { # An example occurrence for a particular error.
-                &quot;itemId&quot;: &quot;A String&quot;, # The ID of the example item.
-                &quot;lineNumber&quot;: &quot;A String&quot;, # Line number in the data feed where the example is found.
-                &quot;value&quot;: &quot;A String&quot;, # The problematic value.
-              },
-            ],
-            &quot;code&quot;: &quot;A String&quot;, # The code of the error, e.g., &quot;validation/invalid_value&quot;.
           },
         ],
-        &quot;processingStatus&quot;: &quot;A String&quot;, # The processing status of the feed. Acceptable values are: - &quot;`&quot;`failure`&quot;: The feed could not be processed or all items had errors.`&quot; - &quot;`in progress`&quot;: The feed is being processed. - &quot;`none`&quot;: The feed has not yet been processed. For example, a feed that has never been uploaded will have this processing status. - &quot;`success`&quot;: The feed was processed successfully, though some items might have had errors.
         &quot;itemsTotal&quot;: &quot;A String&quot;, # The number of items in the feed that were processed.
         &quot;country&quot;: &quot;A String&quot;, # The country for which the status is reported, represented as a CLDR territory code.
+        &quot;datafeedId&quot;: &quot;A String&quot;, # The ID of the feed for which the status is reported.
+        &quot;errors&quot;: [ # The list of errors occurring in the feed.
+          { # An error occurring in the feed, like &quot;invalid price&quot;.
+            &quot;examples&quot;: [ # A list of example occurrences of the error, grouped by product.
+              { # An example occurrence for a particular error.
+                &quot;lineNumber&quot;: &quot;A String&quot;, # Line number in the data feed where the example is found.
+                &quot;itemId&quot;: &quot;A String&quot;, # The ID of the example item.
+                &quot;value&quot;: &quot;A String&quot;, # The problematic value.
+              },
+            ],
+            &quot;code&quot;: &quot;A String&quot;, # The code of the error, e.g., &quot;validation/invalid_value&quot;.
+            &quot;message&quot;: &quot;A String&quot;, # The error message, e.g., &quot;Invalid price&quot;.
+            &quot;count&quot;: &quot;A String&quot;, # The number of occurrences of the error in the feed.
+          },
+        ],
+        &quot;lastUploadDate&quot;: &quot;A String&quot;, # The last date at which the feed was uploaded.
+        &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#datafeedStatus`&quot;
+        &quot;itemsValid&quot;: &quot;A String&quot;, # The number of items in the feed that were valid.
+        &quot;processingStatus&quot;: &quot;A String&quot;, # The processing status of the feed. Acceptable values are: - &quot;`&quot;`failure`&quot;: The feed could not be processed or all items had errors.`&quot; - &quot;`in progress`&quot;: The feed is being processed. - &quot;`none`&quot;: The feed has not yet been processed. For example, a feed that has never been uploaded will have this processing status. - &quot;`success`&quot;: The feed was processed successfully, though some items might have had errors.
       },
     ],
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#datafeedstatusesListResponse&quot;.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of datafeed statuses.
   }</pre>
 </div>