Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DataTableRow.
DataTableRow represents a single row in a data table.
Generated from protobuf message google.cloud.chronicle.v1.DataTableRow
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The resource name of the data table Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
↳ values
string[]
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
↳ update_time
↳ row_time_to_live
string
Optional. User-provided TTL of the data table row.
getName
Identifier. The resource name of the data table Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
string
setName
Identifier. The resource name of the data table Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
var
string
$this
getValues
Required. All column values for a single row. The values should be in the same order as the columns of the data tables.
setValues
Required. All column values for a single row. The values should be in the same order as the columns of the data tables.
var
string[]
$this
getCreateTime
Output only. DataTableRow create time
hasCreateTime
clearCreateTime
setCreateTime
Output only. DataTableRow create time
$this
getUpdateTime
Output only. DataTableRow update time
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. DataTableRow update time
$this
getRowTimeToLive
Optional. User-provided TTL of the data table row.
string
setRowTimeToLive
Optional. User-provided TTL of the data table row.
var
string
$this

