You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"relationshipColumn": "A String", # The name of the relationship column associated with the lookup.
127
127
"relationshipColumnId": "A String", # The id of the relationship column.
128
128
},
129
+
"multipleValuesDisallowed": True or False, # Optional. Indicates whether or not multiple values are allowed for array types where such a restriction is possible.
129
130
"name": "A String", # column name
130
131
"relationshipDetails": { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship.
131
132
"linkedTable": "A String", # The name of the table this relationship is linked to.
orderBy: string, Optional. Sorting order for the list of tables on createTime/updateTime.
153
155
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.
154
156
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.
155
157
x__xgafv: string, V1 error format.
@@ -178,6 +180,7 @@ <h3>Method Details</h3>
178
180
"relationshipColumn": "A String", # The name of the relationship column associated with the lookup.
179
181
"relationshipColumnId": "A String", # The id of the relationship column.
180
182
},
183
+
"multipleValuesDisallowed": True or False, # Optional. Indicates whether or not multiple values are allowed for array types where such a restriction is possible.
181
184
"name": "A String", # column name
182
185
"relationshipDetails": { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship.
183
186
"linkedTable": "A String", # The name of the table this relationship is linked to.
<pre>Lists rows in a table. Returns NOT_FOUND if the table does not exist.
325
325
326
326
Args:
327
327
parent: string, Required. The parent table. Format: tables/{table} (required)
328
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).
329
+
orderBy: string, Optional. Sorting order for the list of rows on createTime/updateTime.
329
330
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.
330
331
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.
331
332
view: string, Optional. Column key to use for values in the row. Defaults to user entered name.
Copy file name to clipboardExpand all lines: docs/dyn/area120tables_v1alpha1.workspaces.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,7 @@ <h3>Method Details</h3>
126
126
"relationshipColumn": "A String", # The name of the relationship column associated with the lookup.
127
127
"relationshipColumnId": "A String", # The id of the relationship column.
128
128
},
129
+
"multipleValuesDisallowed": True or False, # Optional. Indicates whether or not multiple values are allowed for array types where such a restriction is possible.
129
130
"name": "A String", # column name
130
131
"relationshipDetails": { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship.
131
132
"linkedTable": "A String", # The name of the table this relationship is linked to.
@@ -186,6 +187,7 @@ <h3>Method Details</h3>
186
187
"relationshipColumn": "A String", # The name of the relationship column associated with the lookup.
187
188
"relationshipColumnId": "A String", # The id of the relationship column.
188
189
},
190
+
"multipleValuesDisallowed": True or False, # Optional. Indicates whether or not multiple values are allowed for array types where such a restriction is possible.
189
191
"name": "A String", # column name
190
192
"relationshipDetails": { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship.
191
193
"linkedTable": "A String", # The name of the table this relationship is linked to.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/area120tables.v1alpha1.json
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,11 @@
159
159
"id": "area120tables.tables.list",
160
160
"parameterOrder": [],
161
161
"parameters": {
162
+
"orderBy": {
163
+
"description": "Optional. Sorting order for the list of tables on createTime/updateTime.",
164
+
"location": "query",
165
+
"type": "string"
166
+
},
162
167
"pageSize": {
163
168
"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.",
164
169
"format": "int32",
@@ -410,6 +415,11 @@
410
415
"location": "query",
411
416
"type": "string"
412
417
},
418
+
"orderBy": {
419
+
"description": "Optional. Sorting order for the list of rows on createTime/updateTime.",
420
+
"location": "query",
421
+
"type": "string"
422
+
},
413
423
"pageSize": {
414
424
"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.",
"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."
674
684
},
685
+
"multipleValuesDisallowed": {
686
+
"description": "Optional. Indicates whether or not multiple values are allowed for array types where such a restriction is possible.",
0 commit comments