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/ml_v1.projects.locations.html b/docs/dyn/ml_v1.projects.locations.html
index f5aff3c..5cdaacb 100644
--- a/docs/dyn/ml_v1.projects.locations.html
+++ b/docs/dyn/ml_v1.projects.locations.html
@@ -88,7 +88,7 @@
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Get the complete list of CMLE capabilities in a location, along with their</p>
<p class="toc_element">
- <code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
<p class="firstline">List all locations that provides at least one type of CMLE capability.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -110,12 +110,12 @@
An object of the form:
{
- "name": "A String",
- "capabilities": [ # Capabilities available in the location.
+ "name": "A String",
+ "capabilities": [ # Capabilities available in the location.
{
- "type": "A String",
- "availableAccelerators": [ # Available accelerators for the capability.
- "A String",
+ "type": "A String",
+ "availableAccelerators": [ # Available accelerators for the capability.
+ "A String",
],
},
],
@@ -123,21 +123,21 @@
</div>
<div class="method">
- <code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</code>
<pre>List all locations that provides at least one type of CMLE capability.
Args:
parent: string, Required. The name of the project for which available locations are to be
listed (since some locations might be whitelisted for specific projects). (required)
- pageSize: integer, Optional. The number of locations to retrieve per "page" of results. If
-there are more remaining results than this number, the response message
-will contain a valid value in the `next_page_token` field.
-
-The default value is 20, and the maximum page size is 100.
pageToken: string, Optional. A page token to request the next page of results.
You get the token from the `next_page_token` field of the response from
the previous call.
+ pageSize: integer, Optional. The number of locations to retrieve per "page" of results. If
+there are more remaining results than this number, the response message
+will contain a valid value in the `next_page_token` field.
+
+The default value is 20, and the maximum page size is 100.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -147,21 +147,21 @@
An object of the form:
{
- "nextPageToken": "A String", # Optional. Pass this token as the `page_token` field of the request for a
- # subsequent call.
- "locations": [ # Locations where at least one type of CMLE capability is available.
+ "locations": [ # Locations where at least one type of CMLE capability is available.
{
- "name": "A String",
- "capabilities": [ # Capabilities available in the location.
+ "name": "A String",
+ "capabilities": [ # Capabilities available in the location.
{
- "type": "A String",
- "availableAccelerators": [ # Available accelerators for the capability.
- "A String",
+ "type": "A String",
+ "availableAccelerators": [ # Available accelerators for the capability.
+ "A String",
],
},
],
},
],
+ "nextPageToken": "A String", # Optional. Pass this token as the `page_token` field of the request for a
+ # subsequent call.
}</pre>
</div>
@@ -174,7 +174,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>