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/bigquerydatatransfer_v1.projects.dataSources.html b/docs/dyn/bigquerydatatransfer_v1.projects.dataSources.html
index 5312fb8..c19f7e7 100644
--- a/docs/dyn/bigquerydatatransfer_v1.projects.dataSources.html
+++ b/docs/dyn/bigquerydatatransfer_v1.projects.dataSources.html
@@ -135,49 +135,49 @@
   An object of the form:
 
     { # Represents data source metadata. Metadata is sufficient to render UI and request proper OAuth tokens.
-    "description": "A String", # User friendly data source description string.
-    "supportsMultipleTransfers": True or False, # Deprecated. This field has no effect.
-    "clientId": "A String", # Data source client id which should be used to receive refresh token.
-    "dataRefreshType": "A String", # Specifies whether the data source supports automatic data refresh for the past few days, and how it's supported. For some data sources, data might not be complete until a few days later, so it's useful to refresh data automatically.
-    "minimumScheduleInterval": "A String", # The minimum interval for scheduler to schedule runs.
-    "transferType": "A String", # Deprecated. This field has no effect.
     "name": "A String", # Output only. Data source resource name.
-    "supportsCustomSchedule": True or False, # Specifies whether the data source supports a user defined schedule, or operates on the default schedule. When set to `true`, user can override default schedule.
-    "helpUrl": "A String", # Url for the help document for this data source.
-    "authorizationType": "A String", # Indicates the type of authorization.
+    "dataRefreshType": "A String", # Specifies whether the data source supports automatic data refresh for the past few days, and how it's supported. For some data sources, data might not be complete until a few days later, so it's useful to refresh data automatically.
+    "dataSourceId": "A String", # Data source id.
+    "defaultDataRefreshWindowDays": 42, # Default data refresh window on days. Only meaningful when `data_refresh_type` = `SLIDING_WINDOW`.
+    "supportsMultipleTransfers": True or False, # Deprecated. This field has no effect.
+    "manualRunsDisabled": True or False, # Disables backfilling and manual run scheduling for the data source.
+    "transferType": "A String", # Deprecated. This field has no effect.
     "displayName": "A String", # User friendly data source name.
     "scopes": [ # Api auth scopes for which refresh token needs to be obtained. These are scopes needed by a data source to prepare data and ingest them into BigQuery, e.g., https://www.googleapis.com/auth/bigquery
       "A String",
     ],
-    "manualRunsDisabled": True or False, # Disables backfilling and manual run scheduling for the data source.
-    "defaultDataRefreshWindowDays": 42, # Default data refresh window on days. Only meaningful when `data_refresh_type` = `SLIDING_WINDOW`.
-    "dataSourceId": "A String", # Data source id.
     "updateDeadlineSeconds": 42, # The number of seconds to wait for an update from the data source before the Data Transfer Service marks the transfer as FAILED.
+    "clientId": "A String", # Data source client id which should be used to receive refresh token.
     "parameters": [ # Data source parameters.
       { # Represents a data source parameter with validation rules, so that parameters can be rendered in the UI. These parameters are given to us by supported data sources, and include all needed information for rendering and validation. Thus, whoever uses this api can decide to generate either generic ui, or custom data source specific forms.
-        "validationDescription": "A String", # Description of the requirements for this field, in case the user input does not fulfill the regex pattern or min/max values.
+        "validationRegex": "A String", # Regular expression which can be used for parameter validation.
+        "repeated": True or False, # Deprecated. This field has no effect.
+        "paramId": "A String", # Parameter identifier.
+        "minValue": 3.14, # For integer and double values specifies minimum allowed value.
+        "validationHelpUrl": "A String", # URL to a help document to further explain the naming requirements.
+        "type": "A String", # Parameter type.
+        "description": "A String", # Parameter description.
         "fields": [ # Deprecated. This field has no effect.
           # Object with schema name: DataSourceParameter
         ],
-        "recurse": True or False, # Deprecated. This field has no effect.
-        "validationHelpUrl": "A String", # URL to a help document to further explain the naming requirements.
         "immutable": True or False, # Cannot be changed after initial creation.
+        "displayName": "A String", # Parameter display name in the user interface.
+        "deprecated": True or False, # If true, it should not be used in new transfers, and it should not be visible to users.
+        "validationDescription": "A String", # Description of the requirements for this field, in case the user input does not fulfill the regex pattern or min/max values.
+        "maxValue": 3.14, # For integer and double values specifies maxminum allowed value.
         "allowedValues": [ # All possible values for the parameter.
           "A String",
         ],
-        "maxValue": 3.14, # For integer and double values specifies maxminum allowed value.
-        "validationRegex": "A String", # Regular expression which can be used for parameter validation.
-        "description": "A String", # Parameter description.
-        "deprecated": True or False, # If true, it should not be used in new transfers, and it should not be visible to users.
         "required": True or False, # Is parameter required.
-        "repeated": True or False, # Deprecated. This field has no effect.
-        "minValue": 3.14, # For integer and double values specifies minimum allowed value.
-        "displayName": "A String", # Parameter display name in the user interface.
-        "paramId": "A String", # Parameter identifier.
-        "type": "A String", # Parameter type.
+        "recurse": True or False, # Deprecated. This field has no effect.
       },
     ],
+    "authorizationType": "A String", # Indicates the type of authorization.
+    "minimumScheduleInterval": "A String", # The minimum interval for scheduler to schedule runs.
     "defaultSchedule": "A String", # Default data transfer schedule. Examples of valid schedules include: `1st,3rd monday of month 15:30`, `every wed,fri of jan,jun 13:15`, and `first sunday of quarter 00:00`.
+    "helpUrl": "A String", # Url for the help document for this data source.
+    "supportsCustomSchedule": True or False, # Specifies whether the data source supports a user defined schedule, or operates on the default schedule. When set to `true`, user can override default schedule.
+    "description": "A String", # User friendly data source description string.
   }</pre>
 </div>
 
@@ -200,49 +200,49 @@
     { # Returns list of supported data sources and their metadata.
     &quot;dataSources&quot;: [ # List of supported data sources and their transfer settings.
       { # Represents data source metadata. Metadata is sufficient to render UI and request proper OAuth tokens.
-        &quot;description&quot;: &quot;A String&quot;, # User friendly data source description string.
-        &quot;supportsMultipleTransfers&quot;: True or False, # Deprecated. This field has no effect.
-        &quot;clientId&quot;: &quot;A String&quot;, # Data source client id which should be used to receive refresh token.
-        &quot;dataRefreshType&quot;: &quot;A String&quot;, # Specifies whether the data source supports automatic data refresh for the past few days, and how it&#x27;s supported. For some data sources, data might not be complete until a few days later, so it&#x27;s useful to refresh data automatically.
-        &quot;minimumScheduleInterval&quot;: &quot;A String&quot;, # The minimum interval for scheduler to schedule runs.
-        &quot;transferType&quot;: &quot;A String&quot;, # Deprecated. This field has no effect.
         &quot;name&quot;: &quot;A String&quot;, # Output only. Data source resource name.
-        &quot;supportsCustomSchedule&quot;: True or False, # Specifies whether the data source supports a user defined schedule, or operates on the default schedule. When set to `true`, user can override default schedule.
-        &quot;helpUrl&quot;: &quot;A String&quot;, # Url for the help document for this data source.
-        &quot;authorizationType&quot;: &quot;A String&quot;, # Indicates the type of authorization.
+        &quot;dataRefreshType&quot;: &quot;A String&quot;, # Specifies whether the data source supports automatic data refresh for the past few days, and how it&#x27;s supported. For some data sources, data might not be complete until a few days later, so it&#x27;s useful to refresh data automatically.
+        &quot;dataSourceId&quot;: &quot;A String&quot;, # Data source id.
+        &quot;defaultDataRefreshWindowDays&quot;: 42, # Default data refresh window on days. Only meaningful when `data_refresh_type` = `SLIDING_WINDOW`.
+        &quot;supportsMultipleTransfers&quot;: True or False, # Deprecated. This field has no effect.
+        &quot;manualRunsDisabled&quot;: True or False, # Disables backfilling and manual run scheduling for the data source.
+        &quot;transferType&quot;: &quot;A String&quot;, # Deprecated. This field has no effect.
         &quot;displayName&quot;: &quot;A String&quot;, # User friendly data source name.
         &quot;scopes&quot;: [ # Api auth scopes for which refresh token needs to be obtained. These are scopes needed by a data source to prepare data and ingest them into BigQuery, e.g., https://www.googleapis.com/auth/bigquery
           &quot;A String&quot;,
         ],
-        &quot;manualRunsDisabled&quot;: True or False, # Disables backfilling and manual run scheduling for the data source.
-        &quot;defaultDataRefreshWindowDays&quot;: 42, # Default data refresh window on days. Only meaningful when `data_refresh_type` = `SLIDING_WINDOW`.
-        &quot;dataSourceId&quot;: &quot;A String&quot;, # Data source id.
         &quot;updateDeadlineSeconds&quot;: 42, # The number of seconds to wait for an update from the data source before the Data Transfer Service marks the transfer as FAILED.
+        &quot;clientId&quot;: &quot;A String&quot;, # Data source client id which should be used to receive refresh token.
         &quot;parameters&quot;: [ # Data source parameters.
           { # Represents a data source parameter with validation rules, so that parameters can be rendered in the UI. These parameters are given to us by supported data sources, and include all needed information for rendering and validation. Thus, whoever uses this api can decide to generate either generic ui, or custom data source specific forms.
-            &quot;validationDescription&quot;: &quot;A String&quot;, # Description of the requirements for this field, in case the user input does not fulfill the regex pattern or min/max values.
+            &quot;validationRegex&quot;: &quot;A String&quot;, # Regular expression which can be used for parameter validation.
+            &quot;repeated&quot;: True or False, # Deprecated. This field has no effect.
+            &quot;paramId&quot;: &quot;A String&quot;, # Parameter identifier.
+            &quot;minValue&quot;: 3.14, # For integer and double values specifies minimum allowed value.
+            &quot;validationHelpUrl&quot;: &quot;A String&quot;, # URL to a help document to further explain the naming requirements.
+            &quot;type&quot;: &quot;A String&quot;, # Parameter type.
+            &quot;description&quot;: &quot;A String&quot;, # Parameter description.
             &quot;fields&quot;: [ # Deprecated. This field has no effect.
               # Object with schema name: DataSourceParameter
             ],
-            &quot;recurse&quot;: True or False, # Deprecated. This field has no effect.
-            &quot;validationHelpUrl&quot;: &quot;A String&quot;, # URL to a help document to further explain the naming requirements.
             &quot;immutable&quot;: True or False, # Cannot be changed after initial creation.
+            &quot;displayName&quot;: &quot;A String&quot;, # Parameter display name in the user interface.
+            &quot;deprecated&quot;: True or False, # If true, it should not be used in new transfers, and it should not be visible to users.
+            &quot;validationDescription&quot;: &quot;A String&quot;, # Description of the requirements for this field, in case the user input does not fulfill the regex pattern or min/max values.
+            &quot;maxValue&quot;: 3.14, # For integer and double values specifies maxminum allowed value.
             &quot;allowedValues&quot;: [ # All possible values for the parameter.
               &quot;A String&quot;,
             ],
-            &quot;maxValue&quot;: 3.14, # For integer and double values specifies maxminum allowed value.
-            &quot;validationRegex&quot;: &quot;A String&quot;, # Regular expression which can be used for parameter validation.
-            &quot;description&quot;: &quot;A String&quot;, # Parameter description.
-            &quot;deprecated&quot;: True or False, # If true, it should not be used in new transfers, and it should not be visible to users.
             &quot;required&quot;: True or False, # Is parameter required.
-            &quot;repeated&quot;: True or False, # Deprecated. This field has no effect.
-            &quot;minValue&quot;: 3.14, # For integer and double values specifies minimum allowed value.
-            &quot;displayName&quot;: &quot;A String&quot;, # Parameter display name in the user interface.
-            &quot;paramId&quot;: &quot;A String&quot;, # Parameter identifier.
-            &quot;type&quot;: &quot;A String&quot;, # Parameter type.
+            &quot;recurse&quot;: True or False, # Deprecated. This field has no effect.
           },
         ],
+        &quot;authorizationType&quot;: &quot;A String&quot;, # Indicates the type of authorization.
+        &quot;minimumScheduleInterval&quot;: &quot;A String&quot;, # The minimum interval for scheduler to schedule runs.
         &quot;defaultSchedule&quot;: &quot;A String&quot;, # Default data transfer schedule. Examples of valid schedules include: `1st,3rd monday of month 15:30`, `every wed,fri of jan,jun 13:15`, and `first sunday of quarter 00:00`.
+        &quot;helpUrl&quot;: &quot;A String&quot;, # Url for the help document for this data source.
+        &quot;supportsCustomSchedule&quot;: True or False, # Specifies whether the data source supports a user defined schedule, or operates on the default schedule. When set to `true`, user can override default schedule.
+        &quot;description&quot;: &quot;A String&quot;, # User friendly data source description string.
       },
     ],
     &quot;nextPageToken&quot;: &quot;A String&quot;, # Output only. The next-pagination token. For multiple-page list results, this token can be used as the `ListDataSourcesRequest.page_token` to request the next page of list results.