Resource: DataTableRow
DataTableRow represents a single row in a data table.
| JSON representation | 
|---|
| { "name": string, "values": [ string ], "createTime": string, "updateTime": string } | 
| Fields | |
|---|---|
| name | 
 Identifier. The resource name of the data table Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{dataTable}/dataTableRows/{dataTableRow} | 
| values[] | 
 Required. All column values for a single row. The values should be in the same order as the columns of the data tables. | 
| createTime | 
 Output only. DataTableRow create time Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| updateTime | 
 Output only. DataTableRow update time Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| Methods | |
|---|---|
| 
 | Create data table rows in bulk. | 
| 
 | Create data table rows in bulk asynchronously. | 
| 
 | Get data table rows in bulk. | 
| 
 | Replace all existing data table rows with new data table rows. | 
| 
 | Replace all existing data table rows with new data table rows asynchronously. | 
| 
 | Update data table rows in bulk. | 
| 
 | Update data table rows in bulk asynchronously. | 
| 
 | Create a new data table row. | 
| 
 | Delete data table row. | 
| 
 | Get data table row | 
| 
 | List data table rows. | 
| 
 | Update data table row |