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
Copy file name to clipboardExpand all lines: docs/dyn/area120tables_v1alpha1.tables.html
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -111,10 +111,13 @@ <h3>Method Details</h3>
111
111
Returns:
112
112
An object of the form:
113
113
114
-
{ # A single table. NextId: 7
114
+
{ # A single table. NextId: 8
115
115
"columns": [ # List of columns in this table. Order of columns matches the display order.
116
116
{ # Details on a column in the table.
117
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
+
},
118
121
"id": "A String", # Internal id for a column.
119
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.
120
123
{ # A single item in a labeled column.
@@ -143,6 +146,7 @@ <h3>Method Details</h3>
143
146
"name": "A String", # Display name of the saved view.
144
147
},
145
148
],
149
+
"timeZone": "A String", # The time zone of the table. IANA Time Zone Database time zone, e.g. "America/New_York".
146
150
"updateTime": "A String", # Time when the table was last updated excluding updates to individual rows
147
151
}</pre>
148
152
</div>
@@ -166,10 +170,13 @@ <h3>Method Details</h3>
166
170
{ # Response message for TablesService.ListTables.
167
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.
168
172
"tables": [ # The list of tables.
169
-
{ # A single table. NextId: 7
173
+
{ # A single table. NextId: 8
170
174
"columns": [ # List of columns in this table. Order of columns matches the display order.
171
175
{ # Details on a column in the table.
172
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
+
},
173
180
"id": "A String", # Internal id for a column.
174
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.
175
182
{ # A single item in a labeled column.
@@ -198,6 +205,7 @@ <h3>Method Details</h3>
198
205
"name": "A String", # Display name of the saved view.
199
206
},
200
207
],
208
+
"timeZone": "A String", # The time zone of the table. IANA Time Zone Database time zone, e.g. "America/New_York".
201
209
"updateTime": "A String", # Time when the table was last updated excluding updates to individual rows
Copy file name to clipboardExpand all lines: docs/dyn/area120tables_v1alpha1.workspaces.html
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -111,10 +111,13 @@ <h3>Method Details</h3>
111
111
"displayName": "A String", # The human readable title of the workspace.
112
112
"name": "A String", # The resource name of the workspace. Workspace names have the form `workspaces/{workspace}`.
113
113
"tables": [ # The list of tables in the workspace.
114
-
{ # A single table. NextId: 7
114
+
{ # A single table. NextId: 8
115
115
"columns": [ # List of columns in this table. Order of columns matches the display order.
116
116
{ # Details on a column in the table.
117
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
+
},
118
121
"id": "A String", # Internal id for a column.
119
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.
120
123
{ # A single item in a labeled column.
@@ -143,6 +146,7 @@ <h3>Method Details</h3>
143
146
"name": "A String", # Display name of the saved view.
144
147
},
145
148
],
149
+
"timeZone": "A String", # The time zone of the table. IANA Time Zone Database time zone, e.g. "America/New_York".
146
150
"updateTime": "A String", # Time when the table was last updated excluding updates to individual rows
147
151
},
148
152
],
@@ -173,10 +177,13 @@ <h3>Method Details</h3>
173
177
"displayName": "A String", # The human readable title of the workspace.
174
178
"name": "A String", # The resource name of the workspace. Workspace names have the form `workspaces/{workspace}`.
175
179
"tables": [ # The list of tables in the workspace.
176
-
{ # A single table. NextId: 7
180
+
{ # A single table. NextId: 8
177
181
"columns": [ # List of columns in this table. Order of columns matches the display order.
178
182
{ # Details on a column in the table.
179
183
"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.
184
+
"dateDetails": { # Details about a date column. # Optional. Additional details about a date column.
185
+
"hasTime": True or False, # Whether the date column includes time.
186
+
},
180
187
"id": "A String", # Internal id for a column.
181
188
"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
189
{ # A single item in a labeled column.
@@ -205,6 +212,7 @@ <h3>Method Details</h3>
205
212
"name": "A String", # Display name of the saved view.
206
213
},
207
214
],
215
+
"timeZone": "A String", # The time zone of the table. IANA Time Zone Database time zone, e.g. "America/New_York".
208
216
"updateTime": "A String", # Time when the table was last updated excluding updates to individual rows
"description": "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.",
668
668
"type": "string"
669
669
},
670
+
"dateDetails": {
671
+
"$ref": "DateDetails",
672
+
"description": "Optional. Additional details about a date column."
673
+
},
670
674
"id": {
671
675
"description": "Internal id for a column.",
672
676
"type": "string"
@@ -728,6 +732,17 @@
728
732
},
729
733
"type": "object"
730
734
},
735
+
"DateDetails": {
736
+
"description": "Details about a date column.",
737
+
"id": "DateDetails",
738
+
"properties": {
739
+
"hasTime": {
740
+
"description": "Whether the date column includes time.",
741
+
"type": "boolean"
742
+
}
743
+
},
744
+
"type": "object"
745
+
},
731
746
"Empty": {
732
747
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.",
733
748
"id": "Empty",
@@ -873,7 +888,7 @@
873
888
"type": "object"
874
889
},
875
890
"Table": {
876
-
"description": "A single table. NextId: 7",
891
+
"description": "A single table. NextId: 8",
877
892
"id": "Table",
878
893
"properties": {
879
894
"columns": {
@@ -903,6 +918,10 @@
903
918
},
904
919
"type": "array"
905
920
},
921
+
"timeZone": {
922
+
"description": "The time zone of the table. IANA Time Zone Database time zone, e.g. \"America/New_York\".",
923
+
"type": "string"
924
+
},
906
925
"updateTime": {
907
926
"description": "Time when the table was last updated excluding updates to individual rows",
0 commit comments