Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DeleteDataTableRequest.
Request message for deleting data tables.
Generated from protobuf message google.cloud.chronicle.v1.DeleteDataTableRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the data table to delete. Format projects/{project}/locations/{location}/instances/{instances}/dataTables/{data_table}
↳ force
bool
Optional. If set to true, any rows under this data table will also be deleted. (Otherwise, the request will only work if the data table has no rows.)
getName
Required. The resource name of the data table to delete.
Format projects/{project}/locations/{location}/instances/{instances}/dataTables/{data_table}
string
setName
Required. The resource name of the data table to delete.
Format projects/{project}/locations/{location}/instances/{instances}/dataTables/{data_table}
var
string
$this
getForce
Optional. If set to true, any rows under this data table will also be deleted. (Otherwise, the request will only work if the data table has no rows.)
bool
setForce
Optional. If set to true, any rows under this data table will also be deleted. (Otherwise, the request will only work if the data table has no rows.)
var
bool
$this
static::build
name
string
Required. The resource name of the data table to delete. Format projects/{project}/locations/{location}/instances/{instances}/dataTables/{data_table} Please see DataTableServiceClient::dataTableName() for help formatting this field.
force
bool
Optional. If set to true, any rows under this data table will also be deleted. (Otherwise, the request will only work if the data table has no rows.)

