Skip to content

Commit f35db63

Browse files
feat(area120tables): update the api
#### area120tables:v1alpha1 The following keys were added: - schemas.DateDetails (Total Keys: 3) - schemas.Table.properties.timeZone.type (Total Keys: 1)
1 parent 59606ed commit f35db63

File tree

3 files changed

+41
-6
lines changed

3 files changed

+41
-6
lines changed

docs/dyn/area120tables_v1alpha1.tables.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,13 @@ <h3>Method Details</h3>
111111
Returns:
112112
An object of the form:
113113

114-
{ # A single table. NextId: 7
114+
{ # A single table. NextId: 8
115115
&quot;columns&quot;: [ # List of columns in this table. Order of columns matches the display order.
116116
{ # Details on a column in the table.
117117
&quot;dataType&quot;: &quot;A String&quot;, # 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+
&quot;dateDetails&quot;: { # Details about a date column. # Optional. Additional details about a date column.
119+
&quot;hasTime&quot;: True or False, # Whether the date column includes time.
120+
},
118121
&quot;id&quot;: &quot;A String&quot;, # Internal id for a column.
119122
&quot;labels&quot;: [ # 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.
120123
{ # A single item in a labeled column.
@@ -143,6 +146,7 @@ <h3>Method Details</h3>
143146
&quot;name&quot;: &quot;A String&quot;, # Display name of the saved view.
144147
},
145148
],
149+
&quot;timeZone&quot;: &quot;A String&quot;, # The time zone of the table. IANA Time Zone Database time zone, e.g. &quot;America/New_York&quot;.
146150
&quot;updateTime&quot;: &quot;A String&quot;, # Time when the table was last updated excluding updates to individual rows
147151
}</pre>
148152
</div>
@@ -166,10 +170,13 @@ <h3>Method Details</h3>
166170
{ # Response message for TablesService.ListTables.
167171
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is empty, there are no subsequent pages.
168172
&quot;tables&quot;: [ # The list of tables.
169-
{ # A single table. NextId: 7
173+
{ # A single table. NextId: 8
170174
&quot;columns&quot;: [ # List of columns in this table. Order of columns matches the display order.
171175
{ # Details on a column in the table.
172176
&quot;dataType&quot;: &quot;A String&quot;, # 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+
&quot;dateDetails&quot;: { # Details about a date column. # Optional. Additional details about a date column.
178+
&quot;hasTime&quot;: True or False, # Whether the date column includes time.
179+
},
173180
&quot;id&quot;: &quot;A String&quot;, # Internal id for a column.
174181
&quot;labels&quot;: [ # 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.
175182
{ # A single item in a labeled column.
@@ -198,6 +205,7 @@ <h3>Method Details</h3>
198205
&quot;name&quot;: &quot;A String&quot;, # Display name of the saved view.
199206
},
200207
],
208+
&quot;timeZone&quot;: &quot;A String&quot;, # The time zone of the table. IANA Time Zone Database time zone, e.g. &quot;America/New_York&quot;.
201209
&quot;updateTime&quot;: &quot;A String&quot;, # Time when the table was last updated excluding updates to individual rows
202210
},
203211
],

docs/dyn/area120tables_v1alpha1.workspaces.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,13 @@ <h3>Method Details</h3>
111111
&quot;displayName&quot;: &quot;A String&quot;, # The human readable title of the workspace.
112112
&quot;name&quot;: &quot;A String&quot;, # The resource name of the workspace. Workspace names have the form `workspaces/{workspace}`.
113113
&quot;tables&quot;: [ # The list of tables in the workspace.
114-
{ # A single table. NextId: 7
114+
{ # A single table. NextId: 8
115115
&quot;columns&quot;: [ # List of columns in this table. Order of columns matches the display order.
116116
{ # Details on a column in the table.
117117
&quot;dataType&quot;: &quot;A String&quot;, # 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+
&quot;dateDetails&quot;: { # Details about a date column. # Optional. Additional details about a date column.
119+
&quot;hasTime&quot;: True or False, # Whether the date column includes time.
120+
},
118121
&quot;id&quot;: &quot;A String&quot;, # Internal id for a column.
119122
&quot;labels&quot;: [ # 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.
120123
{ # A single item in a labeled column.
@@ -143,6 +146,7 @@ <h3>Method Details</h3>
143146
&quot;name&quot;: &quot;A String&quot;, # Display name of the saved view.
144147
},
145148
],
149+
&quot;timeZone&quot;: &quot;A String&quot;, # The time zone of the table. IANA Time Zone Database time zone, e.g. &quot;America/New_York&quot;.
146150
&quot;updateTime&quot;: &quot;A String&quot;, # Time when the table was last updated excluding updates to individual rows
147151
},
148152
],
@@ -173,10 +177,13 @@ <h3>Method Details</h3>
173177
&quot;displayName&quot;: &quot;A String&quot;, # The human readable title of the workspace.
174178
&quot;name&quot;: &quot;A String&quot;, # The resource name of the workspace. Workspace names have the form `workspaces/{workspace}`.
175179
&quot;tables&quot;: [ # The list of tables in the workspace.
176-
{ # A single table. NextId: 7
180+
{ # A single table. NextId: 8
177181
&quot;columns&quot;: [ # List of columns in this table. Order of columns matches the display order.
178182
{ # Details on a column in the table.
179183
&quot;dataType&quot;: &quot;A String&quot;, # 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+
&quot;dateDetails&quot;: { # Details about a date column. # Optional. Additional details about a date column.
185+
&quot;hasTime&quot;: True or False, # Whether the date column includes time.
186+
},
180187
&quot;id&quot;: &quot;A String&quot;, # Internal id for a column.
181188
&quot;labels&quot;: [ # 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.
182189
{ # A single item in a labeled column.
@@ -205,6 +212,7 @@ <h3>Method Details</h3>
205212
&quot;name&quot;: &quot;A String&quot;, # Display name of the saved view.
206213
},
207214
],
215+
&quot;timeZone&quot;: &quot;A String&quot;, # The time zone of the table. IANA Time Zone Database time zone, e.g. &quot;America/New_York&quot;.
208216
&quot;updateTime&quot;: &quot;A String&quot;, # Time when the table was last updated excluding updates to individual rows
209217
},
210218
],

googleapiclient/discovery_cache/documents/area120tables.v1alpha1.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@
586586
}
587587
}
588588
},
589-
"revision": "20211002",
589+
"revision": "20211008",
590590
"rootUrl": "https://area120tables.googleapis.com/",
591591
"schemas": {
592592
"BatchCreateRowsRequest": {
@@ -667,6 +667,10 @@
667667
"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.",
668668
"type": "string"
669669
},
670+
"dateDetails": {
671+
"$ref": "DateDetails",
672+
"description": "Optional. Additional details about a date column."
673+
},
670674
"id": {
671675
"description": "Internal id for a column.",
672676
"type": "string"
@@ -728,6 +732,17 @@
728732
},
729733
"type": "object"
730734
},
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+
},
731746
"Empty": {
732747
"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 `{}`.",
733748
"id": "Empty",
@@ -873,7 +888,7 @@
873888
"type": "object"
874889
},
875890
"Table": {
876-
"description": "A single table. NextId: 7",
891+
"description": "A single table. NextId: 8",
877892
"id": "Table",
878893
"properties": {
879894
"columns": {
@@ -903,6 +918,10 @@
903918
},
904919
"type": "array"
905920
},
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+
},
906925
"updateTime": {
907926
"description": "Time when the table was last updated excluding updates to individual rows",
908927
"format": "google-datetime",

0 commit comments

Comments
 (0)