docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/accessapproval_v1beta1.projects.html b/docs/dyn/accessapproval_v1beta1.projects.html
index 25eab12..8c35d50 100644
--- a/docs/dyn/accessapproval_v1beta1.projects.html
+++ b/docs/dyn/accessapproval_v1beta1.projects.html
@@ -135,71 +135,6 @@
An object of the form:
{ # Settings on a Project/Folder/Organization related to Access Approval.
- "name": "A String", # The resource name of the settings. Format is one of:
- # <ol>
- # <li>"projects/{project_id}/accessApprovalSettings"</li>
- # <li>"folders/{folder_id}/accessApprovalSettings"</li>
- # <li>"organizations/{organization_id}/accessApprovalSettings"</li>
- # <ol>
- "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).
- "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):
- # <ol>
- # <li>all</li>
- # <li>appengine.googleapis.com</li>
- # <li>bigquery.googleapis.com</li>
- # <li>bigtable.googleapis.com</li>
- # <li>cloudkms.googleapis.com</li>
- # <li>compute.googleapis.com</li>
- # <li>dataflow.googleapis.com</li>
- # <li>iam.googleapis.com</li>
- # <li>pubsub.googleapis.com</li>
- # <li>storage.googleapis.com</li>
- # <ol>
- "enrollmentLevel": "A String", # The enrollment level of the service.
- },
- ],
- "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",
- ],
- }</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:
-<ol>
- <li>"projects/{project_id}/accessApprovalSettings"</li>
- <li>"folders/{folder_id}/accessApprovalSettings"</li>
- <li>"organizations/{organization_id}/accessApprovalSettings"</li>
-<ol> (required)
- body: object, The request body.
- The object takes the form of:
-
-{ # Settings on a Project/Folder/Organization related to Access Approval.
"name": "A String", # The resource name of the settings. Format is one of:
# <ol>
# <li>"projects/{project_id}/accessApprovalSettings"</li>
@@ -217,7 +152,7 @@
# 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
@@ -246,7 +181,72 @@
# maximum of 50 email addresses are allowed.
"A String",
],
- }
+ }</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:
+<ol>
+ <li>"projects/{project_id}/accessApprovalSettings"</li>
+ <li>"folders/{folder_id}/accessApprovalSettings"</li>
+ <li>"organizations/{organization_id}/accessApprovalSettings"</li>
+<ol> (required)
+ body: object, The request body.
+ The object takes the form of:
+
+{ # Settings on a Project/Folder/Organization related to Access Approval.
+ "name": "A String", # The resource name of the settings. Format is one of:
+ # <ol>
+ # <li>"projects/{project_id}/accessApprovalSettings"</li>
+ # <li>"folders/{folder_id}/accessApprovalSettings"</li>
+ # <li>"organizations/{organization_id}/accessApprovalSettings"</li>
+ # <ol>
+ "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).
+ "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):
+ # <ol>
+ # <li>all</li>
+ # <li>appengine.googleapis.com</li>
+ # <li>bigquery.googleapis.com</li>
+ # <li>bigtable.googleapis.com</li>
+ # <li>cloudkms.googleapis.com</li>
+ # <li>compute.googleapis.com</li>
+ # <li>dataflow.googleapis.com</li>
+ # <li>iam.googleapis.com</li>
+ # <li>pubsub.googleapis.com</li>
+ # <li>storage.googleapis.com</li>
+ # <ol>
+ "enrollmentLevel": "A String", # The enrollment level of the service.
+ },
+ ],
+ "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",
+ ],
+}
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.
- "name": "A String", # The resource name of the settings. Format is one of:
- # <ol>
- # <li>"projects/{project_id}/accessApprovalSettings"</li>
- # <li>"folders/{folder_id}/accessApprovalSettings"</li>
- # <li>"organizations/{organization_id}/accessApprovalSettings"</li>
- # <ol>
- "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).
- "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):
- # <ol>
- # <li>all</li>
- # <li>appengine.googleapis.com</li>
- # <li>bigquery.googleapis.com</li>
- # <li>bigtable.googleapis.com</li>
- # <li>cloudkms.googleapis.com</li>
- # <li>compute.googleapis.com</li>
- # <li>dataflow.googleapis.com</li>
- # <li>iam.googleapis.com</li>
- # <li>pubsub.googleapis.com</li>
- # <li>storage.googleapis.com</li>
- # <ol>
- "enrollmentLevel": "A String", # The enrollment level of the service.
- },
- ],
- "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",
- ],
- }</pre>
+ "name": "A String", # The resource name of the settings. Format is one of:
+ # <ol>
+ # <li>"projects/{project_id}/accessApprovalSettings"</li>
+ # <li>"folders/{folder_id}/accessApprovalSettings"</li>
+ # <li>"organizations/{organization_id}/accessApprovalSettings"</li>
+ # <ol>
+ "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).
+ "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):
+ # <ol>
+ # <li>all</li>
+ # <li>appengine.googleapis.com</li>
+ # <li>bigquery.googleapis.com</li>
+ # <li>bigtable.googleapis.com</li>
+ # <li>cloudkms.googleapis.com</li>
+ # <li>compute.googleapis.com</li>
+ # <li>dataflow.googleapis.com</li>
+ # <li>iam.googleapis.com</li>
+ # <li>pubsub.googleapis.com</li>
+ # <li>storage.googleapis.com</li>
+ # <ol>
+ "enrollmentLevel": "A String", # The enrollment level of the service.
+ },
+ ],
+ "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",
+ ],
+ }</pre>
</div>
</body></html>
\ No newline at end of file