Class DeleteDataTableRequest (0.5.0)

DeleteDataTableRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for deleting data tables.

Attributes

Name Description
name str
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.)