Skip to content

Commit 8f17f3f

Browse files
chore(area120tables): update the api
1 parent 21a23d9 commit 8f17f3f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/dyn/area120tables_v1alpha1.tables.rows.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ <h3>Method Details</h3>
325325

326326
Args:
327327
parent: string, Required. The parent table. Format: tables/{table} (required)
328-
filter: string, Optional. Raw text query to search for in rows of the table. Special characters must be escaped. Logical operators and field specific filtering not supported.
328+
filter: string, Optional. Filter to only include resources matching the requirements. For more information, see [Filtering list results](https://support.google.com/area120-tables/answer/10503371).
329329
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.
330330
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.
331331
view: string, Optional. Column key to use for values in the row. Defaults to user entered name.

googleapiclient/discovery_cache/documents/area120tables.v1alpha1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "See, edit, create, and delete all of your Google Drive files"
77
},
88
"https://www.googleapis.com/auth/drive.file": {
9-
"description": "View and manage Google Drive files and folders that you have opened or created with this app"
9+
"description": "See, edit, create, and delete only the specific Google Drive files you use with this app"
1010
},
1111
"https://www.googleapis.com/auth/drive.readonly": {
1212
"description": "See and download all your Google Drive files"
@@ -406,7 +406,7 @@
406406
],
407407
"parameters": {
408408
"filter": {
409-
"description": "Optional. Raw text query to search for in rows of the table. Special characters must be escaped. Logical operators and field specific filtering not supported.",
409+
"description": "Optional. Filter to only include resources matching the requirements. For more information, see [Filtering list results](https://support.google.com/area120-tables/answer/10503371).",
410410
"location": "query",
411411
"type": "string"
412412
},
@@ -576,7 +576,7 @@
576576
}
577577
}
578578
},
579-
"revision": "20210217",
579+
"revision": "20210319",
580580
"rootUrl": "https://area120tables.googleapis.com/",
581581
"schemas": {
582582
"BatchCreateRowsRequest": {

0 commit comments

Comments
 (0)