Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::DeleteDataTableRequest.
Request message for deleting data tables.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#force
def force() -> ::Boolean
Returns
- (::Boolean) — 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.)
#force=
def force=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.)
Returns
- (::Boolean) — 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.)
#name
def name() -> ::String
Returns
- (::String) — Required. The resource name of the data table to delete. Format projects/{project}/locations/{location}/instances/{instances}/dataTables/{data_table}
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of the data table to delete. Format projects/{project}/locations/{location}/instances/{instances}/dataTables/{data_table}
Returns
- (::String) — Required. The resource name of the data table to delete. Format projects/{project}/locations/{location}/instances/{instances}/dataTables/{data_table}