Resource: DataTableRow
DataTableRow represents a single row in a data table.
JSON representation |
---|
{ "name": string, "values": [ string ], "create_time": string, "update_time": string } |
Fields | |
---|---|
name |
Identifier. The resource name of the data table Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row} |
values[] |
Required. All column values for a single row. The values should be in the same order as the columns of the data tables. |
create_ |
Output only. DataTableRow create time Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
update_ |
Output only. DataTableRow update time Uses RFC 3339, where generated output will always be Z-normalized and uses 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 |