docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/accessapproval_v1.projects.html b/docs/dyn/accessapproval_v1.projects.html
index f44de9c..888cee0 100644
--- a/docs/dyn/accessapproval_v1.projects.html
+++ b/docs/dyn/accessapproval_v1.projects.html
@@ -80,23 +80,26 @@
<p class="firstline">Returns the approvalRequests Resource.</p>
<p class="toc_element">
+ <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
<code><a href="#deleteAccessApprovalSettings">deleteAccessApprovalSettings(name, x__xgafv=None)</a></code></p>
-<p class="firstline">Deletes the settings associated with a project, folder, or organization.</p>
+<p class="firstline">Deletes the settings associated with a project, folder, or organization. This will have the effect of disabling Access Approval for the project, folder, or organization, but only if all ancestors also have Access Approval disabled. If Access Approval is enabled at a higher level of the hierarchy, then Access Approval will still be enabled at this level as the settings are inherited.</p>
<p class="toc_element">
<code><a href="#getAccessApprovalSettings">getAccessApprovalSettings(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the settings associated with a project, folder, or organization.</p>
<p class="toc_element">
<code><a href="#updateAccessApprovalSettings">updateAccessApprovalSettings(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Updates the settings associated with a project, folder, or organization.</p>
+<p class="firstline">Updates the settings associated with a project, folder, or organization. Settings to update are determined by the value of field_mask.</p>
<h3>Method Details</h3>
<div class="method">
+ <code class="details" id="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
<code class="details" id="deleteAccessApprovalSettings">deleteAccessApprovalSettings(name, x__xgafv=None)</code>
- <pre>Deletes the settings associated with a project, folder, or organization.
-This will have the effect of disabling Access Approval for the project,
-folder, or organization, but only if all ancestors also have Access
-Approval disabled. If Access Approval is enabled at a higher level of the
-hierarchy, then Access Approval will still be enabled at this level as
-the settings are inherited.
+ <pre>Deletes the settings associated with a project, folder, or organization. This will have the effect of disabling Access Approval for the project, folder, or organization, but only if all ancestors also have Access Approval disabled. If Access Approval is enabled at a higher level of the hierarchy, then Access Approval will still be enabled at this level as the settings are inherited.
Args:
name: string, Name of the AccessApprovalSettings to delete. (required)
@@ -108,15 +111,7 @@
Returns:
An object of the form:
- { # A generic empty message that you can re-use to avoid defining duplicated
- # empty messages in your APIs. A typical example is to use it as the request
- # or the response type of an API method. For instance:
- #
- # service Foo {
- # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
- # }
- #
- # The JSON representation for `Empty` is empty JSON object `{}`.
+ { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
}</pre>
</div>
@@ -135,129 +130,44 @@
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).
- "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>
- "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.
- "enrollmentLevel": "A String", # The enrollment level of the 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>
- },
- ],
- "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>
+ "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.
+ "enrollmentLevel": "A String", # The enrollment level of the service.
+ "cloudProduct": "A String", # The product for which Access Approval will be enrolled. Allowed values are listed below (case-sensitive): * all * GA * App Engine * BigQuery * Cloud Bigtable * Cloud Key Management Service * Compute Engine * Cloud Dataflow * Cloud Identity and Access Management * Cloud Pub/Sub * Cloud Storage * Persistent Disk Note: These values are supported as input for legacy purposes, but will not be returned from the API. * all * ga-only * appengine.googleapis.com * bigquery.googleapis.com * bigtable.googleapis.com * cloudkms.googleapis.com * compute.googleapis.com * dataflow.googleapis.com * iam.googleapis.com * pubsub.googleapis.com * storage.googleapis.com Calls to UpdateAccessApprovalSettings using 'all', 'ga-only', or any of the XXX.googleapis.com will be translated to the associated product name ('all', 'GA', 'App Engine', etc.). Note: 'all' will enroll the resource in all products supported at both 'GA' and 'Preview' levels. 'ga-only'/'GA' will only enroll the resource in products supported at 'GA' level. More information about levels of support is available at https://cloud.google.com/access-approval/docs/supported-services
+ },
+ ],
+ "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: * "projects/{project}/accessApprovalSettings" * "folders/{folder}/accessApprovalSettings" * "organizations/{organization}/accessApprovalSettings"
+ "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).
+ }</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.
+ <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)
+ name: string, The resource name of the settings. Format is one of: * "projects/{project}/accessApprovalSettings" * "folders/{folder}/accessApprovalSettings" * "organizations/{organization}/accessApprovalSettings" (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).
- "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>
- "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.
- "enrollmentLevel": "A String", # The enrollment level of the 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>
- },
- ],
- "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",
- ],
- }
+ "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.
+ "enrollmentLevel": "A String", # The enrollment level of the service.
+ "cloudProduct": "A String", # The product for which Access Approval will be enrolled. Allowed values are listed below (case-sensitive): * all * GA * App Engine * BigQuery * Cloud Bigtable * Cloud Key Management Service * Compute Engine * Cloud Dataflow * Cloud Identity and Access Management * Cloud Pub/Sub * Cloud Storage * Persistent Disk Note: These values are supported as input for legacy purposes, but will not be returned from the API. * all * ga-only * appengine.googleapis.com * bigquery.googleapis.com * bigtable.googleapis.com * cloudkms.googleapis.com * compute.googleapis.com * dataflow.googleapis.com * iam.googleapis.com * pubsub.googleapis.com * storage.googleapis.com Calls to UpdateAccessApprovalSettings using 'all', 'ga-only', or any of the XXX.googleapis.com will be translated to the associated product name ('all', 'GA', 'App Engine', etc.). Note: 'all' will enroll the resource in all products supported at both 'GA' and 'Preview' levels. 'ga-only'/'GA' will only enroll the resource in products supported at 'GA' level. More information about levels of support is available at https://cloud.google.com/access-approval/docs/supported-services
+ },
+ ],
+ "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: * "projects/{project}/accessApprovalSettings" * "folders/{folder}/accessApprovalSettings" * "organizations/{organization}/accessApprovalSettings"
+ "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).
+}
- updateMask: string, The update mask applies to the settings. Only the top level fields of
-AccessApprovalSettings (notification_emails & enrolled_services) are
-supported. For each field, if it is included, the currently stored value
-will be entirely overwritten with the value of the field passed in this
-request.
-
-For the `FieldMask` definition, see
-https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
-If this field is left unset, only the notification_emails field will be
-updated.
+ updateMask: string, The update mask applies to the settings. Only the top level fields of AccessApprovalSettings (notification_emails & enrolled_services) are supported. For each field, if it is included, the currently stored value will be entirely overwritten with the value of the field passed in this request. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If this field is left unset, only the notification_emails field will be updated.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -267,53 +177,18 @@
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).
- "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>
- "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.
- "enrollmentLevel": "A String", # The enrollment level of the 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>
- },
- ],
- "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>
+ "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.
+ "enrollmentLevel": "A String", # The enrollment level of the service.
+ "cloudProduct": "A String", # The product for which Access Approval will be enrolled. Allowed values are listed below (case-sensitive): * all * GA * App Engine * BigQuery * Cloud Bigtable * Cloud Key Management Service * Compute Engine * Cloud Dataflow * Cloud Identity and Access Management * Cloud Pub/Sub * Cloud Storage * Persistent Disk Note: These values are supported as input for legacy purposes, but will not be returned from the API. * all * ga-only * appengine.googleapis.com * bigquery.googleapis.com * bigtable.googleapis.com * cloudkms.googleapis.com * compute.googleapis.com * dataflow.googleapis.com * iam.googleapis.com * pubsub.googleapis.com * storage.googleapis.com Calls to UpdateAccessApprovalSettings using 'all', 'ga-only', or any of the XXX.googleapis.com will be translated to the associated product name ('all', 'GA', 'App Engine', etc.). Note: 'all' will enroll the resource in all products supported at both 'GA' and 'Preview' levels. 'ga-only'/'GA' will only enroll the resource in products supported at 'GA' level. More information about levels of support is available at https://cloud.google.com/access-approval/docs/supported-services
+ },
+ ],
+ "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: * "projects/{project}/accessApprovalSettings" * "folders/{folder}/accessApprovalSettings" * "organizations/{organization}/accessApprovalSettings"
+ "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).
+ }</pre>
</div>
</body></html>
\ No newline at end of file