Google Cloud Chronicle V1 Client - Class DataTableRow (0.3.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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 Google\Protobuf\Timestamp

Output only. DataTableRow create time

↳ update_time Google\Protobuf\Timestamp

Output only. DataTableRow 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}

Returns
Type Description
string

setName

Identifier. The resource name of the data table Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}

Parameter
Name Description
var string
Returns
Type Description
$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.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setValues

Required. All column values for a single row. The values should be in the same order as the columns of the data tables.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getCreateTime

Output only. DataTableRow create time

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. DataTableRow create time

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getUpdateTime

Output only. DataTableRow update time

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. DataTableRow update time

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getRowTimeToLive

Optional. User-provided TTL of the data table row.

Returns
Type Description
string

setRowTimeToLive

Optional. User-provided TTL of the data table row.

Parameter
Name Description
var string
Returns
Type Description
$this