chore: update docs/dyn (#1162)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets
- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/area120tables_v1alpha1.tables.html b/docs/dyn/area120tables_v1alpha1.tables.html
index 4038b9c..9eb5fad 100644
--- a/docs/dyn/area120tables_v1alpha1.tables.html
+++ b/docs/dyn/area120tables_v1alpha1.tables.html
@@ -86,7 +86,7 @@
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a table. Returns NOT_FOUND if the table does not exist.</p>
<p class="toc_element">
- <code><a href="#list">list(pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists tables for the user.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -112,38 +112,38 @@
An object of the form:
{ # A single table.
- "name": "A String", # The resource name of the table. Table names have the form `tables/{table}`.
- "columns": [ # List of columns in this table. Order of columns matches the display order.
- { # Details on a column in the table.
- "lookupDetails": { # Details about a lookup column whose value comes from the associated relationship. # Optional. Indicates that this is a lookup column whose value is derived from the relationship column specified in the details. Lookup columns can not be updated directly. To change the value you must update the associated relationship column.
- "relationshipColumnId": "A String", # The id of the relationship column.
- "relationshipColumn": "A String", # The name of the relationship column associated with the lookup.
+ "columns": [ # List of columns in this table. Order of columns matches the display order.
+ { # Details on a column in the table.
+ "dataType": "A String", # Data type of the column Supported types are auto_id, boolean, boolean_list, creator, create_timestamp, date, dropdown, location, integer, integer_list, number, number_list, person, person_list, tags, check_list, text, text_list, update_timestamp, updater, relationship, file_attachment_list. These types directly map to the column types supported on Tables website.
+ "id": "A String", # Internal id for a column.
+ "labels": [ # Optional. Range of labeled values for the column. Some columns like tags and drop-downs limit the values to a set of possible values. We return the range of values in such cases to help clients implement better user data validation.
+ { # A single item in a labeled column.
+ "id": "A String", # Internal id associated with the item.
+ "name": "A String", # Display string as entered by user.
},
- "dataType": "A String", # Data type of the column Supported types are auto_id, boolean, boolean_list, creator, create_timestamp, date, dropdown, location, integer, integer_list, number, number_list, person, person_list, tags, check_list, text, text_list, update_timestamp, updater, relationship, file_attachment_list. These types directly map to the column types supported on Tables website.
- "relationshipDetails": { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship.
- "linkedTable": "A String", # The name of the table this relationship is linked to.
- },
- "name": "A String", # column name
- "labels": [ # Optional. Range of labeled values for the column. Some columns like tags and drop-downs limit the values to a set of possible values. We return the range of values in such cases to help clients implement better user data validation.
- { # A single item in a labeled column.
- "id": "A String", # Internal id associated with the item.
- "name": "A String", # Display string as entered by user.
- },
- ],
- "id": "A String", # Internal id for a column.
+ ],
+ "lookupDetails": { # Details about a lookup column whose value comes from the associated relationship. # Optional. Indicates that this is a lookup column whose value is derived from the relationship column specified in the details. Lookup columns can not be updated directly. To change the value you must update the associated relationship column.
+ "relationshipColumn": "A String", # The name of the relationship column associated with the lookup.
+ "relationshipColumnId": "A String", # The id of the relationship column.
},
- ],
- "displayName": "A String", # The human readable title of the table.
- }</pre>
+ "name": "A String", # column name
+ "relationshipDetails": { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship.
+ "linkedTable": "A String", # The name of the table this relationship is linked to.
+ },
+ },
+ ],
+ "displayName": "A String", # The human readable title of the table.
+ "name": "A String", # The resource name of the table. Table names have the form `tables/{table}`.
+}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(pageToken=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists tables for the user.
Args:
- pageToken: string, A page token, received from a previous `ListTables` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListTables` must match the call that provided the page token.
pageSize: integer, The maximum number of tables to return. The service may return fewer than this value. If unspecified, at most 20 tables are returned. The maximum value is 100; values above 100 are coerced to 100.
+ pageToken: string, A page token, received from a previous `ListTables` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListTables` must match the call that provided the page token.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -153,34 +153,34 @@
An object of the form:
{ # Response message for TablesService.ListTables.
- "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.
- "tables": [ # The list of tables.
- { # A single table.
- "name": "A String", # The resource name of the table. Table names have the form `tables/{table}`.
- "columns": [ # List of columns in this table. Order of columns matches the display order.
- { # Details on a column in the table.
- "lookupDetails": { # Details about a lookup column whose value comes from the associated relationship. # Optional. Indicates that this is a lookup column whose value is derived from the relationship column specified in the details. Lookup columns can not be updated directly. To change the value you must update the associated relationship column.
- "relationshipColumnId": "A String", # The id of the relationship column.
- "relationshipColumn": "A String", # The name of the relationship column associated with the lookup.
+ "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.
+ "tables": [ # The list of tables.
+ { # A single table.
+ "columns": [ # List of columns in this table. Order of columns matches the display order.
+ { # Details on a column in the table.
+ "dataType": "A String", # Data type of the column Supported types are auto_id, boolean, boolean_list, creator, create_timestamp, date, dropdown, location, integer, integer_list, number, number_list, person, person_list, tags, check_list, text, text_list, update_timestamp, updater, relationship, file_attachment_list. These types directly map to the column types supported on Tables website.
+ "id": "A String", # Internal id for a column.
+ "labels": [ # Optional. Range of labeled values for the column. Some columns like tags and drop-downs limit the values to a set of possible values. We return the range of values in such cases to help clients implement better user data validation.
+ { # A single item in a labeled column.
+ "id": "A String", # Internal id associated with the item.
+ "name": "A String", # Display string as entered by user.
},
- "dataType": "A String", # Data type of the column Supported types are auto_id, boolean, boolean_list, creator, create_timestamp, date, dropdown, location, integer, integer_list, number, number_list, person, person_list, tags, check_list, text, text_list, update_timestamp, updater, relationship, file_attachment_list. These types directly map to the column types supported on Tables website.
- "relationshipDetails": { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship.
- "linkedTable": "A String", # The name of the table this relationship is linked to.
- },
- "name": "A String", # column name
- "labels": [ # Optional. Range of labeled values for the column. Some columns like tags and drop-downs limit the values to a set of possible values. We return the range of values in such cases to help clients implement better user data validation.
- { # A single item in a labeled column.
- "id": "A String", # Internal id associated with the item.
- "name": "A String", # Display string as entered by user.
- },
- ],
- "id": "A String", # Internal id for a column.
+ ],
+ "lookupDetails": { # Details about a lookup column whose value comes from the associated relationship. # Optional. Indicates that this is a lookup column whose value is derived from the relationship column specified in the details. Lookup columns can not be updated directly. To change the value you must update the associated relationship column.
+ "relationshipColumn": "A String", # The name of the relationship column associated with the lookup.
+ "relationshipColumnId": "A String", # The id of the relationship column.
},
- ],
- "displayName": "A String", # The human readable title of the table.
- },
- ],
- }</pre>
+ "name": "A String", # column name
+ "relationshipDetails": { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship.
+ "linkedTable": "A String", # The name of the table this relationship is linked to.
+ },
+ },
+ ],
+ "displayName": "A String", # The human readable title of the table.
+ "name": "A String", # The resource name of the table. Table names have the form `tables/{table}`.
+ },
+ ],
+}</pre>
</div>
<div class="method">