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/dataflow_v1b3.projects.templateVersions.html b/docs/dyn/dataflow_v1b3.projects.templateVersions.html
index 91fa14f..c081a49 100644
--- a/docs/dyn/dataflow_v1b3.projects.templateVersions.html
+++ b/docs/dyn/dataflow_v1b3.projects.templateVersions.html
@@ -78,7 +78,7 @@
   <code><a href="#close">close()</a></code></p>
 <p class="firstline">Close httplib2 connections.</p>
 <p class="toc_element">
-  <code><a href="#list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
 <p class="firstline">List TemplateVersions using project_id and an optional display_name field. List all the TemplateVersions in the Template if display set. List all the TemplateVersions in the Project if display_name not set.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -90,13 +90,13 @@
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
   <pre>List TemplateVersions using project_id and an optional display_name field. List all the TemplateVersions in the Template if display set. List all the TemplateVersions in the Project if display_name not set.
 
 Args:
   parent: string, parent includes project_id, and display_name is optional. List by project_id(pid1) and display_name(tid1). Format: projects/{pid1}/catalogTemplates/{tid1} List by project_id(pid1). Format: projects/{pid1} (required)
-  pageToken: string, The page token, received from a previous ListTemplateVersions call. Provide this to retrieve the subsequent page.
   pageSize: integer, The maximum number of TemplateVersions to return per page.
+  pageToken: string, The page token, received from a previous ListTemplateVersions call. Provide this to retrieve the subsequent page.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -106,58 +106,43 @@
   An object of the form:
 
     { # Respond a list of TemplateVersions.
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
     &quot;templateVersions&quot;: [ # A list of TemplateVersions.
       { # ///////////////////////////////////////////////////////////////////////////// //// Template Catalog is used to organize user TemplateVersions. //// TemplateVersions that have the same project_id and display_name are //// belong to the same Template. //// Templates with the same project_id belong to the same Project. //// TemplateVersion may have labels and multiple labels are allowed. //// Duplicated labels in the same `TemplateVersion` are not allowed. //// TemplateVersion may have tags and multiple tags are allowed. Duplicated //// tags in the same `Template` are not allowed!
-        &quot;displayName&quot;: &quot;A String&quot;, # A customized name for Template. Multiple TemplateVersions per Template.
         &quot;createTime&quot;: &quot;A String&quot;, # Creation time of this TemplateVersion.
-        &quot;versionId&quot;: &quot;A String&quot;, # An auto generated version_id for TemplateVersion.
+        &quot;description&quot;: &quot;A String&quot;, # Template description from the user.
+        &quot;projectId&quot;: &quot;A String&quot;, # A unique project_id. Multiple Templates per Project.
         &quot;tags&quot;: [ # Alias for version_id, helps locate a TemplateVersion.
           &quot;A String&quot;,
         ],
-        &quot;labels&quot;: { # Labels for the Template Version. Labels can be duplicate within Template.
-          &quot;a_key&quot;: &quot;A String&quot;,
-        },
         &quot;type&quot;: &quot;A String&quot;, # Either LEGACY or FLEX. This should match with the type of artifact.
-        &quot;description&quot;: &quot;A String&quot;, # Template description from the user.
         &quot;artifact&quot;: { # Job information for templates. # Job graph and metadata if it is a legacy Template. Container image path and metadata if it is flex Template.
-          &quot;jobGraphGcsPath&quot;: &quot;A String&quot;, # job_graph_gcs_path set for legacy Template.
-          &quot;containerSpec&quot;: { # Container Spec. # Container image path set for flex Template.
-            &quot;defaultEnvironment&quot;: { # The environment values to be set at runtime for flex template. # Default runtime environment for the job.
-              &quot;maxWorkers&quot;: 42, # The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.
-              &quot;subnetwork&quot;: &quot;A String&quot;, # Subnetwork to which VMs will be assigned, if desired. You can specify a subnetwork using either a complete URL or an abbreviated path. Expected to be of the form &quot;https://www.googleapis.com/compute/v1/projects/HOST_PROJECT_ID/regions/REGION/subnetworks/SUBNETWORK&quot; or &quot;regions/REGION/subnetworks/SUBNETWORK&quot;. If the subnetwork is located in a Shared VPC network, you must use the complete URL.
-              &quot;ipConfiguration&quot;: &quot;A String&quot;, # Configuration for VM IPs.
-              &quot;tempLocation&quot;: &quot;A String&quot;, # The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with `gs://`.
-              &quot;workerZone&quot;: &quot;A String&quot;, # The Compute Engine zone (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in which worker processing should occur, e.g. &quot;us-west1-a&quot;. Mutually exclusive with worker_region. If neither worker_region nor worker_zone is specified, a zone in the control plane&#x27;s region is chosen based on available capacity. If both `worker_zone` and `zone` are set, `worker_zone` takes precedence.
-              &quot;enableStreamingEngine&quot;: True or False, # Whether to enable Streaming Engine for the job.
-              &quot;network&quot;: &quot;A String&quot;, # Network to which VMs will be assigned. If empty or unspecified, the service will use the network &quot;default&quot;.
-              &quot;additionalExperiments&quot;: [ # Additional experiment flags for the job.
-                &quot;A String&quot;,
-              ],
-              &quot;serviceAccountEmail&quot;: &quot;A String&quot;, # The email address of the service account to run the job as.
-              &quot;additionalUserLabels&quot;: { # Additional user labels to be specified for the job. Keys and values must follow the restrictions specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions) page. An object containing a list of &quot;key&quot;: value pairs. Example: { &quot;name&quot;: &quot;wrench&quot;, &quot;mass&quot;: &quot;1kg&quot;, &quot;count&quot;: &quot;3&quot; }.
-                &quot;a_key&quot;: &quot;A String&quot;,
+          &quot;metadata&quot;: { # Metadata describing a template. # Metadata set for legacy Template.
+            &quot;parameters&quot;: [ # The parameters for the template.
+              { # Metadata for a specific parameter.
+                &quot;label&quot;: &quot;A String&quot;, # Required. The label to display for the parameter.
+                &quot;paramType&quot;: &quot;A String&quot;, # Optional. The type of the parameter. Used for selecting input picker.
+                &quot;isOptional&quot;: True or False, # Optional. Whether the parameter is optional. Defaults to false.
+                &quot;regexes&quot;: [ # Optional. Regexes that the parameter must match.
+                  &quot;A String&quot;,
+                ],
+                &quot;name&quot;: &quot;A String&quot;, # Required. The name of the parameter.
+                &quot;helpText&quot;: &quot;A String&quot;, # Required. The help text to display for the parameter.
               },
-              &quot;zone&quot;: &quot;A String&quot;, # The Compute Engine [availability zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones) for launching worker instances to run your pipeline. In the future, worker_zone will take precedence.
-              &quot;workerRegion&quot;: &quot;A String&quot;, # The Compute Engine region (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in which worker processing should occur, e.g. &quot;us-west1&quot;. Mutually exclusive with worker_zone. If neither worker_region nor worker_zone is specified, default to the control plane&#x27;s region.
-              &quot;numWorkers&quot;: 42, # The initial number of Google Compute Engine instances for the job.
-              &quot;kmsKeyName&quot;: &quot;A String&quot;, # Name for the Cloud KMS key for the job. Key format is: projects//locations//keyRings//cryptoKeys/
-              &quot;machineType&quot;: &quot;A String&quot;, # The machine type to use for the job. Defaults to the value from the template if not specified.
-            },
-            &quot;sdkInfo&quot;: { # SDK Information. # Required. SDK info of the Flex Template.
-              &quot;language&quot;: &quot;A String&quot;, # Required. The SDK Language.
-              &quot;version&quot;: &quot;A String&quot;, # Optional. The SDK version.
-            },
+            ],
+            &quot;name&quot;: &quot;A String&quot;, # Required. The name of the template.
+            &quot;description&quot;: &quot;A String&quot;, # Optional. A description of the template.
+          },
+          &quot;containerSpec&quot;: { # Container Spec. # Container image path set for flex Template.
             &quot;metadata&quot;: { # Metadata describing a template. # Metadata describing a template including description and validation rules.
               &quot;parameters&quot;: [ # The parameters for the template.
                 { # Metadata for a specific parameter.
+                  &quot;label&quot;: &quot;A String&quot;, # Required. The label to display for the parameter.
+                  &quot;paramType&quot;: &quot;A String&quot;, # Optional. The type of the parameter. Used for selecting input picker.
+                  &quot;isOptional&quot;: True or False, # Optional. Whether the parameter is optional. Defaults to false.
                   &quot;regexes&quot;: [ # Optional. Regexes that the parameter must match.
                     &quot;A String&quot;,
                   ],
-                  &quot;label&quot;: &quot;A String&quot;, # Required. The label to display for the parameter.
-                  &quot;paramType&quot;: &quot;A String&quot;, # Optional. The type of the parameter. Used for selecting input picker.
                   &quot;name&quot;: &quot;A String&quot;, # Required. The name of the parameter.
-                  &quot;isOptional&quot;: True or False, # Optional. Whether the parameter is optional. Defaults to false.
                   &quot;helpText&quot;: &quot;A String&quot;, # Required. The help text to display for the parameter.
                 },
               ],
@@ -165,27 +150,42 @@
               &quot;description&quot;: &quot;A String&quot;, # Optional. A description of the template.
             },
             &quot;image&quot;: &quot;A String&quot;, # Name of the docker container image. E.g., gcr.io/project/some-image
-          },
-          &quot;metadata&quot;: { # Metadata describing a template. # Metadata set for legacy Template.
-            &quot;parameters&quot;: [ # The parameters for the template.
-              { # Metadata for a specific parameter.
-                &quot;regexes&quot;: [ # Optional. Regexes that the parameter must match.
-                  &quot;A String&quot;,
-                ],
-                &quot;label&quot;: &quot;A String&quot;, # Required. The label to display for the parameter.
-                &quot;paramType&quot;: &quot;A String&quot;, # Optional. The type of the parameter. Used for selecting input picker.
-                &quot;name&quot;: &quot;A String&quot;, # Required. The name of the parameter.
-                &quot;isOptional&quot;: True or False, # Optional. Whether the parameter is optional. Defaults to false.
-                &quot;helpText&quot;: &quot;A String&quot;, # Required. The help text to display for the parameter.
+            &quot;defaultEnvironment&quot;: { # The environment values to be set at runtime for flex template. # Default runtime environment for the job.
+              &quot;network&quot;: &quot;A String&quot;, # Network to which VMs will be assigned. If empty or unspecified, the service will use the network &quot;default&quot;.
+              &quot;machineType&quot;: &quot;A String&quot;, # The machine type to use for the job. Defaults to the value from the template if not specified.
+              &quot;additionalUserLabels&quot;: { # Additional user labels to be specified for the job. Keys and values must follow the restrictions specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions) page. An object containing a list of &quot;key&quot;: value pairs. Example: { &quot;name&quot;: &quot;wrench&quot;, &quot;mass&quot;: &quot;1kg&quot;, &quot;count&quot;: &quot;3&quot; }.
+                &quot;a_key&quot;: &quot;A String&quot;,
               },
-            ],
-            &quot;name&quot;: &quot;A String&quot;, # Required. The name of the template.
-            &quot;description&quot;: &quot;A String&quot;, # Optional. A description of the template.
+              &quot;workerRegion&quot;: &quot;A String&quot;, # The Compute Engine region (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in which worker processing should occur, e.g. &quot;us-west1&quot;. Mutually exclusive with worker_zone. If neither worker_region nor worker_zone is specified, default to the control plane&#x27;s region.
+              &quot;serviceAccountEmail&quot;: &quot;A String&quot;, # The email address of the service account to run the job as.
+              &quot;workerZone&quot;: &quot;A String&quot;, # The Compute Engine zone (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in which worker processing should occur, e.g. &quot;us-west1-a&quot;. Mutually exclusive with worker_region. If neither worker_region nor worker_zone is specified, a zone in the control plane&#x27;s region is chosen based on available capacity. If both `worker_zone` and `zone` are set, `worker_zone` takes precedence.
+              &quot;subnetwork&quot;: &quot;A String&quot;, # Subnetwork to which VMs will be assigned, if desired. You can specify a subnetwork using either a complete URL or an abbreviated path. Expected to be of the form &quot;https://www.googleapis.com/compute/v1/projects/HOST_PROJECT_ID/regions/REGION/subnetworks/SUBNETWORK&quot; or &quot;regions/REGION/subnetworks/SUBNETWORK&quot;. If the subnetwork is located in a Shared VPC network, you must use the complete URL.
+              &quot;maxWorkers&quot;: 42, # The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.
+              &quot;enableStreamingEngine&quot;: True or False, # Whether to enable Streaming Engine for the job.
+              &quot;kmsKeyName&quot;: &quot;A String&quot;, # Name for the Cloud KMS key for the job. Key format is: projects//locations//keyRings//cryptoKeys/
+              &quot;ipConfiguration&quot;: &quot;A String&quot;, # Configuration for VM IPs.
+              &quot;additionalExperiments&quot;: [ # Additional experiment flags for the job.
+                &quot;A String&quot;,
+              ],
+              &quot;numWorkers&quot;: 42, # The initial number of Google Compute Engine instances for the job.
+              &quot;zone&quot;: &quot;A String&quot;, # The Compute Engine [availability zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones) for launching worker instances to run your pipeline. In the future, worker_zone will take precedence.
+              &quot;tempLocation&quot;: &quot;A String&quot;, # The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with `gs://`.
+            },
+            &quot;sdkInfo&quot;: { # SDK Information. # Required. SDK info of the Flex Template.
+              &quot;version&quot;: &quot;A String&quot;, # Optional. The SDK version.
+              &quot;language&quot;: &quot;A String&quot;, # Required. The SDK Language.
+            },
           },
+          &quot;jobGraphGcsPath&quot;: &quot;A String&quot;, # job_graph_gcs_path set for legacy Template.
         },
-        &quot;projectId&quot;: &quot;A String&quot;, # A unique project_id. Multiple Templates per Project.
+        &quot;labels&quot;: { # Labels for the Template Version. Labels can be duplicate within Template.
+          &quot;a_key&quot;: &quot;A String&quot;,
+        },
+        &quot;versionId&quot;: &quot;A String&quot;, # An auto generated version_id for TemplateVersion.
+        &quot;displayName&quot;: &quot;A String&quot;, # A customized name for Template. Multiple TemplateVersions per Template.
       },
     ],
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
   }</pre>
 </div>