Google Cloud Chronicle V1 Client - Class CreateDataTableRowRequest (0.3.0)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class CreateDataTableRowRequest.

Request to create data table row.

Generated from protobuf message google.cloud.chronicle.v1.CreateDataTableRowRequest

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}

↳ data_table_row DataTableRow

Required. The data table row to create.

getParent

Required. The resource id of the data table.

Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}

Returns
Type Description
string

setParent

Required. The resource id of the data table.

Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}

Parameter
Name Description
var string
Returns
Type Description
$this

getDataTableRow

Required. The data table row to create.

Returns
Type Description
DataTableRow|null

hasDataTableRow

clearDataTableRow

setDataTableRow

Required. The data table row to create.

Parameter
Name Description
var DataTableRow
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table} Please see DataTableServiceClient::dataTableName() for help formatting this field.

dataTableRow DataTableRow

Required. The data table row to create.

Returns
Type Description
CreateDataTableRowRequest