-
Notifications
You must be signed in to change notification settings - Fork 2.6k
chore: Update discovery artifacts manual #2826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
5f4430c
0e20fc9
99c5cc8
7d14914
3bdc44d
608e434
71772b8
46456a7
dd75e64
0e6c077
3c7d880
6db8eab
50327cb
e91a2f2
1f0fea0
ee7bb22
c813020
48bfb86
69b8281
6f1446b
fbab009
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -93,7 +93,7 @@ <h2>Instance Methods</h2> | |
| <code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p> | ||
| <p class="firstline">Lists approval requests associated with a project, folder, or organization. Approval requests can be filtered by state (pending, active, dismissed). The order is reverse chronological.</p> | ||
| <p class="toc_element"> | ||
| <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> | ||
| <code><a href="#list_next">list_next()</a></code></p> | ||
| <p class="firstline">Retrieves the next page of results.</p> | ||
| <h3>Method Details</h3> | ||
| <div class="method"> | ||
|
|
@@ -404,17 +404,17 @@ <h3>Method Details</h3> | |
| </div> | ||
|
|
||
| <div class="method"> | ||
| <code class="details" id="list_next">list_next(previous_request, previous_response)</code> | ||
| <code class="details" id="list_next">list_next()</code> | ||
| <pre>Retrieves the next page of results. | ||
|
|
||
| Args: | ||
| previous_request: The request for the previous page. (required) | ||
| previous_response: The response from the request for the previous page. (required) | ||
| Args: | ||
| previous_request: The request for the previous page. (required) | ||
| 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 | ||
| page. Returns None if there are no more items in the collection. | ||
| </pre> | ||
| Returns: | ||
| 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> | ||
|
Comment on lines
+407
to
+417
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The method signature for <code class="details" id="list_next">list_next()</code>
<pre>Retrieves the next page of results.
Returns:
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> | ||
|
|
||
| </body></html> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The method signature for
new_batch_http_request()has been updated to take no arguments, but the documentation block still listscallbackunder theArgs:section. Since the parameter has been removed, theArgs:section should be removed from the documentation to prevent confusion.