Skip to content

Commit

Permalink
feat(area120tables): update the api
Browse files Browse the repository at this point in the history
#### area120tables:v1alpha1

The following keys were added:
- schemas.DateDetails (Total Keys: 3)
- schemas.Table.properties.timeZone.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Oct 12, 2021
1 parent 59606ed commit f35db63
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 6 deletions.
12 changes: 10 additions & 2 deletions docs/dyn/area120tables_v1alpha1.tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,13 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # A single table. NextId: 7
{ # A single table. NextId: 8
&quot;columns&quot;: [ # List of columns in this table. Order of columns matches the display order.
{ # Details on a column in the table.
&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.
&quot;dateDetails&quot;: { # Details about a date column. # Optional. Additional details about a date column.
&quot;hasTime&quot;: True or False, # Whether the date column includes time.
},
&quot;id&quot;: &quot;A String&quot;, # Internal id for a column.
&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.
{ # A single item in a labeled column.
Expand Down Expand Up @@ -143,6 +146,7 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Display name of the saved view.
},
],
&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;.
&quot;updateTime&quot;: &quot;A String&quot;, # Time when the table was last updated excluding updates to individual rows
}</pre>
</div>
Expand All @@ -166,10 +170,13 @@ <h3>Method Details</h3>
{ # Response message for TablesService.ListTables.
&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.
&quot;tables&quot;: [ # The list of tables.
{ # A single table. NextId: 7
{ # A single table. NextId: 8
&quot;columns&quot;: [ # List of columns in this table. Order of columns matches the display order.
{ # Details on a column in the table.
&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.
&quot;dateDetails&quot;: { # Details about a date column. # Optional. Additional details about a date column.
&quot;hasTime&quot;: True or False, # Whether the date column includes time.
},
&quot;id&quot;: &quot;A String&quot;, # Internal id for a column.
&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.
{ # A single item in a labeled column.
Expand Down Expand Up @@ -198,6 +205,7 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Display name of the saved view.
},
],
&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;.
&quot;updateTime&quot;: &quot;A String&quot;, # Time when the table was last updated excluding updates to individual rows
},
],
Expand Down
12 changes: 10 additions & 2 deletions docs/dyn/area120tables_v1alpha1.workspaces.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,13 @@ <h3>Method Details</h3>
&quot;displayName&quot;: &quot;A String&quot;, # The human readable title of the workspace.
&quot;name&quot;: &quot;A String&quot;, # The resource name of the workspace. Workspace names have the form `workspaces/{workspace}`.
&quot;tables&quot;: [ # The list of tables in the workspace.
{ # A single table. NextId: 7
{ # A single table. NextId: 8
&quot;columns&quot;: [ # List of columns in this table. Order of columns matches the display order.
{ # Details on a column in the table.
&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.
&quot;dateDetails&quot;: { # Details about a date column. # Optional. Additional details about a date column.
&quot;hasTime&quot;: True or False, # Whether the date column includes time.
},
&quot;id&quot;: &quot;A String&quot;, # Internal id for a column.
&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.
{ # A single item in a labeled column.
Expand Down Expand Up @@ -143,6 +146,7 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Display name of the saved view.
},
],
&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;.
&quot;updateTime&quot;: &quot;A String&quot;, # Time when the table was last updated excluding updates to individual rows
},
],
Expand Down Expand Up @@ -173,10 +177,13 @@ <h3>Method Details</h3>
&quot;displayName&quot;: &quot;A String&quot;, # The human readable title of the workspace.
&quot;name&quot;: &quot;A String&quot;, # The resource name of the workspace. Workspace names have the form `workspaces/{workspace}`.
&quot;tables&quot;: [ # The list of tables in the workspace.
{ # A single table. NextId: 7
{ # A single table. NextId: 8
&quot;columns&quot;: [ # List of columns in this table. Order of columns matches the display order.
{ # Details on a column in the table.
&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.
&quot;dateDetails&quot;: { # Details about a date column. # Optional. Additional details about a date column.
&quot;hasTime&quot;: True or False, # Whether the date column includes time.
},
&quot;id&quot;: &quot;A String&quot;, # Internal id for a column.
&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.
{ # A single item in a labeled column.
Expand Down Expand Up @@ -205,6 +212,7 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Display name of the saved view.
},
],
&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;.
&quot;updateTime&quot;: &quot;A String&quot;, # Time when the table was last updated excluding updates to individual rows
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
}
}
},
"revision": "20211002",
"revision": "20211008",
"rootUrl": "https://area120tables.googleapis.com/",
"schemas": {
"BatchCreateRowsRequest": {
Expand Down Expand Up @@ -667,6 +667,10 @@
"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.",
"type": "string"
},
"dateDetails": {
"$ref": "DateDetails",
"description": "Optional. Additional details about a date column."
},
"id": {
"description": "Internal id for a column.",
"type": "string"
Expand Down Expand Up @@ -728,6 +732,17 @@
},
"type": "object"
},
"DateDetails": {
"description": "Details about a date column.",
"id": "DateDetails",
"properties": {
"hasTime": {
"description": "Whether the date column includes time.",
"type": "boolean"
}
},
"type": "object"
},
"Empty": {
"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 `{}`.",
"id": "Empty",
Expand Down Expand Up @@ -873,7 +888,7 @@
"type": "object"
},
"Table": {
"description": "A single table. NextId: 7",
"description": "A single table. NextId: 8",
"id": "Table",
"properties": {
"columns": {
Expand Down Expand Up @@ -903,6 +918,10 @@
},
"type": "array"
},
"timeZone": {
"description": "The time zone of the table. IANA Time Zone Database time zone, e.g. \"America/New_York\".",
"type": "string"
},
"updateTime": {
"description": "Time when the table was last updated excluding updates to individual rows",
"format": "google-datetime",
Expand Down

0 comments on commit f35db63

Please sign in to comment.