chore: update docs/dyn (#1106)

diff --git a/docs/dyn/sourcerepo_v1.projects.html b/docs/dyn/sourcerepo_v1.projects.html
index ae5617b..2436f25 100644
--- a/docs/dyn/sourcerepo_v1.projects.html
+++ b/docs/dyn/sourcerepo_v1.projects.html
@@ -109,6 +109,7 @@
   An object of the form:
 
     { # Cloud Source Repositories configuration of a project.
+    "name": "A String", # The name of the project. Values are of the form `projects/`.
     "pubsubConfigs": { # How this project publishes a change in the repositories through Cloud Pub/Sub. Keyed by the topic names.
       "a_key": { # Configuration to publish a Cloud Pub/Sub message.
         "messageFormat": "A String", # The format of the Cloud Pub/Sub messages.
@@ -116,7 +117,6 @@
         "topic": "A String", # A topic of Cloud Pub/Sub. Values are of the form `projects//topics/`. The project needs to be the same project as this config is in.
       },
     },
-    "name": "A String", # The name of the project. Values are of the form `projects/`.
     "enablePrivateKeyCheck": True or False, # Reject a Git push that contains a private key.
   }</pre>
 </div>
@@ -133,6 +133,7 @@
 { # Request for UpdateProjectConfig.
     &quot;updateMask&quot;: &quot;A String&quot;, # A FieldMask specifying which fields of the project_config to modify. Only the fields in the mask will be modified. If no mask is provided, this request is no-op.
     &quot;projectConfig&quot;: { # Cloud Source Repositories configuration of a project. # The new configuration for the project.
+      &quot;name&quot;: &quot;A String&quot;, # The name of the project. Values are of the form `projects/`.
       &quot;pubsubConfigs&quot;: { # How this project publishes a change in the repositories through Cloud Pub/Sub. Keyed by the topic names.
         &quot;a_key&quot;: { # Configuration to publish a Cloud Pub/Sub message.
           &quot;messageFormat&quot;: &quot;A String&quot;, # The format of the Cloud Pub/Sub messages.
@@ -140,7 +141,6 @@
           &quot;topic&quot;: &quot;A String&quot;, # A topic of Cloud Pub/Sub. Values are of the form `projects//topics/`. The project needs to be the same project as this config is in.
         },
       },
-      &quot;name&quot;: &quot;A String&quot;, # The name of the project. Values are of the form `projects/`.
       &quot;enablePrivateKeyCheck&quot;: True or False, # Reject a Git push that contains a private key.
     },
   }
@@ -154,6 +154,7 @@
   An object of the form:
 
     { # Cloud Source Repositories configuration of a project.
+    &quot;name&quot;: &quot;A String&quot;, # The name of the project. Values are of the form `projects/`.
     &quot;pubsubConfigs&quot;: { # How this project publishes a change in the repositories through Cloud Pub/Sub. Keyed by the topic names.
       &quot;a_key&quot;: { # Configuration to publish a Cloud Pub/Sub message.
         &quot;messageFormat&quot;: &quot;A String&quot;, # The format of the Cloud Pub/Sub messages.
@@ -161,7 +162,6 @@
         &quot;topic&quot;: &quot;A String&quot;, # A topic of Cloud Pub/Sub. Values are of the form `projects//topics/`. The project needs to be the same project as this config is in.
       },
     },
-    &quot;name&quot;: &quot;A String&quot;, # The name of the project. Values are of the form `projects/`.
     &quot;enablePrivateKeyCheck&quot;: True or False, # Reject a Git push that contains a private key.
   }</pre>
 </div>