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/accessapproval_v1beta1.projects.html b/docs/dyn/accessapproval_v1beta1.projects.html
index d316e8f..25eab12 100644
--- a/docs/dyn/accessapproval_v1beta1.projects.html
+++ b/docs/dyn/accessapproval_v1beta1.projects.html
@@ -135,36 +135,95 @@
   An object of the form:
 
     { # Settings on a Project/Folder/Organization related to Access Approval.
-    "enrolledAncestor": True or False, # Output only. This field is read only (not settable via
+      &quot;name&quot;: &quot;A String&quot;, # The resource name of the settings. Format is one of:
+          # &lt;ol&gt;
+          #   &lt;li&gt;&quot;projects/{project_id}/accessApprovalSettings&quot;&lt;/li&gt;
+          #   &lt;li&gt;&quot;folders/{folder_id}/accessApprovalSettings&quot;&lt;/li&gt;
+          #   &lt;li&gt;&quot;organizations/{organization_id}/accessApprovalSettings&quot;&lt;/li&gt;
+          # &lt;ol&gt;
+      &quot;enrolledAncestor&quot;: True or False, # Output only. This field is read only (not settable via
+          # UpdateAccessAccessApprovalSettings method). If the field is true, that
+          # indicates that at least one service is enrolled for Access Approval in one
+          # or more ancestors of the Project or Folder (this field will always be
+          # unset for the organization since organizations do not have ancestors).
+      &quot;enrolledServices&quot;: [ # A list of Google Cloud Services for which the given resource has Access
+          # Approval enrolled. Access requests for the resource given by name against
+          # any of these services contained here will be required to have explicit
+          # approval. If name refers to an organization, enrollment can be done for
+          # individual services. If name refers to a folder or project, enrollment can
+          # only be done on an all or nothing basis.
+          #
+          # If a cloud_product is repeated in this list, the first entry will be
+          # honored and all following entries will be discarded. A maximum of 10
+          # enrolled services will be enforced, to be expanded as the set of supported
+          # services is expanded.
+        { # Represents the enrollment of a cloud resource into a specific service.
+          &quot;cloudProduct&quot;: &quot;A String&quot;, # The product for which Access Approval will be enrolled. Allowed values are
+              # listed below (case-sensitive):
+              # &lt;ol&gt;
+              #   &lt;li&gt;all&lt;/li&gt;
+              #   &lt;li&gt;appengine.googleapis.com&lt;/li&gt;
+              #   &lt;li&gt;bigquery.googleapis.com&lt;/li&gt;
+              #   &lt;li&gt;bigtable.googleapis.com&lt;/li&gt;
+              #   &lt;li&gt;cloudkms.googleapis.com&lt;/li&gt;
+              #   &lt;li&gt;compute.googleapis.com&lt;/li&gt;
+              #   &lt;li&gt;dataflow.googleapis.com&lt;/li&gt;
+              #   &lt;li&gt;iam.googleapis.com&lt;/li&gt;
+              #   &lt;li&gt;pubsub.googleapis.com&lt;/li&gt;
+              #   &lt;li&gt;storage.googleapis.com&lt;/li&gt;
+              # &lt;ol&gt;
+          &quot;enrollmentLevel&quot;: &quot;A String&quot;, # The enrollment level of the service.
+        },
+      ],
+      &quot;notificationEmails&quot;: [ # A list of email addresses to which notifications relating to approval
+          # requests should be sent. Notifications relating to a resource will be sent
+          # to all emails in the settings of ancestor resources of that resource. A
+          # maximum of 50 email addresses are allowed.
+        &quot;A String&quot;,
+      ],
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="updateAccessApprovalSettings">updateAccessApprovalSettings(name, body=None, updateMask=None, x__xgafv=None)</code>
+  <pre>Updates the settings associated with a project, folder, or organization.
+Settings to update are determined by the value of field_mask.
+
+Args:
+  name: string, The resource name of the settings. Format is one of:
+&lt;ol&gt;
+  &lt;li&gt;&quot;projects/{project_id}/accessApprovalSettings&quot;&lt;/li&gt;
+  &lt;li&gt;&quot;folders/{folder_id}/accessApprovalSettings&quot;&lt;/li&gt;
+  &lt;li&gt;&quot;organizations/{organization_id}/accessApprovalSettings&quot;&lt;/li&gt;
+&lt;ol&gt; (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{ # Settings on a Project/Folder/Organization related to Access Approval.
+    &quot;name&quot;: &quot;A String&quot;, # The resource name of the settings. Format is one of:
+        # &lt;ol&gt;
+        #   &lt;li&gt;&quot;projects/{project_id}/accessApprovalSettings&quot;&lt;/li&gt;
+        #   &lt;li&gt;&quot;folders/{folder_id}/accessApprovalSettings&quot;&lt;/li&gt;
+        #   &lt;li&gt;&quot;organizations/{organization_id}/accessApprovalSettings&quot;&lt;/li&gt;
+        # &lt;ol&gt;
+    &quot;enrolledAncestor&quot;: True or False, # Output only. This field is read only (not settable via
         # UpdateAccessAccessApprovalSettings method). If the field is true, that
         # indicates that at least one service is enrolled for Access Approval in one
         # or more ancestors of the Project or Folder (this field will always be
         # unset for the organization since organizations do not have ancestors).
-    "notificationEmails": [ # A list of email addresses to which notifications relating to approval
-        # requests should be sent. Notifications relating to a resource will be sent
-        # to all emails in the settings of ancestor resources of that resource. A
-        # maximum of 50 email addresses are allowed.
-      "A String",
-    ],
-    "name": "A String", # The resource name of the settings. Format is one of:
-        # &lt;ol&gt;
-        #   &lt;li&gt;"projects/{project_id}/accessApprovalSettings"&lt;/li&gt;
-        #   &lt;li&gt;"folders/{folder_id}/accessApprovalSettings"&lt;/li&gt;
-        #   &lt;li&gt;"organizations/{organization_id}/accessApprovalSettings"&lt;/li&gt;
-        # &lt;ol&gt;
-    "enrolledServices": [ # A list of Google Cloud Services for which the given resource has Access
+    &quot;enrolledServices&quot;: [ # A list of Google Cloud Services for which the given resource has Access
         # Approval enrolled. Access requests for the resource given by name against
         # any of these services contained here will be required to have explicit
         # approval. If name refers to an organization, enrollment can be done for
         # individual services. If name refers to a folder or project, enrollment can
         # only be done on an all or nothing basis.
-        #
+        # 
         # If a cloud_product is repeated in this list, the first entry will be
         # honored and all following entries will be discarded. A maximum of 10
         # enrolled services will be enforced, to be expanded as the set of supported
         # services is expanded.
       { # Represents the enrollment of a cloud resource into a specific service.
-        "cloudProduct": "A String", # The product for which Access Approval will be enrolled. Allowed values are
+        &quot;cloudProduct&quot;: &quot;A String&quot;, # The product for which Access Approval will be enrolled. Allowed values are
             # listed below (case-sensitive):
             # &lt;ol&gt;
             #   &lt;li&gt;all&lt;/li&gt;
@@ -178,75 +237,16 @@
             #   &lt;li&gt;pubsub.googleapis.com&lt;/li&gt;
             #   &lt;li&gt;storage.googleapis.com&lt;/li&gt;
             # &lt;ol&gt;
-        "enrollmentLevel": "A String", # The enrollment level of the service.
+        &quot;enrollmentLevel&quot;: &quot;A String&quot;, # The enrollment level of the service.
       },
     ],
-  }</pre>
-</div>
-
-<div class="method">
-    <code class="details" id="updateAccessApprovalSettings">updateAccessApprovalSettings(name, body=None, updateMask=None, x__xgafv=None)</code>
-  <pre>Updates the settings associated with a project, folder, or organization.
-Settings to update are determined by the value of field_mask.
-
-Args:
-  name: string, The resource name of the settings. Format is one of:
-&lt;ol&gt;
-  &lt;li&gt;"projects/{project_id}/accessApprovalSettings"&lt;/li&gt;
-  &lt;li&gt;"folders/{folder_id}/accessApprovalSettings"&lt;/li&gt;
-  &lt;li&gt;"organizations/{organization_id}/accessApprovalSettings"&lt;/li&gt;
-&lt;ol&gt; (required)
-  body: object, The request body.
-    The object takes the form of:
-
-{ # Settings on a Project/Folder/Organization related to Access Approval.
-  "enrolledAncestor": True or False, # Output only. This field is read only (not settable via
-      # UpdateAccessAccessApprovalSettings method). If the field is true, that
-      # indicates that at least one service is enrolled for Access Approval in one
-      # or more ancestors of the Project or Folder (this field will always be
-      # unset for the organization since organizations do not have ancestors).
-  "notificationEmails": [ # A list of email addresses to which notifications relating to approval
-      # requests should be sent. Notifications relating to a resource will be sent
-      # to all emails in the settings of ancestor resources of that resource. A
-      # maximum of 50 email addresses are allowed.
-    "A String",
-  ],
-  "name": "A String", # The resource name of the settings. Format is one of:
-      # &lt;ol&gt;
-      #   &lt;li&gt;"projects/{project_id}/accessApprovalSettings"&lt;/li&gt;
-      #   &lt;li&gt;"folders/{folder_id}/accessApprovalSettings"&lt;/li&gt;
-      #   &lt;li&gt;"organizations/{organization_id}/accessApprovalSettings"&lt;/li&gt;
-      # &lt;ol&gt;
-  "enrolledServices": [ # A list of Google Cloud Services for which the given resource has Access
-      # Approval enrolled. Access requests for the resource given by name against
-      # any of these services contained here will be required to have explicit
-      # approval. If name refers to an organization, enrollment can be done for
-      # individual services. If name refers to a folder or project, enrollment can
-      # only be done on an all or nothing basis.
-      # 
-      # If a cloud_product is repeated in this list, the first entry will be
-      # honored and all following entries will be discarded. A maximum of 10
-      # enrolled services will be enforced, to be expanded as the set of supported
-      # services is expanded.
-    { # Represents the enrollment of a cloud resource into a specific service.
-      "cloudProduct": "A String", # The product for which Access Approval will be enrolled. Allowed values are
-          # listed below (case-sensitive):
-          # &lt;ol&gt;
-          #   &lt;li&gt;all&lt;/li&gt;
-          #   &lt;li&gt;appengine.googleapis.com&lt;/li&gt;
-          #   &lt;li&gt;bigquery.googleapis.com&lt;/li&gt;
-          #   &lt;li&gt;bigtable.googleapis.com&lt;/li&gt;
-          #   &lt;li&gt;cloudkms.googleapis.com&lt;/li&gt;
-          #   &lt;li&gt;compute.googleapis.com&lt;/li&gt;
-          #   &lt;li&gt;dataflow.googleapis.com&lt;/li&gt;
-          #   &lt;li&gt;iam.googleapis.com&lt;/li&gt;
-          #   &lt;li&gt;pubsub.googleapis.com&lt;/li&gt;
-          #   &lt;li&gt;storage.googleapis.com&lt;/li&gt;
-          # &lt;ol&gt;
-      "enrollmentLevel": "A String", # The enrollment level of the service.
-    },
-  ],
-}
+    &quot;notificationEmails&quot;: [ # A list of email addresses to which notifications relating to approval
+        # requests should be sent. Notifications relating to a resource will be sent
+        # to all emails in the settings of ancestor resources of that resource. A
+        # maximum of 50 email addresses are allowed.
+      &quot;A String&quot;,
+    ],
+  }
 
   updateMask: string, For the `FieldMask` definition, see
 https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
@@ -261,53 +261,53 @@
   An object of the form:
 
     { # Settings on a Project/Folder/Organization related to Access Approval.
-    "enrolledAncestor": True or False, # Output only. This field is read only (not settable via
-        # UpdateAccessAccessApprovalSettings method). If the field is true, that
-        # indicates that at least one service is enrolled for Access Approval in one
-        # or more ancestors of the Project or Folder (this field will always be
-        # unset for the organization since organizations do not have ancestors).
-    "notificationEmails": [ # A list of email addresses to which notifications relating to approval
-        # requests should be sent. Notifications relating to a resource will be sent
-        # to all emails in the settings of ancestor resources of that resource. A
-        # maximum of 50 email addresses are allowed.
-      "A String",
-    ],
-    "name": "A String", # The resource name of the settings. Format is one of:
-        # &lt;ol&gt;
-        #   &lt;li&gt;"projects/{project_id}/accessApprovalSettings"&lt;/li&gt;
-        #   &lt;li&gt;"folders/{folder_id}/accessApprovalSettings"&lt;/li&gt;
-        #   &lt;li&gt;"organizations/{organization_id}/accessApprovalSettings"&lt;/li&gt;
-        # &lt;ol&gt;
-    "enrolledServices": [ # A list of Google Cloud Services for which the given resource has Access
-        # Approval enrolled. Access requests for the resource given by name against
-        # any of these services contained here will be required to have explicit
-        # approval. If name refers to an organization, enrollment can be done for
-        # individual services. If name refers to a folder or project, enrollment can
-        # only be done on an all or nothing basis.
-        #
-        # If a cloud_product is repeated in this list, the first entry will be
-        # honored and all following entries will be discarded. A maximum of 10
-        # enrolled services will be enforced, to be expanded as the set of supported
-        # services is expanded.
-      { # Represents the enrollment of a cloud resource into a specific service.
-        "cloudProduct": "A String", # The product for which Access Approval will be enrolled. Allowed values are
-            # listed below (case-sensitive):
-            # &lt;ol&gt;
-            #   &lt;li&gt;all&lt;/li&gt;
-            #   &lt;li&gt;appengine.googleapis.com&lt;/li&gt;
-            #   &lt;li&gt;bigquery.googleapis.com&lt;/li&gt;
-            #   &lt;li&gt;bigtable.googleapis.com&lt;/li&gt;
-            #   &lt;li&gt;cloudkms.googleapis.com&lt;/li&gt;
-            #   &lt;li&gt;compute.googleapis.com&lt;/li&gt;
-            #   &lt;li&gt;dataflow.googleapis.com&lt;/li&gt;
-            #   &lt;li&gt;iam.googleapis.com&lt;/li&gt;
-            #   &lt;li&gt;pubsub.googleapis.com&lt;/li&gt;
-            #   &lt;li&gt;storage.googleapis.com&lt;/li&gt;
-            # &lt;ol&gt;
-        "enrollmentLevel": "A String", # The enrollment level of the service.
-      },
-    ],
-  }</pre>
+      &quot;name&quot;: &quot;A String&quot;, # The resource name of the settings. Format is one of:
+          # &lt;ol&gt;
+          #   &lt;li&gt;&quot;projects/{project_id}/accessApprovalSettings&quot;&lt;/li&gt;
+          #   &lt;li&gt;&quot;folders/{folder_id}/accessApprovalSettings&quot;&lt;/li&gt;
+          #   &lt;li&gt;&quot;organizations/{organization_id}/accessApprovalSettings&quot;&lt;/li&gt;
+          # &lt;ol&gt;
+      &quot;enrolledAncestor&quot;: True or False, # Output only. This field is read only (not settable via
+          # UpdateAccessAccessApprovalSettings method). If the field is true, that
+          # indicates that at least one service is enrolled for Access Approval in one
+          # or more ancestors of the Project or Folder (this field will always be
+          # unset for the organization since organizations do not have ancestors).
+      &quot;enrolledServices&quot;: [ # A list of Google Cloud Services for which the given resource has Access
+          # Approval enrolled. Access requests for the resource given by name against
+          # any of these services contained here will be required to have explicit
+          # approval. If name refers to an organization, enrollment can be done for
+          # individual services. If name refers to a folder or project, enrollment can
+          # only be done on an all or nothing basis.
+          #
+          # If a cloud_product is repeated in this list, the first entry will be
+          # honored and all following entries will be discarded. A maximum of 10
+          # enrolled services will be enforced, to be expanded as the set of supported
+          # services is expanded.
+        { # Represents the enrollment of a cloud resource into a specific service.
+          &quot;cloudProduct&quot;: &quot;A String&quot;, # The product for which Access Approval will be enrolled. Allowed values are
+              # listed below (case-sensitive):
+              # &lt;ol&gt;
+              #   &lt;li&gt;all&lt;/li&gt;
+              #   &lt;li&gt;appengine.googleapis.com&lt;/li&gt;
+              #   &lt;li&gt;bigquery.googleapis.com&lt;/li&gt;
+              #   &lt;li&gt;bigtable.googleapis.com&lt;/li&gt;
+              #   &lt;li&gt;cloudkms.googleapis.com&lt;/li&gt;
+              #   &lt;li&gt;compute.googleapis.com&lt;/li&gt;
+              #   &lt;li&gt;dataflow.googleapis.com&lt;/li&gt;
+              #   &lt;li&gt;iam.googleapis.com&lt;/li&gt;
+              #   &lt;li&gt;pubsub.googleapis.com&lt;/li&gt;
+              #   &lt;li&gt;storage.googleapis.com&lt;/li&gt;
+              # &lt;ol&gt;
+          &quot;enrollmentLevel&quot;: &quot;A String&quot;, # The enrollment level of the service.
+        },
+      ],
+      &quot;notificationEmails&quot;: [ # A list of email addresses to which notifications relating to approval
+          # requests should be sent. Notifications relating to a resource will be sent
+          # to all emails in the settings of ancestor resources of that resource. A
+          # maximum of 50 email addresses are allowed.
+        &quot;A String&quot;,
+      ],
+    }</pre>
 </div>
 
 </body></html>
\ No newline at end of file