DataTableRow(mapping=None, *, ignore_unknown_fields=False, **kwargs)DataTableRow represents a single row in a data table.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. The resource name of the data table Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row} |
values |
MutableSequence[str]
Required. All column values for a single row. The values should be in the same order as the columns of the data tables. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. DataTableRow create time |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. DataTableRow update time |
row_time_to_live |
str
Optional. User-provided TTL of the data table row. |