1<html><body> 2<style> 3 4body, h1, h2, h3, div, span, p, pre, a { 5 margin: 0; 6 padding: 0; 7 border: 0; 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 13} 14 15body { 16 font-size: 13px; 17 padding: 1em; 18} 19 20h1 { 21 font-size: 26px; 22 margin-bottom: 1em; 23} 24 25h2 { 26 font-size: 24px; 27 margin-bottom: 1em; 28} 29 30h3 { 31 font-size: 20px; 32 margin-bottom: 1em; 33 margin-top: 1em; 34} 35 36pre, code { 37 line-height: 1.5; 38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; 39} 40 41pre { 42 margin-top: 0.5em; 43} 44 45h1, h2, h3, p { 46 font-family: Arial, sans serif; 47} 48 49h1, h2, h3 { 50 border-bottom: solid #CCC 1px; 51} 52 53.toc_element { 54 margin-top: 0.5em; 55} 56 57.firstline { 58 margin-left: 2 em; 59} 60 61.method { 62 margin-top: 1em; 63 border: solid 1px #CCC; 64 padding: 1em; 65 background: #EEE; 66} 67 68.details { 69 font-weight: bold; 70 font-size: 14px; 71} 72 73</style> 74 75<h1><a href="area120tables_v1alpha1.html">Area120 Tables API</a> . <a href="area120tables_v1alpha1.tables.html">tables</a></h1> 76<h2>Instance Methods</h2> 77<p class="toc_element"> 78 <code><a href="area120tables_v1alpha1.tables.rows.html">rows()</a></code> 79</p> 80<p class="firstline">Returns the rows Resource.</p> 81 82<p class="toc_element"> 83 <code><a href="#close">close()</a></code></p> 84<p class="firstline">Close httplib2 connections.</p> 85<p class="toc_element"> 86 <code><a href="#get">get(name, x__xgafv=None)</a></code></p> 87<p class="firstline">Gets a table. Returns NOT_FOUND if the table does not exist.</p> 88<p class="toc_element"> 89 <code><a href="#list">list(orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p> 90<p class="firstline">Lists tables for the user.</p> 91<p class="toc_element"> 92 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> 93<p class="firstline">Retrieves the next page of results.</p> 94<h3>Method Details</h3> 95<div class="method"> 96 <code class="details" id="close">close()</code> 97 <pre>Close httplib2 connections.</pre> 98</div> 99 100<div class="method"> 101 <code class="details" id="get">get(name, x__xgafv=None)</code> 102 <pre>Gets a table. Returns NOT_FOUND if the table does not exist. 103 104Args: 105 name: string, Required. The name of the table to retrieve. Format: tables/{table} (required) 106 x__xgafv: string, V1 error format. 107 Allowed values 108 1 - v1 error format 109 2 - v2 error format 110 111Returns: 112 An object of the form: 113 114 { # A single table. NextId: 8 115 "columns": [ # List of columns in this table. Order of columns matches the display order. 116 { # Details on a column in the table. 117 "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. 118 "dateDetails": { # Details about a date column. # Optional. Additional details about a date column. 119 "hasTime": True or False, # Whether the date column includes time. 120 }, 121 "id": "A String", # Internal id for a column. 122 "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. 123 { # A single item in a labeled column. 124 "id": "A String", # Internal id associated with the item. 125 "name": "A String", # Display string as entered by user. 126 }, 127 ], 128 "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. 129 "relationshipColumn": "A String", # The name of the relationship column associated with the lookup. 130 "relationshipColumnId": "A String", # The id of the relationship column. 131 }, 132 "multipleValuesDisallowed": True or False, # Optional. Indicates whether or not multiple values are allowed for array types where such a restriction is possible. 133 "name": "A String", # column name 134 "readonly": True or False, # Optional. Indicates that values for the column cannot be set by the user. 135 "relationshipDetails": { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship. 136 "linkedTable": "A String", # The name of the table this relationship is linked to. 137 }, 138 }, 139 ], 140 "createTime": "A String", # Time when the table was created. 141 "displayName": "A String", # The human readable title of the table. 142 "name": "A String", # The resource name of the table. Table names have the form `tables/{table}`. 143 "savedViews": [ # Saved views for this table. 144 { # A saved view of a table. NextId: 3 145 "id": "A String", # Internal id associated with the saved view. 146 "name": "A String", # Display name of the saved view. 147 }, 148 ], 149 "timeZone": "A String", # The time zone of the table. IANA Time Zone Database time zone, e.g. "America/New_York". 150 "updateTime": "A String", # Time when the table was last updated excluding updates to individual rows 151}</pre> 152</div> 153 154<div class="method"> 155 <code class="details" id="list">list(orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code> 156 <pre>Lists tables for the user. 157 158Args: 159 orderBy: string, Optional. Sorting order for the list of tables on createTime/updateTime. 160 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. 161 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. 162 x__xgafv: string, V1 error format. 163 Allowed values 164 1 - v1 error format 165 2 - v2 error format 166 167Returns: 168 An object of the form: 169 170 { # Response message for TablesService.ListTables. 171 "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. 172 "tables": [ # The list of tables. 173 { # A single table. NextId: 8 174 "columns": [ # List of columns in this table. Order of columns matches the display order. 175 { # Details on a column in the table. 176 "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. 177 "dateDetails": { # Details about a date column. # Optional. Additional details about a date column. 178 "hasTime": True or False, # Whether the date column includes time. 179 }, 180 "id": "A String", # Internal id for a column. 181 "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. 182 { # A single item in a labeled column. 183 "id": "A String", # Internal id associated with the item. 184 "name": "A String", # Display string as entered by user. 185 }, 186 ], 187 "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. 188 "relationshipColumn": "A String", # The name of the relationship column associated with the lookup. 189 "relationshipColumnId": "A String", # The id of the relationship column. 190 }, 191 "multipleValuesDisallowed": True or False, # Optional. Indicates whether or not multiple values are allowed for array types where such a restriction is possible. 192 "name": "A String", # column name 193 "readonly": True or False, # Optional. Indicates that values for the column cannot be set by the user. 194 "relationshipDetails": { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship. 195 "linkedTable": "A String", # The name of the table this relationship is linked to. 196 }, 197 }, 198 ], 199 "createTime": "A String", # Time when the table was created. 200 "displayName": "A String", # The human readable title of the table. 201 "name": "A String", # The resource name of the table. Table names have the form `tables/{table}`. 202 "savedViews": [ # Saved views for this table. 203 { # A saved view of a table. NextId: 3 204 "id": "A String", # Internal id associated with the saved view. 205 "name": "A String", # Display name of the saved view. 206 }, 207 ], 208 "timeZone": "A String", # The time zone of the table. IANA Time Zone Database time zone, e.g. "America/New_York". 209 "updateTime": "A String", # Time when the table was last updated excluding updates to individual rows 210 }, 211 ], 212}</pre> 213</div> 214 215<div class="method"> 216 <code class="details" id="list_next">list_next(previous_request, previous_response)</code> 217 <pre>Retrieves the next page of results. 218 219Args: 220 previous_request: The request for the previous page. (required) 221 previous_response: The response from the request for the previous page. (required) 222 223Returns: 224 A request object that you can call 'execute()' on to request the next 225 page. Returns None if there are no more items in the collection. 226 </pre> 227</div> 228 229</body></html>