Skip to content

Commit 1132721

Browse files
feat(area120tables): update the api
#### area120tables:v1alpha1 The following keys were added: - resources.tables.methods.list.parameters.orderBy (Total Keys: 2) - resources.tables.resources.rows.methods.list.parameters.orderBy (Total Keys: 2)
1 parent c2ce22a commit 1132721

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

docs/dyn/area120tables_v1alpha1.tables.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h2>Instance Methods</h2>
8686
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
8787
<p class="firstline">Gets a table. Returns NOT_FOUND if the table does not exist.</p>
8888
<p class="toc_element">
89-
<code><a href="#list">list(pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
89+
<code><a href="#list">list(orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9090
<p class="firstline">Lists tables for the user.</p>
9191
<p class="toc_element">
9292
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -126,6 +126,7 @@ <h3>Method Details</h3>
126126
&quot;relationshipColumn&quot;: &quot;A String&quot;, # The name of the relationship column associated with the lookup.
127127
&quot;relationshipColumnId&quot;: &quot;A String&quot;, # The id of the relationship column.
128128
},
129+
&quot;multipleValuesDisallowed&quot;: True or False, # Optional. Indicates whether or not multiple values are allowed for array types where such a restriction is possible.
129130
&quot;name&quot;: &quot;A String&quot;, # column name
130131
&quot;relationshipDetails&quot;: { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship.
131132
&quot;linkedTable&quot;: &quot;A String&quot;, # The name of the table this relationship is linked to.
@@ -146,10 +147,11 @@ <h3>Method Details</h3>
146147
</div>
147148

148149
<div class="method">
149-
<code class="details" id="list">list(pageSize=None, pageToken=None, x__xgafv=None)</code>
150+
<code class="details" id="list">list(orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
150151
<pre>Lists tables for the user.
151152

152153
Args:
154+
orderBy: string, Optional. Sorting order for the list of tables on createTime/updateTime.
153155
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.
154156
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.
155157
x__xgafv: string, V1 error format.
@@ -178,6 +180,7 @@ <h3>Method Details</h3>
178180
&quot;relationshipColumn&quot;: &quot;A String&quot;, # The name of the relationship column associated with the lookup.
179181
&quot;relationshipColumnId&quot;: &quot;A String&quot;, # The id of the relationship column.
180182
},
183+
&quot;multipleValuesDisallowed&quot;: True or False, # Optional. Indicates whether or not multiple values are allowed for array types where such a restriction is possible.
181184
&quot;name&quot;: &quot;A String&quot;, # column name
182185
&quot;relationshipDetails&quot;: { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship.
183186
&quot;linkedTable&quot;: &quot;A String&quot;, # The name of the table this relationship is linked to.

docs/dyn/area120tables_v1alpha1.tables.rows.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h2>Instance Methods</h2>
9696
<code><a href="#get">get(name, view=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Gets a row. Returns NOT_FOUND if the row does not exist in the table.</p>
9898
<p class="toc_element">
99-
<code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, view=None, x__xgafv=None)</a></code></p>
99+
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, view=None, x__xgafv=None)</a></code></p>
100100
<p class="firstline">Lists rows in a table. Returns NOT_FOUND if the table does not exist.</p>
101101
<p class="toc_element">
102102
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -320,12 +320,13 @@ <h3>Method Details</h3>
320320
</div>
321321

322322
<div class="method">
323-
<code class="details" id="list">list(parent, filter=None, pageSize=None, pageToken=None, view=None, x__xgafv=None)</code>
323+
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, view=None, x__xgafv=None)</code>
324324
<pre>Lists rows in a table. Returns NOT_FOUND if the table does not exist.
325325

326326
Args:
327327
parent: string, Required. The parent table. Format: tables/{table} (required)
328328
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).
329+
orderBy: string, Optional. Sorting order for the list of rows on createTime/updateTime.
329330
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.
330331
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.
331332
view: string, Optional. Column key to use for values in the row. Defaults to user entered name.

docs/dyn/area120tables_v1alpha1.workspaces.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ <h3>Method Details</h3>
126126
&quot;relationshipColumn&quot;: &quot;A String&quot;, # The name of the relationship column associated with the lookup.
127127
&quot;relationshipColumnId&quot;: &quot;A String&quot;, # The id of the relationship column.
128128
},
129+
&quot;multipleValuesDisallowed&quot;: True or False, # Optional. Indicates whether or not multiple values are allowed for array types where such a restriction is possible.
129130
&quot;name&quot;: &quot;A String&quot;, # column name
130131
&quot;relationshipDetails&quot;: { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship.
131132
&quot;linkedTable&quot;: &quot;A String&quot;, # The name of the table this relationship is linked to.
@@ -186,6 +187,7 @@ <h3>Method Details</h3>
186187
&quot;relationshipColumn&quot;: &quot;A String&quot;, # The name of the relationship column associated with the lookup.
187188
&quot;relationshipColumnId&quot;: &quot;A String&quot;, # The id of the relationship column.
188189
},
190+
&quot;multipleValuesDisallowed&quot;: True or False, # Optional. Indicates whether or not multiple values are allowed for array types where such a restriction is possible.
189191
&quot;name&quot;: &quot;A String&quot;, # column name
190192
&quot;relationshipDetails&quot;: { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship.
191193
&quot;linkedTable&quot;: &quot;A String&quot;, # The name of the table this relationship is linked to.

googleapiclient/discovery_cache/documents/area120tables.v1alpha1.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@
159159
"id": "area120tables.tables.list",
160160
"parameterOrder": [],
161161
"parameters": {
162+
"orderBy": {
163+
"description": "Optional. Sorting order for the list of tables on createTime/updateTime.",
164+
"location": "query",
165+
"type": "string"
166+
},
162167
"pageSize": {
163168
"description": "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.",
164169
"format": "int32",
@@ -410,6 +415,11 @@
410415
"location": "query",
411416
"type": "string"
412417
},
418+
"orderBy": {
419+
"description": "Optional. Sorting order for the list of rows on createTime/updateTime.",
420+
"location": "query",
421+
"type": "string"
422+
},
413423
"pageSize": {
414424
"description": "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.",
415425
"format": "int32",
@@ -576,7 +586,7 @@
576586
}
577587
}
578588
},
579-
"revision": "20210410",
589+
"revision": "20210415",
580590
"rootUrl": "https://area120tables.googleapis.com/",
581591
"schemas": {
582592
"BatchCreateRowsRequest": {
@@ -672,6 +682,10 @@
672682
"$ref": "LookupDetails",
673683
"description": "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."
674684
},
685+
"multipleValuesDisallowed": {
686+
"description": "Optional. Indicates whether or not multiple values are allowed for array types where such a restriction is possible.",
687+
"type": "boolean"
688+
},
675689
"name": {
676690
"description": "column name",
677691
"type": "string"

0 commit comments

Comments
 (0)