docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/cloudasset_v1p1beta1.resources.html b/docs/dyn/cloudasset_v1p1beta1.resources.html
index f583b4b..6e2bbac 100644
--- a/docs/dyn/cloudasset_v1p1beta1.resources.html
+++ b/docs/dyn/cloudasset_v1p1beta1.resources.html
@@ -75,44 +75,31 @@
<h1><a href="cloudasset_v1p1beta1.html">Cloud Asset API</a> . <a href="cloudasset_v1p1beta1.resources.html">resources</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#searchAll">searchAll(scope, orderBy=None, pageToken=None, assetTypes=None, query=None, pageSize=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Searches all the resources within a given accessible CRM scope</p>
+ <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
+ <code><a href="#searchAll">searchAll(scope, assetTypes=None, pageToken=None, query=None, pageSize=None, orderBy=None, x__xgafv=None)</a></code></p>
+<p class="firstline">Searches all the resources within a given accessible CRM scope (project/folder/organization). This RPC gives callers especially administrators the ability to search all the resources within a scope, even if they don't have `.get` permission of all the resources. Callers should have `cloud.assets.SearchAllResources` permission on the requested scope, otherwise the request will be rejected.</p>
<p class="toc_element">
<code><a href="#searchAll_next">searchAll_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="searchAll">searchAll(scope, orderBy=None, pageToken=None, assetTypes=None, query=None, pageSize=None, x__xgafv=None)</code>
- <pre>Searches all the resources within a given accessible CRM scope
-(project/folder/organization). This RPC gives callers especially
-administrators the ability to search all the resources within a scope, even
-if they don't have `.get` permission of all the resources. Callers should
-have `cloud.assets.SearchAllResources` permission on the requested scope,
-otherwise the request will be rejected.
+ <code class="details" id="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
+ <code class="details" id="searchAll">searchAll(scope, assetTypes=None, pageToken=None, query=None, pageSize=None, orderBy=None, x__xgafv=None)</code>
+ <pre>Searches all the resources within a given accessible CRM scope (project/folder/organization). This RPC gives callers especially administrators the ability to search all the resources within a scope, even if they don't have `.get` permission of all the resources. Callers should have `cloud.assets.SearchAllResources` permission on the requested scope, otherwise the request will be rejected.
Args:
- scope: string, Required. The relative name of an asset. The search is limited to the resources
-within the `scope`. The allowed value must be:
-
-* Organization number (such as "organizations/123")
-* Folder number(such as "folders/1234")
-* Project number (such as "projects/12345")
-* Project id (such as "projects/abc") (required)
- orderBy: string, Optional. A comma separated list of fields specifying the sorting order of the
-results. The default order is ascending. Add ` DESC` after the field name
-to indicate descending order. Redundant space characters are ignored. For
-example, ` location DESC , name `.
- pageToken: string, Optional. If present, then retrieve the next batch of results from the preceding call
-to this method. `page_token` must be the value of `next_page_token` from
-the previous response. The values of all other method parameters, must be
-identical to those in the previous call.
- assetTypes: string, Optional. A list of asset types that this request searches for. If empty, it will
-search all the supported asset types. (repeated)
+ scope: string, Required. The relative name of an asset. The search is limited to the resources within the `scope`. The allowed value must be: * Organization number (such as "organizations/123") * Folder number(such as "folders/1234") * Project number (such as "projects/12345") * Project id (such as "projects/abc") (required)
+ assetTypes: string, Optional. A list of asset types that this request searches for. If empty, it will search all the supported asset types. (repeated)
+ pageToken: string, Optional. If present, then retrieve the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of all other method parameters, must be identical to those in the previous call.
query: string, Optional. The query statement.
- pageSize: integer, Optional. The page size for search result pagination. Page size is capped at 500 even
-if a larger value is given. If set to zero, server will pick an appropriate
-default. Returned results may be fewer than requested. When this happens,
-there could be more results as long as `next_page_token` is returned.
+ pageSize: integer, Optional. The page size for search result pagination. Page size is capped at 500 even if a larger value is given. If set to zero, server will pick an appropriate default. Returned results may be fewer than requested. When this happens, there could be more results as long as `next_page_token` is returned.
+ orderBy: string, Optional. A comma separated list of fields specifying the sorting order of the results. The default order is ascending. Add ` DESC` after the field name to indicate descending order. Redundant space characters are ignored. For example, ` location DESC , name `.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -122,43 +109,26 @@
An object of the form:
{ # Search all resources response.
+ "nextPageToken": "A String", # If there are more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
"results": [ # A list of resource that match the search query.
{ # The standard metadata of a cloud resource.
- "networkTags": [ # Network tags associated with this resource. Like labels, network tags are a
- # type of annotations used to group GCP resources. See [Labelling GCP
- # resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
- # for more information.
- "A String",
- ],
- "description": "A String", # One or more paragraphs of text description of this resource. Maximum length
- # could be up to 1M bytes.
- "additionalAttributes": [ # Additional searchable attributes of this resource.
- # Informational only. The exact set of attributes is subject to change.
- # For example: project id, DNS name etc.
- "A String",
- ],
- "project": "A String", # The project that this resource belongs to, in the form of
- # `projects/{project_number}`.
+ "project": "A String", # The project that this resource belongs to, in the form of `projects/{project_number}`.
+ "location": "A String", # Location can be "global", regional like "us-east1", or zonal like "us-west1-b".
"displayName": "A String", # The display name of this resource.
- "labels": { # Labels associated with this resource. See [Labelling and grouping GCP
- # resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
- # for more information.
+ "description": "A String", # One or more paragraphs of text description of this resource. Maximum length could be up to 1M bytes.
+ "labels": { # Labels associated with this resource. See [Labelling and grouping GCP resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources) for more information.
"a_key": "A String",
},
- "name": "A String", # The full resource name. For example:
- # `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
- # See [Resource
- # Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
- # for more information.
- "location": "A String", # Location can be "global", regional like "us-east1", or zonal like
- # "us-west1-b".
- "assetType": "A String", # The type of this resource.
- # For example: "compute.googleapis.com/Disk".
+ "assetType": "A String", # The type of this resource. For example: "compute.googleapis.com/Disk".
+ "additionalAttributes": [ # Additional searchable attributes of this resource. Informational only. The exact set of attributes is subject to change. For example: project id, DNS name etc.
+ "A String",
+ ],
+ "networkTags": [ # Network tags associated with this resource. Like labels, network tags are a type of annotations used to group GCP resources. See [Labelling GCP resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources) for more information.
+ "A String",
+ ],
+ "name": "A String", # The full resource name. For example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`. See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) for more information.
},
],
- "nextPageToken": "A String", # If there are more results than those appearing in this response, then
- # `next_page_token` is included. To get the next set of results, call this
- # method again using the value of `next_page_token` as `page_token`.
}</pre>
</div>