deleteAllDataFromTable = $deleteAllDataFromTable; } /** * @return bool */ public function getDeleteAllDataFromTable() { return $this->deleteAllDataFromTable; } /** * @param string */ public function setRowKeyPrefix($rowKeyPrefix) { $this->rowKeyPrefix = $rowKeyPrefix; } /** * @return string */ public function getRowKeyPrefix() { return $this->rowKeyPrefix; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DropRowRangeRequest::class, 'Google_Service_BigtableAdmin_DropRowRangeRequest');