docs: docs update (#911)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/sourcerepo_v1.projects.html b/docs/dyn/sourcerepo_v1.projects.html
index 63df79e..0d61db5 100644
--- a/docs/dyn/sourcerepo_v1.projects.html
+++ b/docs/dyn/sourcerepo_v1.projects.html
@@ -102,22 +102,22 @@
   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.
-    "name": "A String", # The name of the project. Values are of the form `projects/&lt;project&gt;`.
-    "pubsubConfigs": { # How this project publishes a change in the repositories through Cloud
+    &quot;pubsubConfigs&quot;: { # 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.
-        "topic": "A String", # 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.
-        "serviceAccountEmail": "A String", # Email address of the service account used for publishing Cloud Pub/Sub
+      &quot;a_key&quot;: { # Configuration to publish a Cloud Pub/Sub message.
+        &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
             # iam.serviceAccounts.actAs permission on this service account. If
             # unspecified, it defaults to the compute engine default service account.
-        "messageFormat": "A String", # The format of the Cloud Pub/Sub messages.
+        &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;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>
 
@@ -132,27 +132,27 @@
     The object takes the form of:
 
 { # Request for UpdateProjectConfig.
-    "projectConfig": { # Cloud Source Repositories configuration of a project. # The new configuration for the project.
-      "enablePrivateKeyCheck": True or False, # Reject a Git push that contains a private key.
-      "name": "A String", # The name of the project. Values are of the form `projects/&lt;project&gt;`.
-      "pubsubConfigs": { # How this project publishes a change in the repositories through Cloud
+    &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;pubsubConfigs&quot;: { # 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.
-          "topic": "A String", # 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.
-          "serviceAccountEmail": "A String", # Email address of the service account used for publishing Cloud Pub/Sub
+        &quot;a_key&quot;: { # Configuration to publish a Cloud Pub/Sub message.
+          &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
               # iam.serviceAccounts.actAs permission on this service account. If
               # unspecified, it defaults to the compute engine default service account.
-          "messageFormat": "A String", # The format of the Cloud Pub/Sub messages.
+          &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;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.
     },
-    "updateMask": "A String", # 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.
   }
 
   x__xgafv: string, V1 error format.
@@ -164,22 +164,22 @@
   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.
-    "name": "A String", # The name of the project. Values are of the form `projects/&lt;project&gt;`.
-    "pubsubConfigs": { # How this project publishes a change in the repositories through Cloud
+    &quot;pubsubConfigs&quot;: { # 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.
-        "topic": "A String", # 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.
-        "serviceAccountEmail": "A String", # Email address of the service account used for publishing Cloud Pub/Sub
+      &quot;a_key&quot;: { # Configuration to publish a Cloud Pub/Sub message.
+        &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
             # iam.serviceAccounts.actAs permission on this service account. If
             # unspecified, it defaults to the compute engine default service account.
-        "messageFormat": "A String", # The format of the Cloud Pub/Sub messages.
+        &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;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>