docs: update generated docs (#981)

diff --git a/docs/dyn/sourcerepo_v1.projects.html b/docs/dyn/sourcerepo_v1.projects.html
index 51cfea2..10bd960 100644
--- a/docs/dyn/sourcerepo_v1.projects.html
+++ b/docs/dyn/sourcerepo_v1.projects.html
@@ -102,13 +102,14 @@
   An object of the form:
 
     { # Cloud Source Repositories configuration of a project.
+    "enablePrivateKeyCheck": True or False, # Reject a Git push that contains a private key.
     "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.
         "topic": "A String", # A topic of Cloud Pub/Sub. Values are of the form
             # `projects/<project>/topics/<topic>`. The project needs to be the same
             # project as this config is in.
+        "messageFormat": "A String", # The format of the Cloud Pub/Sub messages.
         "serviceAccountEmail": "A String", # Email address of the service account used for publishing Cloud Pub/Sub
             # messages. This service account needs to be in the same project as the
             # PubsubConfig. When added, the caller needs to have
@@ -117,7 +118,6 @@
       },
     },
     "name": "A String", # The name of the project. Values are of the form `projects/<project>`.
-    "enablePrivateKeyCheck": True or False, # Reject a Git push that contains a private key.
   }</pre>
 </div>
 
@@ -136,13 +136,14 @@
         # 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;enablePrivateKeyCheck&quot;: True or False, # Reject a Git push that contains a private key.
       &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.
           &quot;topic&quot;: &quot;A String&quot;, # A topic of Cloud Pub/Sub. Values are of the form
               # `projects/&lt;project&gt;/topics/&lt;topic&gt;`. The project needs to be the same
               # project as this config is in.
+          &quot;messageFormat&quot;: &quot;A String&quot;, # The format of the Cloud Pub/Sub messages.
           &quot;serviceAccountEmail&quot;: &quot;A String&quot;, # Email address of the service account used for publishing Cloud Pub/Sub
               # messages. This service account needs to be in the same project as the
               # PubsubConfig. When added, the caller needs to have
@@ -151,7 +152,6 @@
         },
       },
       &quot;name&quot;: &quot;A String&quot;, # The name of the project. Values are of the form `projects/&lt;project&gt;`.
-      &quot;enablePrivateKeyCheck&quot;: True or False, # Reject a Git push that contains a private key.
     },
   }
 
@@ -164,13 +164,14 @@
   An object of the form:
 
     { # Cloud Source Repositories configuration of a project.
+    &quot;enablePrivateKeyCheck&quot;: True or False, # Reject a Git push that contains a private key.
     &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.
         &quot;topic&quot;: &quot;A String&quot;, # A topic of Cloud Pub/Sub. Values are of the form
             # `projects/&lt;project&gt;/topics/&lt;topic&gt;`. The project needs to be the same
             # project as this config is in.
+        &quot;messageFormat&quot;: &quot;A String&quot;, # The format of the Cloud Pub/Sub messages.
         &quot;serviceAccountEmail&quot;: &quot;A String&quot;, # Email address of the service account used for publishing Cloud Pub/Sub
             # messages. This service account needs to be in the same project as the
             # PubsubConfig. When added, the caller needs to have
@@ -179,7 +180,6 @@
       },
     },
     &quot;name&quot;: &quot;A String&quot;, # The name of the project. Values are of the form `projects/&lt;project&gt;`.
-    &quot;enablePrivateKeyCheck&quot;: True or False, # Reject a Git push that contains a private key.
   }</pre>
 </div>