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/cloudsearch_v1.debug.identitysources.items.html b/docs/dyn/cloudsearch_v1.debug.identitysources.items.html
index 0e4ef05..7f7f8e9 100644
--- a/docs/dyn/cloudsearch_v1.debug.identitysources.items.html
+++ b/docs/dyn/cloudsearch_v1.debug.identitysources.items.html
@@ -75,14 +75,14 @@
<h1><a href="cloudsearch_v1.html">Cloud Search API</a> . <a href="cloudsearch_v1.debug.html">debug</a> . <a href="cloudsearch_v1.debug.identitysources.html">identitysources</a> . <a href="cloudsearch_v1.debug.identitysources.items.html">items</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#listForunmappedidentity">listForunmappedidentity(parent, pageSize=None, debugOptions_enableDebugging=None, userResourceName=None, pageToken=None, x__xgafv=None, groupResourceName=None)</a></code></p>
+ <code><a href="#listForunmappedidentity">listForunmappedidentity(parent, userResourceName=None, pageToken=None, pageSize=None, debugOptions_enableDebugging=None, groupResourceName=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists names of items associated with an unmapped identity.</p>
<p class="toc_element">
<code><a href="#listForunmappedidentity_next">listForunmappedidentity_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="listForunmappedidentity">listForunmappedidentity(parent, pageSize=None, debugOptions_enableDebugging=None, userResourceName=None, pageToken=None, x__xgafv=None, groupResourceName=None)</code>
+ <code class="details" id="listForunmappedidentity">listForunmappedidentity(parent, userResourceName=None, pageToken=None, pageSize=None, debugOptions_enableDebugging=None, groupResourceName=None, x__xgafv=None)</code>
<pre>Lists names of items associated with an unmapped identity.
**Note:** This API requires an admin account to execute.
@@ -90,26 +90,26 @@
Args:
parent: string, The name of the identity source, in the following format:
identitysources/{source_id}} (required)
+ userResourceName: string, A parameter
+ pageToken: string, The next_page_token value returned from a previous List request, if any.
pageSize: integer, Maximum number of items to fetch in a request.
Defaults to 100.
debugOptions_enableDebugging: boolean, If you are asked by Google to help with debugging, set this field.
Otherwise, ignore this field.
- userResourceName: string, A parameter
- pageToken: string, The next_page_token value returned from a previous List request, if any.
+ groupResourceName: string, A parameter
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
- groupResourceName: string, A parameter
Returns:
An object of the form:
{
- "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no
+ "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no
# more results in the list.
- "itemNames": [
- "A String",
+ "itemNames": [
+ "A String",
],
}</pre>
</div>
@@ -123,7 +123,7 @@
previous_response: The response from the request for the previous page. (required)
Returns:
- A request object that you can call 'execute()' on to request the next
+ A request object that you can call 'execute()' on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>