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.accountstatuses.html b/docs/dyn/content_v2.accountstatuses.html
index ea8ced0..b06b7f5 100644
--- a/docs/dyn/content_v2.accountstatuses.html
+++ b/docs/dyn/content_v2.accountstatuses.html
@@ -84,7 +84,7 @@
   <code><a href="#get">get(merchantId, accountId, destinations=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Retrieves the status of a Merchant Center account. No itemLevelIssues are returned for multi-client accounts.</p>
 <p class="toc_element">
-  <code><a href="#list">list(merchantId, pageToken=None, maxResults=None, destinations=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(merchantId, maxResults=None, pageToken=None, destinations=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists the statuses of the sub-accounts in your Merchant Center account.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -107,12 +107,12 @@
     &quot;entries&quot;: [ # The request entries to be processed in the batch.
       { # A batch entry encoding a single non-batch accountstatuses request.
         &quot;accountId&quot;: &quot;A String&quot;, # The ID of the (sub-)account whose status to get.
+        &quot;method&quot;: &quot;A String&quot;, # The method of the batch entry. Acceptable values are: - &quot;`get`&quot;
         &quot;merchantId&quot;: &quot;A String&quot;, # The ID of the managing account.
         &quot;destinations&quot;: [ # If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination.
           &quot;A String&quot;,
         ],
         &quot;batchId&quot;: 42, # An entry ID, unique within the batch request.
-        &quot;method&quot;: &quot;A String&quot;, # The method of the batch entry. Acceptable values are: - &quot;`get`&quot;
       },
     ],
   }
@@ -126,87 +126,87 @@
   An object of the form:
 
     {
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountstatusesCustomBatchResponse&quot;.
     &quot;entries&quot;: [ # The result of the execution of the batch requests.
       { # A batch entry encoding a single non-batch accountstatuses response.
-        &quot;errors&quot;: { # A list of errors returned by a failed batch entry. # A list of errors defined if and only if the request failed.
-          &quot;errors&quot;: [ # A list of errors.
-            { # An error returned by the API.
-              &quot;domain&quot;: &quot;A String&quot;, # The domain of the error.
-              &quot;message&quot;: &quot;A String&quot;, # A description of the error.
-              &quot;reason&quot;: &quot;A String&quot;, # The error code.
-            },
-          ],
-          &quot;message&quot;: &quot;A String&quot;, # The message of the first error in `errors`.
-          &quot;code&quot;: 42, # The HTTP status of the first error in `errors`.
-        },
-        &quot;batchId&quot;: 42, # The ID of the request entry this entry responds to.
         &quot;accountStatus&quot;: { # The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time. # The requested account status. Defined if and only if the request was successful.
           &quot;accountLevelIssues&quot;: [ # A list of account level issues.
             {
-              &quot;detail&quot;: &quot;A String&quot;, # Additional details about the issue.
               &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
-              &quot;country&quot;: &quot;A String&quot;, # Country for which this issue is reported.
               &quot;severity&quot;: &quot;A String&quot;, # Severity of the issue. Acceptable values are: - &quot;`critical`&quot; - &quot;`error`&quot; - &quot;`suggestion`&quot;
               &quot;title&quot;: &quot;A String&quot;, # Short description of the issue.
               &quot;id&quot;: &quot;A String&quot;, # Issue identifier.
               &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help resolving this issue.
+              &quot;detail&quot;: &quot;A String&quot;, # Additional details about the issue.
+              &quot;country&quot;: &quot;A String&quot;, # Country for which this issue is reported.
+            },
+          ],
+          &quot;dataQualityIssues&quot;: [ # DEPRECATED - never populated.
+            {
+              &quot;exampleItems&quot;: [
+                {
+                  &quot;submittedValue&quot;: &quot;A String&quot;,
+                  &quot;valueOnLandingPage&quot;: &quot;A String&quot;,
+                  &quot;itemId&quot;: &quot;A String&quot;,
+                  &quot;title&quot;: &quot;A String&quot;,
+                  &quot;link&quot;: &quot;A String&quot;,
+                },
+              ],
+              &quot;destination&quot;: &quot;A String&quot;,
+              &quot;submittedValue&quot;: &quot;A String&quot;,
+              &quot;displayedValue&quot;: &quot;A String&quot;,
+              &quot;id&quot;: &quot;A String&quot;,
+              &quot;numItems&quot;: 42,
+              &quot;country&quot;: &quot;A String&quot;,
+              &quot;severity&quot;: &quot;A String&quot;, #  Acceptable values are: - &quot;`critical`&quot; - &quot;`error`&quot; - &quot;`suggestion`&quot;
+              &quot;detail&quot;: &quot;A String&quot;,
+              &quot;lastChecked&quot;: &quot;A String&quot;,
+              &quot;location&quot;: &quot;A String&quot;,
             },
           ],
           &quot;accountId&quot;: &quot;A String&quot;, # The ID of the account for which the status is reported.
-          &quot;websiteClaimed&quot;: True or False, # Whether the account&#x27;s website is claimed or not.
           &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountStatus`&quot;
-          &quot;dataQualityIssues&quot;: [ # DEPRECATED - never populated.
-            {
-              &quot;country&quot;: &quot;A String&quot;,
-              &quot;detail&quot;: &quot;A String&quot;,
-              &quot;exampleItems&quot;: [
-                {
-                  &quot;link&quot;: &quot;A String&quot;,
-                  &quot;valueOnLandingPage&quot;: &quot;A String&quot;,
-                  &quot;submittedValue&quot;: &quot;A String&quot;,
-                  &quot;title&quot;: &quot;A String&quot;,
-                  &quot;itemId&quot;: &quot;A String&quot;,
-                },
-              ],
-              &quot;submittedValue&quot;: &quot;A String&quot;,
-              &quot;lastChecked&quot;: &quot;A String&quot;,
-              &quot;location&quot;: &quot;A String&quot;,
-              &quot;id&quot;: &quot;A String&quot;,
-              &quot;destination&quot;: &quot;A String&quot;,
-              &quot;displayedValue&quot;: &quot;A String&quot;,
-              &quot;numItems&quot;: 42,
-              &quot;severity&quot;: &quot;A String&quot;, #  Acceptable values are: - &quot;`critical`&quot; - &quot;`error`&quot; - &quot;`suggestion`&quot;
-            },
-          ],
           &quot;products&quot;: [ # List of product-related data by channel, destination, and country. Data in this field may be delayed by up to 30 minutes.
             {
-              &quot;country&quot;: &quot;A String&quot;, # The country the data applies to.
               &quot;destination&quot;: &quot;A String&quot;, # The destination the data applies to.
               &quot;channel&quot;: &quot;A String&quot;, # The channel the data applies to. Acceptable values are: - &quot;`local`&quot; - &quot;`online`&quot;
               &quot;statistics&quot;: { # Aggregated product statistics.
+                &quot;disapproved&quot;: &quot;A String&quot;, # Number of disapproved offers.
                 &quot;pending&quot;: &quot;A String&quot;, # Number of pending offers.
                 &quot;active&quot;: &quot;A String&quot;, # Number of active offers.
-                &quot;disapproved&quot;: &quot;A String&quot;, # Number of disapproved offers.
                 &quot;expiring&quot;: &quot;A String&quot;, # Number of expiring offers.
               },
               &quot;itemLevelIssues&quot;: [ # List of item-level issues.
                 {
-                  &quot;servability&quot;: &quot;A String&quot;, # How this issue affects serving of the offer.
-                  &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help with resolving this issue.
                   &quot;resolution&quot;: &quot;A String&quot;, # Whether the issue can be resolved by the merchant.
-                  &quot;attributeName&quot;: &quot;A String&quot;, # The attribute&#x27;s name, if the issue is caused by a single attribute.
                   &quot;description&quot;: &quot;A String&quot;, # A short issue description in English.
                   &quot;numItems&quot;: &quot;A String&quot;, # Number of items with this issue.
+                  &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help with resolving this issue.
+                  &quot;servability&quot;: &quot;A String&quot;, # How this issue affects serving of the offer.
                   &quot;code&quot;: &quot;A String&quot;, # The error code of the issue.
                   &quot;detail&quot;: &quot;A String&quot;, # A detailed issue description in English.
+                  &quot;attributeName&quot;: &quot;A String&quot;, # The attribute&#x27;s name, if the issue is caused by a single attribute.
                 },
               ],
+              &quot;country&quot;: &quot;A String&quot;, # The country the data applies to.
+            },
+          ],
+          &quot;websiteClaimed&quot;: True or False, # Whether the account&#x27;s website is claimed or not.
+        },
+        &quot;errors&quot;: { # A list of errors returned by a failed batch entry. # A list of errors defined if and only if the request failed.
+          &quot;message&quot;: &quot;A String&quot;, # The message of the first error in `errors`.
+          &quot;code&quot;: 42, # The HTTP status of the first error in `errors`.
+          &quot;errors&quot;: [ # A list of errors.
+            { # An error returned by the API.
+              &quot;message&quot;: &quot;A String&quot;, # A description of the error.
+              &quot;reason&quot;: &quot;A String&quot;, # The error code.
+              &quot;domain&quot;: &quot;A String&quot;, # The domain of the error.
             },
           ],
         },
+        &quot;batchId&quot;: 42, # The ID of the request entry this entry responds to.
       },
     ],
+    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountstatusesCustomBatchResponse&quot;.
   }</pre>
 </div>
 
@@ -229,77 +229,77 @@
     { # The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time.
     &quot;accountLevelIssues&quot;: [ # A list of account level issues.
       {
-        &quot;detail&quot;: &quot;A String&quot;, # Additional details about the issue.
         &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
-        &quot;country&quot;: &quot;A String&quot;, # Country for which this issue is reported.
         &quot;severity&quot;: &quot;A String&quot;, # Severity of the issue. Acceptable values are: - &quot;`critical`&quot; - &quot;`error`&quot; - &quot;`suggestion`&quot;
         &quot;title&quot;: &quot;A String&quot;, # Short description of the issue.
         &quot;id&quot;: &quot;A String&quot;, # Issue identifier.
         &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help resolving this issue.
+        &quot;detail&quot;: &quot;A String&quot;, # Additional details about the issue.
+        &quot;country&quot;: &quot;A String&quot;, # Country for which this issue is reported.
+      },
+    ],
+    &quot;dataQualityIssues&quot;: [ # DEPRECATED - never populated.
+      {
+        &quot;exampleItems&quot;: [
+          {
+            &quot;submittedValue&quot;: &quot;A String&quot;,
+            &quot;valueOnLandingPage&quot;: &quot;A String&quot;,
+            &quot;itemId&quot;: &quot;A String&quot;,
+            &quot;title&quot;: &quot;A String&quot;,
+            &quot;link&quot;: &quot;A String&quot;,
+          },
+        ],
+        &quot;destination&quot;: &quot;A String&quot;,
+        &quot;submittedValue&quot;: &quot;A String&quot;,
+        &quot;displayedValue&quot;: &quot;A String&quot;,
+        &quot;id&quot;: &quot;A String&quot;,
+        &quot;numItems&quot;: 42,
+        &quot;country&quot;: &quot;A String&quot;,
+        &quot;severity&quot;: &quot;A String&quot;, #  Acceptable values are: - &quot;`critical`&quot; - &quot;`error`&quot; - &quot;`suggestion`&quot;
+        &quot;detail&quot;: &quot;A String&quot;,
+        &quot;lastChecked&quot;: &quot;A String&quot;,
+        &quot;location&quot;: &quot;A String&quot;,
       },
     ],
     &quot;accountId&quot;: &quot;A String&quot;, # The ID of the account for which the status is reported.
-    &quot;websiteClaimed&quot;: True or False, # Whether the account&#x27;s website is claimed or not.
     &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountStatus`&quot;
-    &quot;dataQualityIssues&quot;: [ # DEPRECATED - never populated.
-      {
-        &quot;country&quot;: &quot;A String&quot;,
-        &quot;detail&quot;: &quot;A String&quot;,
-        &quot;exampleItems&quot;: [
-          {
-            &quot;link&quot;: &quot;A String&quot;,
-            &quot;valueOnLandingPage&quot;: &quot;A String&quot;,
-            &quot;submittedValue&quot;: &quot;A String&quot;,
-            &quot;title&quot;: &quot;A String&quot;,
-            &quot;itemId&quot;: &quot;A String&quot;,
-          },
-        ],
-        &quot;submittedValue&quot;: &quot;A String&quot;,
-        &quot;lastChecked&quot;: &quot;A String&quot;,
-        &quot;location&quot;: &quot;A String&quot;,
-        &quot;id&quot;: &quot;A String&quot;,
-        &quot;destination&quot;: &quot;A String&quot;,
-        &quot;displayedValue&quot;: &quot;A String&quot;,
-        &quot;numItems&quot;: 42,
-        &quot;severity&quot;: &quot;A String&quot;, #  Acceptable values are: - &quot;`critical`&quot; - &quot;`error`&quot; - &quot;`suggestion`&quot;
-      },
-    ],
     &quot;products&quot;: [ # List of product-related data by channel, destination, and country. Data in this field may be delayed by up to 30 minutes.
       {
-        &quot;country&quot;: &quot;A String&quot;, # The country the data applies to.
         &quot;destination&quot;: &quot;A String&quot;, # The destination the data applies to.
         &quot;channel&quot;: &quot;A String&quot;, # The channel the data applies to. Acceptable values are: - &quot;`local`&quot; - &quot;`online`&quot;
         &quot;statistics&quot;: { # Aggregated product statistics.
+          &quot;disapproved&quot;: &quot;A String&quot;, # Number of disapproved offers.
           &quot;pending&quot;: &quot;A String&quot;, # Number of pending offers.
           &quot;active&quot;: &quot;A String&quot;, # Number of active offers.
-          &quot;disapproved&quot;: &quot;A String&quot;, # Number of disapproved offers.
           &quot;expiring&quot;: &quot;A String&quot;, # Number of expiring offers.
         },
         &quot;itemLevelIssues&quot;: [ # List of item-level issues.
           {
-            &quot;servability&quot;: &quot;A String&quot;, # How this issue affects serving of the offer.
-            &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help with resolving this issue.
             &quot;resolution&quot;: &quot;A String&quot;, # Whether the issue can be resolved by the merchant.
-            &quot;attributeName&quot;: &quot;A String&quot;, # The attribute&#x27;s name, if the issue is caused by a single attribute.
             &quot;description&quot;: &quot;A String&quot;, # A short issue description in English.
             &quot;numItems&quot;: &quot;A String&quot;, # Number of items with this issue.
+            &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help with resolving this issue.
+            &quot;servability&quot;: &quot;A String&quot;, # How this issue affects serving of the offer.
             &quot;code&quot;: &quot;A String&quot;, # The error code of the issue.
             &quot;detail&quot;: &quot;A String&quot;, # A detailed issue description in English.
+            &quot;attributeName&quot;: &quot;A String&quot;, # The attribute&#x27;s name, if the issue is caused by a single attribute.
           },
         ],
+        &quot;country&quot;: &quot;A String&quot;, # The country the data applies to.
       },
     ],
+    &quot;websiteClaimed&quot;: True or False, # Whether the account&#x27;s website is claimed or not.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(merchantId, pageToken=None, maxResults=None, destinations=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(merchantId, maxResults=None, pageToken=None, destinations=None, x__xgafv=None)</code>
   <pre>Lists the statuses of the sub-accounts in your Merchant Center account.
 
 Args:
   merchantId: string, The ID of the managing account. This must be a multi-client account. (required)
-  pageToken: string, The token returned by the previous request.
   maxResults: integer, The maximum number of account statuses to return in the response, used for paging.
+  pageToken: string, The token returned by the previous request.
   destinations: string, If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination. (repeated)
   x__xgafv: string, V1 error format.
     Allowed values
@@ -314,70 +314,70 @@
       { # The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time.
         &quot;accountLevelIssues&quot;: [ # A list of account level issues.
           {
-            &quot;detail&quot;: &quot;A String&quot;, # Additional details about the issue.
             &quot;destination&quot;: &quot;A String&quot;, # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
-            &quot;country&quot;: &quot;A String&quot;, # Country for which this issue is reported.
             &quot;severity&quot;: &quot;A String&quot;, # Severity of the issue. Acceptable values are: - &quot;`critical`&quot; - &quot;`error`&quot; - &quot;`suggestion`&quot;
             &quot;title&quot;: &quot;A String&quot;, # Short description of the issue.
             &quot;id&quot;: &quot;A String&quot;, # Issue identifier.
             &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help resolving this issue.
+            &quot;detail&quot;: &quot;A String&quot;, # Additional details about the issue.
+            &quot;country&quot;: &quot;A String&quot;, # Country for which this issue is reported.
+          },
+        ],
+        &quot;dataQualityIssues&quot;: [ # DEPRECATED - never populated.
+          {
+            &quot;exampleItems&quot;: [
+              {
+                &quot;submittedValue&quot;: &quot;A String&quot;,
+                &quot;valueOnLandingPage&quot;: &quot;A String&quot;,
+                &quot;itemId&quot;: &quot;A String&quot;,
+                &quot;title&quot;: &quot;A String&quot;,
+                &quot;link&quot;: &quot;A String&quot;,
+              },
+            ],
+            &quot;destination&quot;: &quot;A String&quot;,
+            &quot;submittedValue&quot;: &quot;A String&quot;,
+            &quot;displayedValue&quot;: &quot;A String&quot;,
+            &quot;id&quot;: &quot;A String&quot;,
+            &quot;numItems&quot;: 42,
+            &quot;country&quot;: &quot;A String&quot;,
+            &quot;severity&quot;: &quot;A String&quot;, #  Acceptable values are: - &quot;`critical`&quot; - &quot;`error`&quot; - &quot;`suggestion`&quot;
+            &quot;detail&quot;: &quot;A String&quot;,
+            &quot;lastChecked&quot;: &quot;A String&quot;,
+            &quot;location&quot;: &quot;A String&quot;,
           },
         ],
         &quot;accountId&quot;: &quot;A String&quot;, # The ID of the account for which the status is reported.
-        &quot;websiteClaimed&quot;: True or False, # Whether the account&#x27;s website is claimed or not.
         &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountStatus`&quot;
-        &quot;dataQualityIssues&quot;: [ # DEPRECATED - never populated.
-          {
-            &quot;country&quot;: &quot;A String&quot;,
-            &quot;detail&quot;: &quot;A String&quot;,
-            &quot;exampleItems&quot;: [
-              {
-                &quot;link&quot;: &quot;A String&quot;,
-                &quot;valueOnLandingPage&quot;: &quot;A String&quot;,
-                &quot;submittedValue&quot;: &quot;A String&quot;,
-                &quot;title&quot;: &quot;A String&quot;,
-                &quot;itemId&quot;: &quot;A String&quot;,
-              },
-            ],
-            &quot;submittedValue&quot;: &quot;A String&quot;,
-            &quot;lastChecked&quot;: &quot;A String&quot;,
-            &quot;location&quot;: &quot;A String&quot;,
-            &quot;id&quot;: &quot;A String&quot;,
-            &quot;destination&quot;: &quot;A String&quot;,
-            &quot;displayedValue&quot;: &quot;A String&quot;,
-            &quot;numItems&quot;: 42,
-            &quot;severity&quot;: &quot;A String&quot;, #  Acceptable values are: - &quot;`critical`&quot; - &quot;`error`&quot; - &quot;`suggestion`&quot;
-          },
-        ],
         &quot;products&quot;: [ # List of product-related data by channel, destination, and country. Data in this field may be delayed by up to 30 minutes.
           {
-            &quot;country&quot;: &quot;A String&quot;, # The country the data applies to.
             &quot;destination&quot;: &quot;A String&quot;, # The destination the data applies to.
             &quot;channel&quot;: &quot;A String&quot;, # The channel the data applies to. Acceptable values are: - &quot;`local`&quot; - &quot;`online`&quot;
             &quot;statistics&quot;: { # Aggregated product statistics.
+              &quot;disapproved&quot;: &quot;A String&quot;, # Number of disapproved offers.
               &quot;pending&quot;: &quot;A String&quot;, # Number of pending offers.
               &quot;active&quot;: &quot;A String&quot;, # Number of active offers.
-              &quot;disapproved&quot;: &quot;A String&quot;, # Number of disapproved offers.
               &quot;expiring&quot;: &quot;A String&quot;, # Number of expiring offers.
             },
             &quot;itemLevelIssues&quot;: [ # List of item-level issues.
               {
-                &quot;servability&quot;: &quot;A String&quot;, # How this issue affects serving of the offer.
-                &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help with resolving this issue.
                 &quot;resolution&quot;: &quot;A String&quot;, # Whether the issue can be resolved by the merchant.
-                &quot;attributeName&quot;: &quot;A String&quot;, # The attribute&#x27;s name, if the issue is caused by a single attribute.
                 &quot;description&quot;: &quot;A String&quot;, # A short issue description in English.
                 &quot;numItems&quot;: &quot;A String&quot;, # Number of items with this issue.
+                &quot;documentation&quot;: &quot;A String&quot;, # The URL of a web page to help with resolving this issue.
+                &quot;servability&quot;: &quot;A String&quot;, # How this issue affects serving of the offer.
                 &quot;code&quot;: &quot;A String&quot;, # The error code of the issue.
                 &quot;detail&quot;: &quot;A String&quot;, # A detailed issue description in English.
+                &quot;attributeName&quot;: &quot;A String&quot;, # The attribute&#x27;s name, if the issue is caused by a single attribute.
               },
             ],
+            &quot;country&quot;: &quot;A String&quot;, # The country the data applies to.
           },
         ],
+        &quot;websiteClaimed&quot;: True or False, # Whether the account&#x27;s website is claimed or not.
       },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of account statuses.
     &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountstatusesListResponse&quot;.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of account statuses.
   }</pre>
 </div>