docs: update docs/dyn (#1096)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets

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

Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/content_v2.datafeedstatuses.html b/docs/dyn/content_v2.datafeedstatuses.html
index ad0a827..ee2eb10 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.
-        "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.
-        "datafeedId": "A String", # The ID of the data feed to get.
-        "method": "A String", # The method of the batch entry. Acceptable values are: - "`get`"
         "batchId": 42, # An entry ID, unique within the batch request.
         "merchantId": "A String", # The ID of the managing account.
+        "datafeedId": "A String", # The ID of the data feed to get.
+        "method": "A String", # The method of the batch entry. Acceptable values are: - "`get`"
         "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.
+        "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.
       },
     ],
   }
@@ -125,61 +125,61 @@
   An object of the form:
 
     {
+    "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.
-        "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.
-          "lastUploadDate": "A String", # The last date at which the feed was uploaded.
-          "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.
-                  "value": "A String", # The problematic value.
-                },
-              ],
-              "code": "A String", # The code of the error, e.g., "validation/invalid_value".
-            },
-          ],
-          "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.
-          "language": "A String", # The two-letter ISO 639-1 language for which the status is reported.
-          "datafeedId": "A String", # The ID of the feed for which the status is reported.
-          "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.
-          "itemsValid": "A String", # The number of items in the feed that were valid.
-          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeedStatus`"
-          "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".
-            },
-          ],
-        },
-        "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.
+          "code": 42, # The HTTP status of the first error in `errors`.
           "errors": [ # A list of errors.
             { # An error returned by the API.
+              "reason": "A String", # The error code.
               "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.
+          "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.
+          "datafeedId": "A String", # The ID of the feed for which the status is reported.
+          "warnings": [ # 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.
+            },
+          ],
+          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeedStatus`"
+          "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.
+            },
+          ],
+          "itemsTotal": "A String", # The number of items in the feed that were processed.
+          "language": "A String", # The two-letter ISO 639-1 language for which the status is reported.
+          "lastUploadDate": "A String", # The last date at which the feed was uploaded.
+          "country": "A String", # The country for which the status is reported, represented as a CLDR territory code.
+          "itemsValid": "A String", # The number of items in the feed that were valid.
+        },
+        "batchId": 42, # The ID of the request entry this entry responds to.
       },
     ],
-    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedstatusesCustomBatchResponse".
   }</pre>
 </div>
 
@@ -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;lastUploadDate&quot;: &quot;A String&quot;, # The last date at which the feed was uploaded.
+    &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;datafeedId&quot;: &quot;A String&quot;, # The ID of the feed 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;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;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;language&quot;: &quot;A String&quot;, # The two-letter ISO 639-1 language for which the status is reported.
-    &quot;datafeedId&quot;: &quot;A String&quot;, # The ID of the feed for which the status is reported.
-    &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;itemsValid&quot;: &quot;A String&quot;, # The number of items in the feed that were valid.
     &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#datafeedStatus`&quot;
     &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;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;itemsTotal&quot;: &quot;A String&quot;, # The number of items in the feed that were processed.
+    &quot;language&quot;: &quot;A String&quot;, # The two-letter ISO 639-1 language for which the status is reported.
+    &quot;lastUploadDate&quot;: &quot;A String&quot;, # The last date at which the feed was uploaded.
+    &quot;country&quot;: &quot;A String&quot;, # The country for which the status is reported, represented as a CLDR territory code.
+    &quot;itemsValid&quot;: &quot;A String&quot;, # The number of items in the feed that were valid.
   }</pre>
 </div>
 
@@ -258,47 +258,47 @@
 
     {
     &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;lastUploadDate&quot;: &quot;A String&quot;, # The last date at which the feed was uploaded.
+        &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;datafeedId&quot;: &quot;A String&quot;, # The ID of the feed 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;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;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;language&quot;: &quot;A String&quot;, # The two-letter ISO 639-1 language for which the status is reported.
-        &quot;datafeedId&quot;: &quot;A String&quot;, # The ID of the feed for which the status is reported.
-        &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;itemsValid&quot;: &quot;A String&quot;, # The number of items in the feed that were valid.
         &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#datafeedStatus`&quot;
         &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;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;itemsTotal&quot;: &quot;A String&quot;, # The number of items in the feed that were processed.
+        &quot;language&quot;: &quot;A String&quot;, # The two-letter ISO 639-1 language for which the status is reported.
+        &quot;lastUploadDate&quot;: &quot;A String&quot;, # The last date at which the feed was uploaded.
+        &quot;country&quot;: &quot;A String&quot;, # The country for which the status is reported, represented as a CLDR territory code.
+        &quot;itemsValid&quot;: &quot;A String&quot;, # The number of items in the feed that were valid.
       },
     ],
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#datafeedstatusesListResponse&quot;.
   }</pre>
 </div>