chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/area120tables_v1alpha1.tables.rows.html b/docs/dyn/area120tables_v1alpha1.tables.rows.html
index a16d038..345f900 100644
--- a/docs/dyn/area120tables_v1alpha1.tables.rows.html
+++ b/docs/dyn/area120tables_v1alpha1.tables.rows.html
@@ -93,13 +93,13 @@
<code><a href="#get">get(name, view=None, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a row. Returns NOT_FOUND if the row does not exist in the table.</p>
<p class="toc_element">
- <code><a href="#list">list(parent, pageToken=None, pageSize=None, view=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(parent, view=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists rows in a table. Returns NOT_FOUND if the table does not exist.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
- <code><a href="#patch">patch(name, body=None, view=None, updateMask=None, x__xgafv=None)</a></code></p>
+ <code><a href="#patch">patch(name, body=None, updateMask=None, view=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates a row.</p>
<h3>Method Details</h3>
<div class="method">
@@ -276,17 +276,17 @@
</div>
<div class="method">
- <code class="details" id="list">list(parent, pageToken=None, pageSize=None, view=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(parent, view=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
<pre>Lists rows in a table. Returns NOT_FOUND if the table does not exist.
Args:
parent: string, Required. The parent table. Format: tables/{table} (required)
- pageToken: string, A page token, received from a previous `ListRows` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRows` must match the call that provided the page token.
- pageSize: integer, The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 50 rows are returned. The maximum value is 1,000; values above 1,000 are coerced to 1,000.
view: string, Optional. Column key to use for values in the row. Defaults to user entered name.
Allowed values
VIEW_UNSPECIFIED - Defaults to user entered text.
COLUMN_ID_VIEW - Uses internally generated column id to identify values.
+ pageToken: string, A page token, received from a previous `ListRows` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRows` must match the call that provided the page token.
+ pageSize: integer, The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 50 rows are returned. The maximum value is 1,000; values above 1,000 are coerced to 1,000.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -296,7 +296,6 @@
An object of the form:
{ # Response message for TablesService.ListRows.
- "nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is empty, there are no subsequent pages.
"rows": [ # The rows from the specified table.
{ # A single row in a table.
"name": "A String", # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
@@ -305,6 +304,7 @@
},
},
],
+ "nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is empty, there are no subsequent pages.
}</pre>
</div>
@@ -323,7 +323,7 @@
</div>
<div class="method">
- <code class="details" id="patch">patch(name, body=None, view=None, updateMask=None, x__xgafv=None)</code>
+ <code class="details" id="patch">patch(name, body=None, updateMask=None, view=None, x__xgafv=None)</code>
<pre>Updates a row.
Args:
@@ -338,11 +338,11 @@
},
}
+ updateMask: string, The list of fields to update.
view: string, Optional. Column key to use for values in the row. Defaults to user entered name.
Allowed values
VIEW_UNSPECIFIED - Defaults to user entered text.
COLUMN_ID_VIEW - Uses internally generated column id to identify values.
- updateMask: string, The list of fields to update.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format