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 \ V1Methods
__construct
Constructor.
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
getParent
Required. The resource id of the data table.
Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}
string
setParent
Required. The resource id of the data table.
Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}
var
string
$this
getDataTableRow
Required. The data table row to create.
hasDataTableRow
clearDataTableRow
setDataTableRow
Required. The data table row to create.
$this
static::build
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

